Installation
Start a new project with Create UI, or add it to one you already have.
Two ways in: scaffold a new project, or add Create UI to an existing one. Either way the code lands in your repo.
New project
Pick a template (Next.js, Vite, or TanStack Start), a theme, and a font. The CLI scaffolds a ready-to-run app with Create UI already wired in.
Existing project
Initialize
Installs dependencies, adds the cn helper, and writes the design tokens into your global stylesheet.
Add components
Add more by listing them (add button input badge), or grab everything with add --all.
Import and use
app/page.tsx
Requirements
- A React framework.
- Tailwind CSS v4.
- TypeScript recommended, not required.