Overview
The Analytics tab provides advanced analytics with budget tracking, trend analysis, and cost forecasting.
4 Views
- Budget: Monthly budget status with visual warnings and alert thresholds
- Trends: 7/30/90-day cost trends with charts
- Insights: Automated observations about usage patterns
- Forecasting: 30-day cost projection based on historical data
Budget Setup
Configure in ~/.claude/settings.json:
{
"budget": {
"monthlyBudgetUsd": 50.0,
"alertThresholdPct": 80.0
}
}
When usage exceeds the alert threshold, ccboard displays visual warnings in both TUI and Web interfaces.
Forecasting
The 30-day forecast uses a weighted moving average of your recent session costs to project future spending. This helps you anticipate budget exhaustion before it happens.