What problem does it solve?
Many teams need polished, interactive charts and filters that can be shared as a single static file without running a backend; this Skill provides patterns and best practices to quickly produce self-contained HTML dashboards that run entirely in the browser and work offline or in serverless environments.
Core Features & Use Cases
- Self-contained HTML dashboards with embedded data or pre-aggregated payloads for easy sharing and archiving.
- Chart.js integration patterns for line, bar, doughnut charts and consistent color and tooltip formatting.
- Interactive filters and controls including dropdowns, date-range filters, sortable tables, KPI cards, and responsive layout for desktop and mobile.
- Performance guidance and pre-aggregation patterns for handling larger datasets and avoiding client-side bottlenecks.
- Use Case: Convert an uploaded CSV into a single HTML report with KPIs, a monthly revenue line chart, a top-products bar chart, and region/date filters that teammates can open in any browser.
Quick Start
Ask the agent to build an interactive HTML dashboard from your uploaded dataset that includes a revenue trend line chart, a top-products bar chart, KPI cards, a region dropdown filter, and a date-range filter.