Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js + MUI dashboard template with TypeScript, RBAC routing, mock API, and RTL support.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Next.js Dashboard Template is a developer-focused admin dashboard starter built on Next.js and Material-UI (MUI) with TypeScript, intended to speed up building any application's frontend interface. Its core function is to provide a pre-configured dashboard scaffold with routing, role-based access control, mock API, right-to-left layout support, ESLint, and Iconify integration, so developers can skip the boilerplate and jump straight to app-specific logic.
Next.js Dashboard Template is a GitHub-hosted dashboard template built on the Next.js React framework and Material-UI component library. It takes a developer's application requirements as input and outputs a configurable dashboard interface with route protection, a mock data layer, and linting set up. The README shows it is designed for quick implementation: after cloning, running npm install --legacy-peer-deps and npm run dev serves the dashboard at http://localhost:8080. The repository description is "NextJS + MUI - dashboard template" and it currently has 2 stars on GitHub.
The setup process is straightforward: install dependencies with the exact command npm install --legacy-peer-deps, then start the development server with npm run dev. The dashboard is available at http://localhost:8080. From there, developers customize the pages and components, swap the mock API for real endpoints, and adjust RBAC rules as needed.
The template is hosted on GitHub, so it can be cloned and used for projects. The repository does not mention a paid license, so it appears to be free, but you should check the repository's license file for exact terms.
The currently available features are TypeScript, RBAC routing, mock API, RTL support, ESLint, and Iconify. Full Calendar, Form Validation, i18n, and Charts are listed as under construction and are not yet implemented.
