Instant HTTP health checks, response latency telemetry, automated downtime detection, and high-density public status pages built for modern microservice architectures.
http://localhost:4000/health
http://localhost:4000/this-endpoint-does-not-exist
PulseBoard gives engineers instant visibility into HTTP service health, response latency trends, and automated incident management.
`@pulseboard/worker` executes periodic HTTP GET/POST checks across all target endpoints and writes checks to PostgreSQL.
Worker publishes check events and status updates to Valkey channel `pulseboard:events`.
Hono API WebSocket Gateway streams events live to Next.js clients via `usePulseboardWs` custom hook.