Platform status

Service readiness placeholder

This page is wired for the shared health contract and will surface real checks once the stack is running through Docker.

API endpoint

Expected route: /api/health

ok

Internal fetch target

http://api:4000/api

Connected

Latest health payload

{
  "checks": {
    "database": {
      "status": "up"
    },
    "redis": {
      "status": "up"
    }
  },
  "service": "api",
  "status": "ok",
  "timestamp": "2026-07-07T20:05:22.913Z"
}