Push-based dashboard
State streams to the dashboard over SSE — checks, connections, policy appear as they happen, nothing polls.
The dashboard holds one server-sent events stream per session and the API pushes state changes down it: a check landing from CI, a connection health result, a policy edit by a teammate. Nothing polls, nothing refreshes, and what you see is what the server has.
The stream carries only the team’s own events, and it is the same authorization as every other request — a token or session that can read the team.
Try it on your next migration
The CLI is open source and needs no account: npx bolvrk check migration.sql