Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free, open-source Bootstrap 5 admin dashboard template with no jQuery, dark mode, and a landing page.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Mazer is a free, open-source admin dashboard template built with Bootstrap 5 that gives developers a ready-made UI for admin panels and landing pages without a jQuery dependency.
Mazer Dashboard is a front-end admin template on GitHub maintained by Saugi, distributed under the MIT License, and used by over three thousand GitHub stargazers. It takes the HTML, SCSS, and JavaScript source from the repository and compiles it into a responsive, dark-mode-capable dashboard interface that runs entirely in the browser. The project includes a live demo and a documentation site hosted on GitHub Pages, plus an Indonesian-language README for local contributors.
app-dark.css stylesheet and a small dark.js init script that toggles the theme.Mazer is for developers who need a polished admin interface quickly without building one from scratch. A backend developer integrating a Rails or Django app can use the community ports to scaffold the frontend. A frontend developer can clone the repo, run npm run dev, and start customizing the SCSS components. A hobbyist building a small internal tool can use the CDN links to add a dashboard to a plain HTML page in minutes.
Mazer works as a static front-end template. You can either download the prebuilt release and open the HTML files directly, or clone the repository, install dependencies with yarn install or npm install, run npm run dev to serve the project at http://localhost:5173, and edit the source files. For containerized development, docker build -t mazer-frontend . followed by docker run -it -d -p 5173:80 --name mazer mazer-frontend runs the app on the same port.
Mazer is free and open source under the MIT License. There is no premium version, subscription, or paid feature set mentioned in the repository.
Yes, Mazer is completely free and open source. The repository is released under the MIT License, which permits personal and commercial use without licensing fees.
No. The template is explicitly built with Bootstrap 5 and has no jQuery dependency, so you can use plain JavaScript or any modern framework for custom scripts.
The core template is plain HTML, but the README lists community ports for Laravel, Django, Flask, Nuxt, React, Next.js, AdonisJS 5, Symfony 6.3, Ruby on Rails, Yii2, and Spring-Thymeleaf, among others.
You can download the ready-made build from the GitHub releases page, clone the repository and run npm install and npm run dev, or use Docker with the provided Dockerfile. For simple projects, you can also include the compiled files from jsDelivr via CDN.
The repository description states it is both an admin dashboard template and a landing page, so the demo includes both interface types.
