# [Radius](https://radiusproxy.app)



Radius is a simple and clean web proxy designed for speed and ease-of-use, made in Astro.
Join the [Discord!](https://discord.gg/cCfytCX6Sv) (Or [TitaniumNetwork's](https://discord.gg/unblock))
## How to support Radius
You can donate at https://hcb.hackclub.com/donations/start/radius
If you can't donate, tell your friends about Radius!
## Tech Stack
[Astro](https://astro.build) - Server-side rendering and static site generation
[Fastify](https://fastify.dev) - HTTP server
[Vite](https://vite.dev) - Build system
[TailwindCSS](https://tailwindcss.com) - CSS framework
[Ultraviolet](https://github.com/titaniumnetwork-dev/Ultraviolet) - Web proxy
[Scramjet](https://github.com/MercuryWorkshop/Scramjet) - Web proxy
[wisp-server-node](https://github.com/MercuryWorkshop/wisp-server-node) - Wisp server in Node.js
[bare-mux](https://github.com/MercuryWorkshop/bare-mux) - Modular implementation of the Bare client interface
[EpoxyTransport](https://github.com/MercuryWorkshop/EpoxyTransport) Bare-mux transport using epoxy-tls
[CurlTransport](https://github.com/MercuryWorkshop/CurlTransport) Bare-mux transport using libcurl.js
# Setup
```bash
git clone https://github.com/RadiusProxy/Radius
cd Radius
pnpm i
pnpm bstart
```
Radius will run on port 8080 by default, or 4321 for a dev environment (`pnpm dev`).
# Credits
[Owski](https://github.com/unretain) - Owner
[proudparrot2](https://github.com/proudparrot2) - Founder and original dev
[MotorTruck1221](https://github.com/motortruck1221) - Astro rewrite and lead dev
[All of the contributors!](https://github.com/RadiusProxy/Radius/graphs/contributors)