Platform

How it's built.

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

Design Principles

Open Source Everything

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.

Own the Infrastructure

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.

Minimal Fixed Cost

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.

Ship the Source

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.

The Full Stack

LayerTechnologyLicense
FrameworkSvelteKitMIT
StylingTailwind CSSMIT
Web ServerCaddyApache 2.0
DatabasePostgreSQLPostgreSQL
Object StorageMinIOAGPL v3
SecurityCrowdSecMIT
AnalyticsUmamiMIT
MonitoringUptime KumaMIT
DNS / CDNCloudflareFree tier
ContainersDocker ComposeApache 2.0
QR SystemPython + qrcodeMIT
PaymentStripeProprietary

Monthly Operating Cost

Hetzner VPS$4.99 Domain (.io)~$2.90 Cloudflare$0 SSL certificate$0 Analytics$0 Monitoring$0
Total~$8/mo

The source code for this site is public.

View on GitHub