Dashboard
The claude-telemetry dashboard is a React web application deployed to Cloudflare Pages. It provides a comprehensive view of your Claude Code usage across all connected machines.
Pages
Overview
The main landing page after login. Shows:
- Total cost — aggregated USD cost for the selected time period
- Daily usage chart — interactive chart with token breakdown
- Model distribution — pie chart of Opus/Sonnet/Haiku usage
- Machine cards — connected PCs with status and last sync time
Screenshot coming soon
Daily
Day-by-day usage breakdown:
- Stacked area chart of token usage over time
- Top 10 highest-cost days
- Hour-of-day heatmap
Screenshot coming soon
Projects
Usage grouped by the project directory where Claude Code was invoked:
- Cost by project with pie distribution
- Full table with sorting and filtering
- Session count per project
Screenshot coming soon
Models
Per-model analytics:
- Opus/Sonnet/Haiku breakdown with cost and token counts
- Model mix over time chart
- Savings alerts when expensive models are overused
Screenshot coming soon
Machines
Multi-PC view:
- Per-machine cards with usage stats
- Comparison chart across machines
- Status badges (online, last sync time)
Screenshot coming soon
Deploy
Wazuh-style deployment page:
- Select your OS (Linux, macOS, Windows)
- Get copy-paste install commands
- Pre-filled with your Supabase credentials
- One-click agent setup for new machines
Screenshot coming soon
Blocks
5-hour block tracking with multi-PC aggregation:
- Active block card with start/end times and token usage
- Block timeline showing usage across all machines
- Burn rate with projected exhaustion time
- Overlap detection for simultaneous multi-machine usage
- Historical block view with patterns and trends
Screenshot coming soon
Sessions
Paginated session table:
- Every Claude Code conversation with model, tokens, cost, duration
- Sortable columns
- Filter by machine, model, project, or date range
Screenshot coming soon
Insights
Rate limit intelligence and optimization:
- Rate projections based on current usage patterns
- Optimization tips (e.g., model selection recommendations)
- Trend analysis and anomaly detection
Screenshot coming soon
Settings
Configuration and management:
- Machine management (rename, remove)
- Data export (CSV/JSON)
- Alert threshold configuration
- Account preferences
Screenshot coming soon