Dashboard and analytics components for shadcn/ui. KPI cards, charts, funnels, ranked lists, calendar heatmaps, data tables, and the pieces around them. Built on the same foundations as shadcn/ui: Tailwind v4, Radix primitives, recharts, and TanStack Table.
Every component is distributed through a shadcn-compatible registry, so you own the code once it lands in your project.
npx shadcn@latest add https://dashboardcn.com/r/kpi-card.jsonThis project started from a gap. When building a product dashboard, there was no obvious place to find components for presenting data well: KPI tiles, trend charts, funnels, ranked lists, and the cards that combine them. Where such collections existed, they were sold behind a license.
User interface code should be free. shadcn/ui set that expectation for the base primitives, and dashboardcn extends it to the data-heavy parts of a product. Everything here is MIT licensed, copied into your project as source, and yours to change.
For coding agents: llms.txt indexes every
page as Markdown, llms-full.txt is all
of it in one file, and any docs page is available as Markdown by appending
.md to its URL.
There is also a skill that teaches an agent how to pick, install, and compose the components:
npx skills add NoahGdev/dashboardcnMIT. The docs site and portions of the components are derived from shadcn/ui, also MIT. See LICENSE.