Agent-configurable platform status monitoring for teams, agencies, and solo operators.
The MVP uses bundled JSON configuration, a Cloudflare Worker for ingestion/API, Workers KV for runtime state, and a read-only Next.js dashboard.
More screenshots — Incidents, Routes, Platforms, Venues, Agent Setup
![]() Incidents |
![]() Routes |
![]() Platforms |
![]() Venues |
![]() Agent Setup |
The core MVP is complete.
- Read-only webapp
- JSON-first config
- Routing decisions for webapp and external venues
- Telegram and Slack delivery implemented (configure via
install.jsonand Cloudflare secrets)
status providers
-> Cloudflare Worker
-> normalized incidents and routing decisions in KV
-> Next.js dashboard on Cloudflare Pages
Read Prerequisites before setup. Project and design context live in PRODUCT.md and DESIGN.md.
pnpm install
pnpm check
pnpm test
pnpm validate:configRun the Worker:
pnpm --filter @platform-status-monitor/worker devRun the webapp:
pnpm --filter @platform-status-monitor/web devNever commit real tokens or webhook secrets. Use .dev.vars locally and
Cloudflare secrets in deployed environments.
- Cloudflare setup is documented in Cloudflare Deployment.
- GitHub Actions are disabled in the public template by default. Use GitHub Actions Setup to enable CI in your own install.





