@blakeui/react
v1.1.2
Published
π Beautiful and modern React UI library built with Tailwind CSS 4.0.
Downloads
816
Readme
Why BlakeUI?
BlakeUI is a production-ready React component library that combines the accessibility rigor of React Aria with the utility-first styling of Tailwind CSS v4. It ships a clean compound component API (Card.Header, Card.Content, Select.Item, β¦), requires no <Provider> wrapper, and works out of the box with React 19 and Next.js.
- Accessible by default β Built on React Aria for WCAG-compliant keyboard, focus, and screen-reader behavior
- Tailwind CSS v4 β Modern engine, no CSS-in-JS runtime, smaller output, faster builds
- Compound components β Composable API (
Card.Header,Card.Content) instead of deeply nested props - Zero boilerplate β No Provider wrapper needed (unlike Chakra, MUI)
- AI-native β MCP server,
llms.txt, and agent skills so AI assistants understand your components - Battle-tested β Trusted by thousands of production apps
Packages
| Package | Description |
|---|---|
| @blakeui/react | Full component bundle |
| @blakeui/styles | Styles / theme only |
| Individual packages | e.g. @blakeui/button, @blakeui/modal β tree-shakeable per-component imports |
Getting Started
Visit blakeui.com/docs/react/getting-started/quick-start to get started with BlakeUI.
npm install @blakeui/reactWho Is This For?
BlakeUI is a good fit if you are building:
- SaaS applications β forms, tables, overlays, and notifications out of the box
- Dashboards & admin panels β data-dense layouts with consistent design tokens
- E-commerce storefronts β performant, accessible, SEO-friendly components
- Marketing sites & landing pages β polished UI without a heavyweight runtime
- Any React / Next.js project that values design quality and accessibility
AI-Powered Development
BlakeUI is built for the AI-assisted development workflow.
| Tool | What it does |
|---|---|
| MCP Server (@blakeui/react-mcp) | Components that understand your theme β install the server in Cursor, Claude Code, Windsurf, or any MCP-compatible editor |
| llms.txt | Available at blakeui.com/llms.txt β structured context for LLMs about every component |
| Agent Skills | Run npx blakeui-cli agents-md to install skills for Cursor, Claude Code, and more |
Works with Cursor, Claude Code, Windsurf, GitHub Copilot, and any tool that supports MCP or llms.txt.
Compared To
| Library | How BlakeUI differs | |---|---| | shadcn/ui | BlakeUI is batteries-included with a consistent design system; shadcn is copy-paste-customize | | MUI | BlakeUI is lighter, Tailwind-native, no CSS-in-JS runtime overhead | | Chakra UI | BlakeUI uses React Aria (stronger a11y primitives) and Tailwind v4 (better perf) | | Mantine | BlakeUI has AI tooling (MCP, llms.txt), Tailwind-first styling |
Documentation
- Latest (v1): blakeui.com
Storybook
Visit storybook.blakeui.com to view the storybook for all components.
Please adhere to this project's CODE_OF_CONDUCT.
