Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open-source Laravel admin dashboard built with Livewire & Alpine.js on Bootstrap 5.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Volt Dashboard Laravel is a free, open-source Laravel admin dashboard template that pairs a Bootstrap 5 UI with Livewire and Alpine.js to deliver a fully functional application backend out of the box.
Volt Dashboard Laravel is a starter project for building admin interfaces on Laravel, created by Themesberg and UPDIVISION. It takes a fresh Laravel installation and gives you a prebuilt dashboard with authentication, user profile editing, and 11 example pages, all styled with Bootstrap 5 and enhanced with Livewire for dynamic components. The output is a runnable Laravel application you can extend with your own models, controllers, and views.
composer install and npm install to pull dependencies..env.example to .env, configure your database, and run php artisan key:generate.php artisan migrate --seed to create tables and seed roles and users, then php artisan storage:link.Volt Dashboard Laravel is free under the MIT license for personal and commercial projects. The page also advertises a Pro version with over three times more components and pages, five times more Laravel features, and six months of premium support — however, the Pro price is not listed on this page.
Yes, it is released under the MIT license and can be used in personal and commercial projects at no cost. There is a separate, paid Pro version with additional components and support, but the free version includes the full base functionality.
It runs on Laravel with Livewire and Alpine.js on the front end, styled with Bootstrap 5 and Vanilla JS. It uses Sass for styling, Gulp for task automation, and includes a datepicker, notification plugin, and charts library.
After downloading, run composer install and npm install, configure the .env file with your database, then run php artisan key:generate, php artisan migrate --seed, and php artisan storage:link. Full steps are in the README.
The seeded admin account is [email protected] with password secret. After running the migrations and seeders, you can log in with those credentials or register your own user on the sign-up page.
Yes, it ships with a working authentication system built with Laravel and Livewire, covering login, registration, forgot password, reset password, and user profile editing with validation rules.
