A dashboard for your AI agents
Vibe coding is easy. Knowing whether your agents actually ran, what they cost, and which tools failed is not. Mission Control reads the logs your agent runtime already writes and shows you the truth. Free, self-hostable, private by design.
What it shows you
Four questions, answered from the logs instead of from memory.
Who actually ran
Real invocations per agent, not name-drops. The agent sitting at zero is either dead weight or a gap in your process.
What it cost
Exact token spend by model and by day, the main thread versus sub-agent split, and the money your cache saved.
Which tools fail
Every tool call ranked, with the error share overlaid. High volume plus high errors is where your retries hide.
How long work took
Every session with its length, turn count, agents spawned, tokens, and cost. Spot the run that ran long.
Deploy your own in four steps
The whole thing is an afternoon. It reads what your runtime already logs. No SDK, no instrumentation.
- Download and unzip the app, then put it in a private git repo.
npm run dev # preview locally at http://127.0.0.1:4400
- Create a Vercel project from that repo. If it is a subfolder, set the Root Directory to it.
- Set one environment variable,
DASH_PASSWORD, to your access password, then deploy. - Generate and publish your data.
npm run push # snapshot your ~/.claude logs, commit, deploy
Stop trusting output. Start reading the logs.
Anyone can wire up a team of agents. Knowing whether they pulled their weight is the part worth building.