The official website for Anonomi — a privacy suite for high-threat environments.
- Homepage & Documentation — Project information, manifesto, and user guides
- Anonomi Paylinks — Privacy-preserving donation buttons using Monero subaddresses
- Anonomi Maps — Browser-based offline map tile exporter
| Network | URL |
|---|---|
| Clearnet | https://anonomi.org |
| Onion | http://ucvmhctoq76k6qrdrvblxspjpk5rpjutsfe6nxyhgmvx25vruohxrnqd.onion |
- Astro — static site generator
- Starlight — documentation
- Tailwind CSS — styling
- React — interactive components
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe dev server runs at http://localhost:4321.
src/
├── components/ # Reusable UI components
├── content/docs/ # Starlight documentation (MDX)
├── layouts/ # Page layouts
├── pages/ # Astro pages
│ ├── index.astro # Homepage
│ ├── messenger.astro # Anonomi Messenger
│ ├── paylinks/ # Anonomi Paylinks
│ └── maps.astro # Anonomi Maps
└── assets/ # Static assets
Clearnet: Deployed via GitHub Actions on push to main.
Onion: Manual deployment using deploy-onion.sh.
Environment variables:
PUBLIC_BUILD_SHA— Git commit hashPUBLIC_SITE_BASE_URL— Base URL (clearnet or onion)PUBLIC_PAYLINKS_API_BASE— Paylinks API endpoint
Contributions welcome. See Contributing for guidelines.
See License.
No trackers. No analytics. No cookies.