Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free MIT-licensed admin dashboard template built with vanilla JS, SCSS, and Vite 8 — 58 HTML pages, ECharts charts, dark mode, and PWA

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Gentelella v4 is a free, MIT-licensed admin dashboard template built with vanilla JavaScript, SCSS, and Vite 8 — no Bootstrap, no jQuery, and no SPA framework — that ships 58 production-ready HTML pages for SaaS dashboards, CRMs, internal tools, and e-commerce backends.
Gentelella v4 is a ground-up redesign by Colorlib of the original Gentelella Bootstrap admin template, first released in 2014. It takes static HTML, SCSS, and vanilla ES2022 JavaScript as inputs and produces a Vite 8 multi-page application with 58 auto-discovered entry points, content-hashed assets, and a static dist/ folder you can deploy to any static host. The template includes light/dark mode with prefers-color-scheme detection, a live theme generator, a ⌘K command palette, and PWA support.
theme.html and every chart, button, badge, and link restyles in real time; copy or download the generated SCSS tokens.playground.html) shows every reusable component side-by-side with its exact HTML and a Copy button.node_modules is about 178 MB, down from roughly 600 MB in Gentelella v2.localStorage-persisted settings.src/scss/v4/_tokens.scss and scaffold new pages via npm run new -- <slug> for client projects.Clone the repo, run npm install and npm run dev, then open http://localhost:9173/production/index.html; the Vite dev server hot-reloads SCSS, JS, and HTML. A production build outputs static HTML plus hashed JS/CSS to dist/, which you can deploy to Netlify, Vercel, Cloudflare Pages, S3, or GitHub Pages — optionally with BASE_PATH=/admin/ for subpath deployment. The template also ships as an npm package with subpath exports and as a jsDelivr CDN distribution for browsing the demo pages and importing individual ES-module helpers.
Gentelella v4 is free. It is MIT-licensed, free for personal and commercial use, and there are no paid tiers for the template itself. The README links to premium templates on DashboardPack for those who want advanced features, dedicated support, and production-ready code.
Yes, Gentelella v4 is MIT-licensed and free for personal and commercial use. You can clone it from GitHub, install dependencies with npm, and deploy the static output anywhere. No license key or payment is required.
No. Gentelella v4 is built with vanilla JavaScript, SCSS, and Vite 8. It explicitly has no Bootstrap, no jQuery, and no SPA framework. The original Gentelella was a Bootstrap template, but v4 is a ground-up rewrite.
Gentelella v4 includes 58 production-ready HTML pages covering dashboards, auth, forms, tables, charts, e-commerce, admin, and marketing surfaces. There are 4 dashboard variants, 20 ECharts chart types, and a component playground.
It has no backend, no auth, no real-time data, and no state management. Forms post to #, the login form is a redirect with no validation, and activity feeds are static. These are intentionally excluded so you wire up your own API.
