Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Highly advanced admin dashboard template created using mantine

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Mantine Vite Template is a production-ready admin dashboard boilerplate built on Vite, React, TypeScript, and Mantine UI that ships with authentication, state management, testing, and internationalization already configured.
The Mantine Vite Template is an open-source GitHub repository created by auronvila. It's a starter template for admin dashboard applications, providing a pre-configured development environment rather than a finished product. You input your business logic and components; the template outputs a working app with authentication hooks, Axios HTTP client, Redux Toolkit store, and i18next translations set up, ready for development on the Vite dev server at localhost:5173.
typecheck script is included to verify types.storybook:build) are included for developing UI components in isolation.test script also runs Prettier, ESLint, and type checks.Frontend developers who need to spin up an admin dashboard quickly without repeating configuration for auth, data fetching, or testing will find this template useful. Teams that standardize on React, TypeScript, and Mantine can adopt it as a shared foundation. Developers new to testing or internationalization can learn from the pre-built Vitest, ESLint, and i18next setups.
Clone the repository, install dependencies with yarn, and run yarn dev to start the development server at http://localhost:5173. The project includes npm scripts for building (build), previewing (preview), type checking (typecheck), linting (lint), testing (vitest), and Storybook (storybook). Detailed configuration guidance is provided in the GitHub wiki.
The template is free and open source. The repository is public, and contributions are welcomed; the author requests a GitHub star as the easiest form of support.
Yes, the template is free and open source. It is published on GitHub under a public repository, and the author only asks for a star if you find it useful. There are no paid tiers or licensing fees mentioned.
The template uses Vite as the build tool, React and TypeScript for the frontend, and Mantine for UI components. State management is handled by Redux Toolkit with redux-persist, HTTP requests by Axios, and routing by React Router.
Yes, the template comes with custom authentication hooks, so you don't have to build the auth logic from scratch. The wiki explains how to configure the auth hooks to work with your backend.
After cloning the repository, install dependencies with yarn, then run yarn dev. The development server starts at http://localhost:5173. You can also run yarn test to run tests, linting, and type checking together.
Yes, the template includes i18next integration. You can add translation files and use the i18next API to switch languages in your app. The configuration is already in place.
