Loading...
Loading...
Comprehensive TUI/Web dashboard for Claude Code monitoring
npx skill4agent add florianbruniaux/claude-code-ultimate-guide ccboard# Using Claude Code command
/ccboard-install
# Or manually
cargo install ccboard~/.claude/| Command | Description | Shortcut |
|---|---|---|
| Launch TUI dashboard | |
| Open MCP servers tab | Press |
| Open costs analysis | Press |
| Browse sessions | Press |
| Launch web UI | |
| Install/update ccboard | - |
12/eo3e45678eor1-8TabShift+TabqF5h/j/k/l←/→/↑/↓Entereo/Esc~/.claude/stats-cache.jsone$VISUAL$EDITORps aux~/.claude/claude_desktop_config.jsonh/l←/→j/k↑/↓Entereor# Launch dashboard
/dashboard
# Check activity and costs
# Press '1' for overview
# Press '6' for costs breakdown
# Press '7' for recent history# Open MCP tab
/mcp-status
# Or: ccboard then press '8'
# Check server status (● green = running)
# Press 'e' to edit config if needed
# Press 'r' to refresh status after changes# Browse sessions
/sessions
# Press '/' to search
# Filter by project: /my-project
# Filter by model: /opus
# Press 'e' on session to view full JSONL# View costs
/costs
# Press '1' for overview
# Press '2' for breakdown by model
# Press '3' for daily trend
# Identify expensive sessions
# Track cache efficiency (99.9% hit rate)# Launch web UI
/ccboard-web
# Or with custom port
ccboard web --port 8080
# Access at http://localhost:3333ccboard both --port 3333ccboard/
├── ccboard-core/ # Parsers, models, data store, watcher
├── ccboard-tui/ # Ratatui frontend (8 tabs)
└── ccboard-web/ # Axum + Leptos frontend~/.claude/stats-cache.json~/.claude/claude_desktop_config.json~/.claude/projects/*/~/.claude/settings.json.claude/settings.json.claude/settings.local.json.claude/CLAUDE.md# Check installation
which ccboard
# Install if needed
/ccboard-install# Verify Claude Code is installed
ls ~/.claude/
# Check stats file exists
cat ~/.claude/stats-cache.json
# Run with specific project
ccboard --project ~/path/to/projectps aux | grep <server-name>notify~/.claude/ccboard --help # Show all options
ccboard --claude-home PATH # Custom Claude directory
ccboard --project PATH # Specific project
ccboard stats # Print stats and exit
ccboard web --port 8080 # Web UI on port 8080
ccboard both # TUI + Web simultaneously# Editor preference
export EDITOR=vim
export VISUAL=code
# Custom Claude home
export CLAUDE_HOME=~/custom/.claude