UI Starters
React + shadcn/ui Quickstart
Tailwind plus a real component system — shadcn/ui set up the way it's meant to be.
The Tailwind quickstart, upgraded: shadcn/ui conventions properly in place — components.json, the CSS-variable theme block, the cn helper — with Button, Card and Input already vendored in and demoed. Every further component is one `shadcn add` away.
Variants
Tailwindshadcn/ui
What's inside
- shadcn/ui conventions preconfigured
- Button, Card, Input vendored and demoed
- CSS-variable theming, dark-first
- cn() helper + class-variance-authority
- Add components with bunx shadcn add
- Dockerfile → nginx included
Quickstart
$ curl -LO https://devai.io/downloads/react-shadcn-starter.zip$ unzip react-shadcn-starter.zip && cd react-shadcn-starter$ bun install$ bun dev
about this series
The seed the fleet's own UIs start from — with a component system.