Development and architecture
These pages describe the application design and contributor workflows.
- Architecture — system shape, boundaries, and C4 diagrams
- Backend — Go packages, domain rules, application flow, and HTTP API
- Frontend — Svelte views, state, and transport abstraction
- Real-time transports — HTTP + SSE and bidirectional WebSocket modes
- Persistence — SQLite, PostgreSQL, migrations, and the stored aggregate
- Testing and demos — automated checks and Playwright recording