Live status dashboard for AI services — all in one place.
| Provider | Source |
|---|---|
| Claude | Statuspage API |
| OpenAI | Statuspage API |
| Groq | Statuspage API |
| Cohere | Statuspage API |
| ElevenLabs | Statuspage API |
| Replicate | Statuspage API |
| xAI / Grok | RSS feed |
| Google AI Studio | Google Cloud Incidents API |
- Live component-level status for each provider
- Active incident tracking with links to full reports
- Pin cards to keep priority services at the top
- Auto-refreshes every 60 seconds
- Skeleton loader on first load and manual refresh
- Backend — Python, FastAPI, httpx
- Frontend — Single HTML file, no build step
uv sync
uv run uvicorn app:app --reloadOpen http://localhost:8000
Configured for Railway — connect the repo and deploy. No environment variables required.