Skip to content

anonomi-org/anonomi.org

Repository files navigation

Anonomi Website

The official website for Anonomi — a privacy suite for high-threat environments.

What's Included

  • 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

Live Sites

Network URL
Clearnet https://anonomi.org
Onion http://ucvmhctoq76k6qrdrvblxspjpk5rpjutsfe6nxyhgmvx25vruohxrnqd.onion

Tech Stack

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

The dev server runs at http://localhost:4321.

Project Structure

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

Deployment

Clearnet: Deployed via GitHub Actions on push to main.

Onion: Manual deployment using deploy-onion.sh.

Environment variables:

  • PUBLIC_BUILD_SHA — Git commit hash
  • PUBLIC_SITE_BASE_URL — Base URL (clearnet or onion)
  • PUBLIC_PAYLINKS_API_BASE — Paylinks API endpoint

Contributing

Contributions welcome. See Contributing for guidelines.

License

See License.


No trackers. No analytics. No cookies.

About

Website of Anonomi - A privacy suite for built for high-risk environments: decentralized messaging, offline navigation tooling, and privacy-preserving payment requests.

Resources

License

Stars

Watchers

Forks

Contributors