Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js admin dashboard template with 200+ UI components, auth, and RBAC.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
NextAdmin is a free, open-source Next.js admin dashboard template that provides 200+ UI components and pre-built pages for creating admin interfaces.
NextAdmin is a free, open-source admin dashboard template built on Next.js, Tailwind CSS, and TypeScript. It outputs a complete dashboard project with pre-built UI components, authentication, charts, tables, and page templates. It is maintained by Pimjo under the NextAdminHQ GitHub organization, and it is distributed as a GitHub repository that you clone and run locally.
NextAdmin suits developers and teams that need a functional admin dashboard quickly without building the UI layer from scratch. Specific roles:
npm install, copy the env file, and start the dev server on localhost:3000.The project is a Next.js application. After cloning, you install dependencies with npm, yarn, pnpm, or bun, copy the example env file to .env.local, and run npm run dev. The dashboard runs on http://localhost:3000. Deployment is supported on Vercel and Netlify without extra configuration.
NextAdmin is free and open-source. There are no paid tiers or license fees mentioned in the repository.
Yes, the template is free and open-source. You can clone the GitHub repository and use it for personal or commercial projects without payment.
Version 1.3.0 added authentication with BetterAuth and Prisma, including role-based access control and user profile pages. Earlier versions did not include this feature.
Yes, the template works out of the box on Vercel and Netlify. You can connect your repository and deploy without additional configuration.
The latest release updates to current Next.js versions, including v16. Previous versions supported v15. The template also uses Tailwind CSS v4.
Yes, charts are built with ApexCharts (apexcharts and react-apexcharts). The chart components are part of the UI component library.
