Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean & completely free Bootstrap 5 admin dashboard template

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
ElaAdmin is a free, MIT-licensed Bootstrap 5 admin dashboard template built on Vite 8 with the Rolldown bundler, offering dashboards, charts, tables, forms, and authentication pages out of the box.
ElaAdmin is a fully responsive admin dashboard template created by Colorlib, now at version 4.0.0. It takes raw HTML, SCSS, and ES6+ JavaScript as source files and produces a static build in a dist/ folder via Vite, with code splitting, tree-shaking, and asset fingerprinting. The template runs entirely in the browser with no backend and no jQuery dependency, using vanilla JavaScript and Bootstrap 5.3 components.
tables-data.js.src/scss with a _variables.scss file for theme customization before Bootstrap loads.Clone the repository, run npm install, then npm run dev to start a development server at http://localhost:3000 with hot reload. To add a page, create an HTML file in the root that includes the Handlebars partials for head, sidebar, header, footer, and scripts, register it in vite.config.js, and optionally add a page module under src/js/pages. Production builds are generated with npm run build and deployed from the dist/ folder.
ElaAdmin is completely free and licensed under the MIT License, which allows use, copying, modification, merging, publishing, distribution, sublicensing, and selling copies as long as Colorlib is credited as the original author.
Yes, ElaAdmin is completely free and distributed under the MIT License. You can use it in personal and commercial projects with attribution to Colorlib as the original author.
No. Version 3.0 removed all jQuery dependencies, and version 4.0 continues with pure vanilla JavaScript using ES6+ modules, async/await, and arrow functions.
The system requirements are Node.js versions 20.19 or higher in the 20.x line, 22.13 or higher in the 22.x line, or 24.0 or higher; a .nvmrc file is included to pick the recommended version with nvm use.
ElaAdmin supports Chrome 111 and newer, Edge 111 and newer, Firefox 113 and newer, Safari 16.4 and newer, and Opera 97 and newer. Internet Explorer is not supported.
Create an HTML file in the root directory, register it in the input map in vite.config.js, add page-specific JavaScript in src/js/pages/, and link it in the sidebar partial src/partials/sidebar-ela.hbs.
