Dashboard for monitoring multiple Claude Code sessions
Cross-session visibility Claude Code should have built in.

Multi-provider cost dashboard when LangFuse and Helicone already do this.
Developers building LLM applications, startup engineering teams
LangFuse · Helicone · Portkey
TokenWatch connects to your OpenAI, Anthropic, and Gemini keys and gives you: - Real-time spend dashboard across projects - Budget thresholds with proactive alerts - Anomaly detection for unusual cost spikes - Duplicate call detection (biggest source of wasted spend I've seen)
Free tier supports up to 3 AI systems. Built this in ~2 days as a solo project. Happy to answer anything about the build or the problem space.
Cross-session visibility Claude Code should have built in.
Agent alignment and integrity protocols, but only SDK stubs—implementation and adoption unproven.
Three equal surfaces — CLI, API, dashboard — for emerging AEO monitoring.
One-line instrumentation (client = track(OpenAI())) that logs every call to ~/.token-guard/guard.db is the simple, practical win here — you get per-model/day reports, CSV export and webhook alerts without shipping telemetry. It's a tidy, privacy-minded tool that nails the common pain of runaway bills, though it doesn't reinvent the space (a small GUI or automatic pricing sync would push it into 'banger' territory).
Hub-and-spoke IR translates LLM APIs without N^2 adapter hell.
One-line LLM cost tracking via monkey-patching; integrates without touching existing code.