Isolated services
Seven services, one private network, one Caddy edge — no shared state between them.
Private developer infrastructure
Auth, private files, scoped API keys, IRC chat, a private booking calendar, and cookieless analytics across isolated services — on a deliberately minimal surface.
Live service status
LIVE · 6/6 online · checked
These six services are probed live at the public edge. This frontend — server-rendering the page you're reading — sits behind the same Caddy edge and isn't self-probed.
Architecture
Every request enters through a single Caddy edge and is server-rendered — the services never face the public internet directly.
How it's built
Seven services, one private network, one Caddy edge — no shared state between them.
Scoped bearer keys: a chat client can't touch your files.
Cutover polls a real health gate before shifting traffic — never a blind restart.
Every health card answers one question: is the service reachable?
The stack
Server-rendered, SQLite, no SPA — chosen for clarity and low overhead, not novelty.
The demo signs you into the full platform as a read-only reviewer — every screen, populated with fabricated data, nothing saved. Registration here stays invite-only.