Getting started
Installation
NexUI has no npm package. You copy components directly into your project so you own every line. The only setup is one helper function and Tailwind CSS.
Requirements
React18 or 19
Tailwind CSSv4
TypeScript5+ (optional but recommended)
clsx + tailwind-mergeany recent version
Step by step
Create your project
Start with a new Next.js project. NexUI works with any React framework that supports Tailwind CSS v4.
$pnpm dlx create-next-app@latest my-app --typescript --tailwind --app
Or use an existing project — skip to step 2.