Service status
The pieces livediagram runs on, and how they’re doing.
All systems operational
No incidents reported. If you can read this page, the marketing site is up.
- Operational
Marketing site
The public landing site at https://livediagram.app/. Static assets served by a Cloudflare Worker.
- Operational
Editor (live app)
The diagram editor at https://livediagram.app/new. Static export served by a Cloudflare Worker.
- Operational
Telemetry dashboard
The public anonymous-events dashboard at https://livediagram.app/telemetry. Static export served by a Cloudflare Worker.
- Operational
Help centre
The help centre at https://livediagram.app/help. Static export served by a Cloudflare Worker.
- Operational
API
The backend at https://livediagram.app/api. A Cloudflare Worker that owns the D1 binding.
- Operational
Realtime room
Per-diagram Durable Object that brokers cursor / selection / log ops. Lives inside the API Worker.
- Operational
Database
Cloudflare D1 (SQLite at the edge). Holds diagrams, tabs, change logs, share links, telemetry events.
- Operational
Image storage
Cloudflare R2. Stores uploaded image blobs (content-addressed, indexed in D1) and cached diagram snapshots.
- Operational
Edge router
Cloudflare Worker that stitches marketing, live, telemetry, help, and api under one hostname via service bindings.
- Operational
MCP server
The AI-tools endpoint at https://mcp.livediagram.app. A Cloudflare Worker wrapping the api via a service binding.
This page reflects the latest deployed state. Spotted something wrong? Email hello@livediagram.app or file an issue on GitHub.