Capítulo 1 de 11
Everything needed before installing your first real component: the Tailwind/Next.js prerequisites and the shared cn class-merge helper most components import.
| Name | Purpose | Install |
|---|---|---|
| Add Utilities | Installs the shared cn helper (clsx + tailwind-merge) most components import | npx shadcn@latest add @aceternity/add-utilities |
| CLI | Docs page for installing Aceternity UI components via the shadcn CLI | npx shadcn@latest add @aceternity/cli |
| Install Next.js | Guide to scaffolding a project with Create Next App | npx shadcn@latest add @aceternity/install-nextjs |
| Install Tailwind CSS | Guide to adding Tailwind CSS v3 or v4 to a Next.js project | npx shadcn@latest add @aceternity/install-tailwindcss |
| Tailwind CSS buttons | A curated set of plain Tailwind button styles (no Motion/JS behavior) | npx shadcn@latest add @aceternity/tailwindcss-buttons |
add-utilities (cn helper) → motion peer dependency → the component itself.cn is a dependency of most other components in this catalogue — install it early, not on demand.