nano.
A minimalist web proxy built to be simple yet powerful.
Winner of the 2024 Proxathon.
Features
Section titled “Features”- Minimal design
- Easy to use
- Tabbed interface
- Support for many popular sites
git clone https://github.com/titaniumnetwork-dev/nano
cd nano
pnpm install
Start
Run pnpm start
to start the server. If no build folder is found, the app will build before starting.
Build
Run pnpm run build
to build the app for production into the dist
folder.
Build Static
Run pnpm run build-static
to build the app for production into the dist
folder. This is for static hosting on GitHub Pages etc. Make sure to change the Wisp server in /index.html
to an external one.
Development
Run pnpm run dev
to run the app in development mode.
Developers
Section titled “Developers”Credits
Section titled “Credits”Ultraviolet - Titanium Network
dreamland.js - MercuryWorkshop
chemicaljs - Nebelung
Tailwind CSS - Tailwind Labs
Icons - Feather Icons & Material Symbols
License
Section titled “License”nano uses the AGPL-3.0 license.