Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Mantine + Next.js app router template (7.0+)
Mantine Next Template is a GitHub boilerplate that scaffolds a Next.js application with the Mantine React component library pre-configured for the app router, giving developers a ready-to-customize starting point for new projects.
Mantine Next Template is a starter repository that combines Next.js, a React framework, and Mantine, a React component library. Its core function is to eliminate the manual setup normally required to use Mantine inside a Next.js app router project. The template takes a fresh GitHub repository and populates it with the configuration needed to render Mantine components, along with the standard Next.js app directory structure. It is documented in the official Mantine guide for Next.js at mantine.dev/guides/next/, which walks through the template's usage.
To use the template, click the "Use this template" button at the top of the GitHub page to create a new repository with the same files. Then clone that repository to your machine and run the development server as described in the Mantine Next.js documentation. The template already includes the necessary configuration for Mantine to work with the Next.js app router, so the first page loads with Mantine styles applied.
Click the green "Use this template" button at the top of the GitHub repository. This creates a new repository in your account containing the exact same files. Clone that repository to your local machine and follow the instructions in the Mantine Next.js documentation to install dependencies and run the development server.
The repository metadata states Mantine 7.0 or higher. The template uses the Next.js app router, so it is intended for Next.js versions that support the app directory (Next.js 13 and later). No specific Next.js version is listed in the source, but the app router is the target.
The template's documentation is hosted on the official Mantine website at mantine.dev/guides/next/. That page covers installation, configuration, and how to use Mantine components within the Next.js app router.
