Docs
How the /status page works
How the /status page works
hollahoop.app/status runs four cheap probes server-side on each load:
| Check | Probe | What "ok" means |
|---|---|---|
| Web | Page rendered | The web tier is up — the page rendering is the proof. |
| Database | select 1 against projects | Postgres replied without error. Latency shown in ms. |
| MCP server | JSON-RPC initialize to /mcp | The agent surface accepts handshakes. |
| Public API | GET /api/v1/health | The REST API is wired up end-to-end. |
Results are bound to revalidate = 60, so any visitor in the last minute sees the same numbers but never anything stale.
If a probe is red and stays red, ping [email protected] with a screenshot and we'll look.