Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open source React.js admin dashboard template and UI library based on Bootstrap 5, with 100+ UI components and 10 example pages.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Volt React Dashboard is a free and open source React.js admin dashboard template and UI library built on Bootstrap 5 by Themesberg, delivering over 100 React UI components and 10 example pages for creating dashboards and admin panels.
Volt React Dashboard is a React.js admin dashboard template and UI library from Themesberg, built on Bootstrap 5 and extending the react-bootstrap library. It accepts data-driven props — arrays of objects for tasks, messages, notifications, transactions, and team members — and renders styled React components, making it straightforward to connect the UI to a backend API. The project runs in a standard React development environment, with routing configured via src/routes.js and pages organized under src/pages.
src/data, passed into components as props, so you can replace them with API responses.src/scss/volt with Sass files; you can override variables to rebrand the dashboard, as shown in Themesberg's tutorial.CodeEditor.js) for experimenting with components directly in the browser.yarn install/npm install, then yarn start/npm run start.src/data with fetch responses or state.yarn build or npm run build.To get started, clone or download the project, then run yarn install or npm install to install dependencies. Use yarn start or npm run start to launch the development server at http://localhost:3000, and yarn build or npm run build to create production files after changing the homepage field in package.json to your domain.
Volt React Dashboard is free under the MIT license. Themesberg also offers a paid Pro edition, Volt Pro React Dashboard, which includes over 800 React components, customized plugins, and 20 example pages.
Yes, Volt React Dashboard is free and open source, released under the MIT License by Themesberg. You can use it for personal and commercial projects. The Pro edition, Volt Pro React, is a separate paid product with additional components and pages.
Volt React includes over 100 components and 10 example pages. Volt Pro React is the premium upgrade, featuring over 800 components, customized plugins, and 20 example pages, and is available for purchase from Themesberg.
The project officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera, as stated in the README.
The data-driven architecture places arrays of objects in the src/data directory (e.g., notifications.js, transactions.js, teamMembers.js). Edit those files or replace them with API data to update the UI.
First, change the homepage value in package.json to your domain name, then run yarn build or npm run build in the project root. The production files will be output to the build folder.