KPI dashboard builder: generate a self-contained HTML dashboard with metric cards, threshold alerts, trend indicators, traffic-light status, and target progress bars. Know your numbers at a glance.
Browse the actual product documentation and code examples included in this toolkit.
Key features of KPI Dashboard
• Traffic-light status — Green/yellow/red indicators based on configurable thresholds • Trend indicators — Period-over-period change with directional arrows • Target progress bars — Visual progress toward goals • Alert summary — Critical and warning KPIs highlighted at the top • Category grouping — Organize metrics by category (revenue, engagement, growth) • Auto-refresh — Set a refresh interval for live monitoring
Traffic-light status — Green/yellow/red indicators based on configurable thresholds
Trend indicators — Period-over-period change with directional arrows
Target progress bars — Visual progress toward goals
Alert summary — Critical and warning KPIs highlighted at the top
Category grouping — Organize metrics by category (revenue, engagement, growth)
Auto-refresh — Set a refresh interval for live monitoring
Configure KPI Dashboard parameters to see how the product works.
# Generate KPI dashboard from JSON python src/kpi_dashboard.py --data examples/sample_kpis.json --output dashboard.html # Custom title and auto-refresh every 30 seconds python src/kpi_dashboard.py --data kpis.json --title "Acme Corp KPIs" --refresh 30 # Custom brand color python src/kpi_dashboard.