Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Admin dashboard UI built with Next.js and Mantine, featuring working modals, drawers, notifications, example API routes, and mock data.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Nextine is an open-source admin dashboard template built with Next.js and the Mantine component library, providing a functional UI, example API routes, and mock user and message data.
Nextine is a starting point for building admin dashboards on the Next.js framework, using Mantine for the visual interface. The template includes a live demo deployed on Vercel, so you can explore the UI before downloading. It ships with interactive components such as modals, drawers, and notifications, along with mock data for example users and messages, allowing you to see realistic data flows without a backend. The repository also contains Next.js API route implementations to demonstrate backend logic.
To run the project locally, clone the repository, install the dependencies with npm, and launch the development server. The README provides these steps explicitly, and the project is deployed on Vercel for a live preview.
No. NextAuth authentication is listed in the README as a planned feature but is not yet implemented. The current version has no login or session handling.
There is no database connected yet. The template uses mock data for users and messages. MySQL with Prisma is mentioned as a planned database implementation.
Yes. A live demo is hosted at https://nextine.vercel.app, and the README links it at the top.
The project is published on GitHub with badge references for stars, issues, forks, and license, indicating an open-source repository. The exact license text is not detailed in the README.
According to the README, planned items are NextAuth authentication with protected routes and a custom login page, extended API routes, a database implementation (likely MySQL with Prisma), and a language selector for English and Hungarian.
