Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bootstrap 5 admin dashboard template with Vite build process, four dashboards, UI components, and app pages.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Concept is a free, open-source admin dashboard template built on Bootstrap 5.3.8 and Vite 7.3, designed to give developers a jQuery-free foundation for admin panels, analytics dashboards, and management systems.
Concept is an HTML admin dashboard template that ships with four ready-to-use dashboard pages — E-commerce, Finance, Sales, and Influencer — plus UI components, application pages, and a blank starter. It runs on a Vite 7.3 build pipeline with Handlebars partials and SCSS, and is released by Colorlib as an MIT-licensed open-source project on GitHub.
_redirects file for Netlify, and the production build outputs to dist/ for Vercel, GitHub Pages, or any static server.Concept uses a standard Vite workflow. Clone the repository, run npm install, then npm run dev to start the development server. For production, npm run build creates a static dist/ folder that you can deploy to Netlify, Vercel, GitHub Pages, or any static file server; the included _redirects file handles client-side routing for static hosting.
Concept is free and open-source under the MIT License. You can clone the GitHub repository, use it in personal or commercial projects, and modify the source without paying a licensing fee.
No. Concept is a jQuery-free template. All interactions are written in vanilla JavaScript using ES6 modules, which also enables tree-shaking and smaller production bundles.
You need Node.js 16.x or higher and npm 8.x or higher. After installing dependencies with npm install, run npm run dev for development or npm run build to generate a production build in the dist/ folder.
Yes. The production build outputs static files to dist/, and the project includes a _redirects file for Netlify. It also works on Vercel, GitHub Pages, AWS S3 with CloudFront, and traditional web servers.
