A Next.js template for building apps with Radix UI and Tailwind CSS.
pnpm create next-app -e https://github.com/vinihvc/vini-boilerplate
- Radix
- Tailwind
- Lucide icons
- Dark mode ready
- Storybook
- Biome
- Husky + lint-staged
- shadcn/ui components
The cn
util handles conditional classes and class merging.
cn("px-2 bg-neutral-100 py-2 bg-neutral-200");
// Outputs `p-2 bg-neutral-200`
Licensed under the MIT license.