Live status for every Flareo component. This page re-fetches on every load and is never cached. For historical uptime and incident history, status.flareo.dev (Instatus-hosted) is the source of truth.
Historical uptime, per-component incident timelines, and post-mortems live on our Instatus page. It polls our public endpoints every 5 minutes from multiple regions and stores the results indefinitely.
Subscribe to incident updates via email or RSS from that page.
If you're monitoring Flareo from your own tooling, poll this endpoint:
$ curl https://flareo.dev/api/v1/health
{
"status": "ok",
"checks": {
"database": { "ok": true, "latencyMs": 12 }
},
"uptime": 864000,
"timestamp": "...",
"respondedInMs": 45
}Returns 200 when everything is healthy, 503 when the database is unreachable. No auth required.