Stargx/claude-code-dashboard

8 stars · Last commit 2026-03-09

A lightweight localhost dashboard that monitors multiple Claude Code sessions in real-time. See token usage, costs, active tools, subagents, and session status across all your terminal instances at a glance.

README preview

# Claude Code Dashboard

A lightweight localhost dashboard that monitors multiple Claude Code sessions in real-time. See token usage, costs, active tools, subagents, and session status across all your terminal instances at a glance.

![Claude Code Dashboard screenshot](Screenshot.png)

## Why?

Claude Code has no cross-session visibility. If you're running two or more sessions in separate terminals, you have to alt-tab to check status, there's no combined token/cost view, and you can't see which session is active vs idle.

This dashboard fixes that.

## Features

- **Live session monitoring** — auto-detects all Claude Code sessions
- **Token and cost tracking** — per-session and combined totals, with correct per-model pricing
- **Status detection** — thinking (green), waiting (yellow), idle (grey/orange), stale (dimmed)
- **Context window usage** — visual progress bar per session
- **Active subagents** — see spawned subagents while they're running
- **Active files** — see which files each session is working on

View full repository on GitHub →