Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Volt is a free and open source Bootstrap 5 admin dashboard template by Themesberg that ships with over 100 components, 11 example pages, and a vanilla JavaScript build with no jQuery dependency.
Volt is a Bootstrap 5 admin dashboard that outputs a full HTML/CSS/JavaScript admin panel. It takes the Bootstrap 5 framework and extends it with 100+ components, 3 customized plugins, and 11 example pages including dashboard, transactions, settings, sign in, sign up, forgotten password, reset password, lock profile, 404, and 500 pages. The template is developed and maintained by Themesberg, and the source code is available under a MIT license on GitHub.
Download the project, install Node and the Gulp CLI, then run npm install inside the volt/ folder. Running gulp compiles the SCSS and serves the project at /index.html with BrowserSync; it also watches assets/scss/, assets/js/, and components/ for changes. For a version without the build toolchain, run gulp build:dev to generate a plain html&css folder, or gulp build:dist for minified files.
The open source Volt is free and released under the MIT license. Themesberg also offers a paid Pro version that includes more than 800 components, 20 example pages, and over 10 advanced plugins.
No. Volt is built without jQuery as a dependency. All included libraries and scripts use vanilla JavaScript, which is one of its main selling points over Bootstrap 5 themes that still rely on jQuery.
Yes. The free version of Volt is licensed under the MIT license, so you can use it in personal and commercial projects. A separate Pro version with additional components and pages is available for purchase from Themesberg.
Volt officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera, as stated in the project’s README.
Clone or download the repository, make sure Node is installed, install Gulp CLI globally with npm install gulp-cli -g, run npm install, and then run gulp. The site opens at /index.html and live-reloads via BrowserSync.
The download includes the full source under src/ with assets, HTML pages, partials, and SCSS files. There are also Gulp tasks to generate a plain HTML/CSS build or a minified distribution.
