Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free open-source admin dashboard template built with Next.js and Material-UI, featuring pre-built pages and RTL support.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
NextJS Material Dashboard is a free, open-source admin dashboard template built on Next.js and Material-UI by Creative Tim, giving developers a ready-made Material Design-style interface for admin panels and back-office applications.
NextJS Material Dashboard is a free admin dashboard template created by Creative Tim, built on the Next.js framework with Material-UI components. It takes a developer's desired admin interface and turns it into a working React application with a left sidebar navigation, a main content panel, and pre-built pages such as a dashboard, user profile, tables, maps, notifications, and typography. The project is distributed under the MIT license, so it can be freely used, modified, and incorporated into commercial projects.
npm i nextjs-material-dashboard, clone the GitHub repo, or download the zip from the Creative Tim site.After installing the package or cloning the repo, you run npm install and npm run dev to start the Next.js development server. The default route renders the dashboard page, and navigation uses Next.js client-side routing through the routes.js file. Customization happens by editing the JSS style files in assets/jss and swapping components under components/.
Yes. NextJS Material Dashboard is free and open source, released under the MIT license by Creative Tim. You can use it in personal and commercial projects without paying licensing fees.
It is built on Next.js and Material-UI. It uses Next.js for server-side rendering, routing, and page structure, and Material-UI provides the React components, styles, animations, ripples, and transitions.
Yes. The template includes a dedicated RTL layout page and RTL navigation links, so you can present the dashboard in right-to-left languages like Arabic or Hebrew.
The quickest way is npm i nextjs-material-dashboard. Alternatively, clone the GitHub repository or download the zip from the Creative Tim product page. Full documentation is available on the Creative Tim learning lab website.
Yes. You can switch between blue, green, orange, red, and purple for the sidebar and card headers using the included FixedPlugin. The sidebar can also show a background image.
