UI Starters
React + Tailwind Quickstart
The fastest sane path to a styled React app — three commands, no decisions.
Vite, React 19, TypeScript and Tailwind wired together with nothing else: one landing screen proving the stack works, a Dockerfile for when it ships, and a README you won't need. Start here when the answer to 'which stack?' is 'the usual'.
Variants
Tailwindshadcn/ui
What's inside
- Three-command quickstart
- Tailwind preconfigured, dark-first
- Strict TypeScript out of the box
- Dockerfile → nginx included
- No router, no state lib — add when needed
Quickstart
$ curl -LO https://devai.io/downloads/react-tailwind-starter.zip$ unzip react-tailwind-starter.zip && cd react-tailwind-starter$ bun install$ bun dev
about this series
The seed the fleet's own UIs start from.