A minimalistic, cosmic-themed proxy powered by Ultraviolet.
cosmic/
├── index.html ← Main page
├── style.css ← All styles & animations
├── app.js ← UI logic + subtitle list
└── uv/
├── uv.config.js ← UV config (edit prefix here)
├── uv.bundle.js ← (you provide this)
├── uv.handler.js← (you provide this)
└── uv.sw.js ← (you provide this)
(I'm too lazy for the rest lmao)
- Subtitles — Edit the
subtitlesarray inapp.js(50 included) - Colors — All in CSS variables at the top of
style.css - Fonts — Uses
Syne(logo) +DM Mono(body) from Google Fonts - And more!
| Layer | Tool |
|---|---|
| Proxy engine | Ultraviolet |
| Server | Ultraviolet-App (Express) |
| Hosting | Railway, Render, Replit |
That's it — enjoy browsing the cosmos. 🌠