Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Official Next.js 13 + NextUI v2 starter with Tailwind CSS, TypeScript, and dark mode.

Free Bootstrap 4 design system with over 100 components, pre-built pages, and a full UI kit for faster web projects.
The Next.js & NextUI Template is a boilerplate for scaffolding a new web application with the Next.js 13 app directory and the NextUI v2 component library. It gives developers a pre-configured project with a modern React stack, so they can skip the repetitive setup and start building immediately.
This is an open-source starter project that combines Next.js 13's app router with NextUI v2, a React UI library. It produces a project with Tailwind CSS, TypeScript, Framer Motion animations, and built-in theme switching. The template is published under an MIT license, so it is free to use, modify, and distribute.
npx create-next-app -e https://github.com/nextui-org/next-app-template.npx create-next-app -e https://github.com/nextui-org/next-app-template and get a working foundation.After scaffolding via create-next-app, you install dependencies with npm install and start development with npm run dev. The project includes an app directory for routes, a components folder for UI parts, and configuration files for Tailwind and TypeScript.
The template is free and open source under the MIT license.
Yes, the template is licensed under the MIT license, which allows free use, modification, and distribution with attribution.
Run npx create-next-app -e https://github.com/nextui-org/next-app-template in your terminal, then follow the prompts. After that, install dependencies and start the dev server.
Yes, it includes the next-themes package, so light and dark mode functionality is already wired up.
It specifies Next.js 13 and the app directory. The template is designed for that major version.
No, NextUI is a core part of the template. If you want plain Tailwind or different components, consider create-next-app or another starter.
