BoardUI
React 19 + Tailwind v4 design system for dashboards and agent UIs — 57 components, 47 of them free through a shadcn-schema registry
Tier B · UsefulComponent LibraryRegistryBlock Collectionboardui.com
BoardUI is a React 19 and Tailwind CSS v4 design system by Mertcan Esmergül, aimed squarely at data-rich dashboards and agentic product surfaces. It counts 57 components and blocks — 29 base components, 11 application blocks and 17 chart cards — plus 5 page templates and 400+ design tokens, all drawn in one master Figma file and translated into code through the Figma MCP server. Distribution follows the shadcn model rather than the npm one: `npx boardui@latest init` installs the runtime packages, writes theme.css, typography.css, globals.css and a cx helper, then `add` copies component source into the project and resolves internal dependencies transitively. React Aria Components supplies the interaction behaviour, Recharts renders most of the chart cards, and Motion handles animation. The Starter tier is free and covers the base components and a handful of blocks; 47 items are served publicly at /r/<name>.json against the shadcn registry-item schema, with a full index at /r/registry.json. Charts, page templates and the agent blocks (Agent Limits, Agent Progress, Composer, Calendar) carry a PRO badge and need a paid licence key. Framework guides cover Next.js, Vite, React Router and Astro.
npx boardui@latest initFor an agent
Reach for this when the brief is an analytics dashboard or an agent console in React 19 and Tailwind v4, and the usual registries stop at form controls — the 17 chart cards and the agent blocks (thinking, composer, limits, progress) are the reason to pick it over stock shadcn/ui. Two hard constraints before you install. First, the free/Pro split: only the 47 items listed in https://www.boardui.com/r/registry.json install without a licence key, and every chart card, every template and four of the blocks are Pro, so read that file first rather than the components gallery, which shows Pro items you cannot fetch. Second, the licence is source-available, not open source: the docs introduction calls the free tier open-source, but https://www.boardui.com/license forbids republishing the source in any public repository, gist, template or starter kit. Never install BoardUI source into a repo you intend to make public. The documented install path is the boardui CLI (`init` then `add`), which needs Tailwind v4 — a v3 project will not work. Registry items follow the shadcn registry-item schema, so `shadcn add <url>` against a /r/<name>.json is plausible but is not a documented path and was not tested here. There is no llms.txt and no public source repository, so the registry JSON is the machine-readable surface you have.
Why it is here. Chart cards and agent-state blocks in one Tailwind v4 token system is a real gap in the shadcn ecosystem — most registries cover form controls and stop, and the few with charts do not cover agent surfaces. It is also a clean worked example of the Figma-MCP-to-code pipeline the rest of this index keeps arguing for.
Facts
- License
- Source available, Commercial license
- Pricing
- Freemium, One-time purchase, Paid
- Framework
- React, Next.js, Remix, Astro
- Styling
- Tailwind CSS v4, CSS custom properties
- Distribution
- shadcn registry, CLI installer, Copy-paste snippet, npm package
- Platform
- Web
- Content type
- Code, Design tokens / theme files
- Agent readiness
- Machine-readable registry item, CLI installable, Structured documentation, Copy-paste ready code, Agent access behind payment
- Accessibility
- Built on accessible primitives
- Maturity
- Actively maintained
- Pricing detail
- Starter is free, with no account and no card: free source, unlimited projects, commercial use allowed. BoardUI Pro is a one-off payment in three shapes — Annual Access €149 (listed at €179) with one year of updates, Lifetime Access €199 (listed at €249, a €49 launch discount) with updates for as long as they ship, and Unlimited for Startups €349 for up to five developers in one organisation. Nothing renews automatically, and files already installed stay licensed after an updates window ends. Prices read from the homepage plan table on 2026-08-22.
- Package
- boardui
Components it ships
57 totalHelps you build
12Templates
5- Home Dashboard · Admin dashboard shell — sidebar navigation, KPI cards, bar chart and a customers data table. Pro.
- AI Chat · Conversation surface built from the composer, thinking and message blocks. Pro.
- AI Image Generation · Prompt-to-image screen with generation state and result gallery. Pro.
- AI Profile · Agent profile and settings layout. Pro.
- Medical Profile · Health dashboard — patient info card, activity rings, sleep score and alert cards. Pro.
Notable for
- 57 components and blocks, 17 of them chart cards
- agent blocks: thinking, composer, limits, progress
- shadcn-schema registry at /r/registry.json, 47 free items
- own CLI: npx boardui@latest init / add
- one-time Pro licence, €149–€349, no subscription
- source-available, not open source — no public repo
Provenance
Verified 2026-08-22. HTTP 200. https://www.boardui.com/ 200, title "BoardUI - React Design System for Dashboards" and meta description claiming 57 components and blocks, 17 chart cards, 5 Pro templates; homepage plan table lists Starter free, Annual €179/€149, Lifetime €249/€199, Unlimited for Startups €349; https://www.boardui.com/docs/introduction states React 19, Next.js 16, Tailwind v4, TypeScript, React Aria Components and the Figma MCP pipeline; https://www.boardui.com/installation sidebar counts 29 base components, 11 blocks, 17 charts, 5 templates with PRO badges; https://www.boardui.com/docs/cli documents init/add/list and the --pro flag; https://www.boardui.com/license (updated 21 August 2026) forbids redistributing the source publicly and names React Aria Components (Apache 2.0), Recharts (MIT) and Motion; https://www.boardui.com/r/registry.json returns the shadcn registry schema with 55 items (36 registry:ui, 11 registry:block, 8 registry:lib); https://www.boardui.com/r/button.json validates against ui.shadcn.com/schema/registry-item.json; https://registry.npmjs.org/boardui reports version 0.3.1, MIT, published 2026-08-11; https://api.npmjs.org/downloads/point/last-month/boardui reports 320 downloads; https://api.github.com/repos/mertcanesmergul/boardui returns 404, so the repository named in the npm metadata is not public; https://www.boardui.com/llms.txt returns 404
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts