Client Request
│
▼
Cloudflare (DNS + CDN + DDoS)
│
▼
Caddy (TLS termination, reverse proxy)
│
├── SvelteKit (SSR + static pages)
├── PostgreSQL (data)
├── MinIO (object storage)
├── Umami (analytics)
└── Uptime Kuma (monitoring)
Platform
This site, the shop, the dedication system, and the infrastructure behind it are all built on open-source tools, self-hosted on a single server, and deployed with a git push. Here's every layer.
// Architecture
Client Request
│
▼
Cloudflare (DNS + CDN + DDoS)
│
▼
Caddy (TLS termination, reverse proxy)
│
├── SvelteKit (SSR + static pages)
├── PostgreSQL (data)
├── MinIO (object storage)
├── Umami (analytics)
└── Uptime Kuma (monitoring)
// Hetzner Cloud VPS · Ashburn, VA · $4.99/mo
Every layer of this stack is open source except payment processing. No vendor lock-in, no proprietary traps, no surprise licensing changes. If a tool dies, we swap it.
Self-hosted on a single Hetzner VPS in Ashburn, VA. We control the server, the network, the data. No platform risk from a SaaS provider changing their pricing or terms.
The entire production infrastructure runs on roughly $10/month. Fixed costs stay low; everything else scales with revenue. That's how a startup should work.
The code for this site is public on GitHub. The architecture is documented here. We believe showing your work builds more trust than hiding it.
| Layer | Technology | License |
|---|---|---|
| Framework | SvelteKit | MIT |
| Styling | Tailwind CSS | MIT |
| Web Server | Caddy | Apache 2.0 |
| Database | PostgreSQL | PostgreSQL |
| Object Storage | MinIO | AGPL v3 |
| Security | CrowdSec | MIT |
| Analytics | Umami | MIT |
| Monitoring | Uptime Kuma | MIT |
| DNS / CDN | Cloudflare | Free tier |
| Containers | Docker Compose | Apache 2.0 |
| QR System | Python + qrcode | MIT |
| Payment | Stripe | Proprietary |
The source code for this site is public.
View on GitHub