Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Dashboard theme and UI starter kit built with Laravel 12, TailwindCSS 3, Inertia.js, and Vue 3 via JetStream.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
TailAdmin Inertia is an open-source dashboard theme and UI starter kit built on Laravel 12, TailwindCSS 3, Inertia.js, and Vue 3 via Laravel JetStream, designed to give you a pre-built admin backend with reusable components and authentication pages.
TailAdmin Inertia is a dashboard theme and UI starter kit that pairs a Laravel 12 backend with TailwindCSS 3 and Vue 3 frontend components, connected through Inertia.js so you avoid writing a separate API layer. It includes custom login, register, profile, and lock pages, plus a library of content and form components, statistic widgets, and a demo database seeded with sample data. The project is maintained by sinan-aydogan on GitHub and released under the MIT license.
Laravel developers building admin panels or dashboards get a pre-built UI kit with Vue components, tables, and auth pages they can extend. Full-stack teams already using JetStream's Inertia/Vue stack can drop these components into their project without a rewrite. Indie makers and startups can quickly launch an MVP admin area by following the documented install steps and seeding the demo data.
After cloning the repository, run npm install and composer install, then copy .env.example to .env and set your database details. Execute php artisan migrate --seed, php artisan storage:link, and php artisan key:generate, then start Vite with npm run dev and Laravel with php artisan serve, and visit http://localhost:8000. A separate Docker path uses Laravel Sail: add the sail alias, run sail up -d, add tailadmin-laravel.test to your hosts file, and open that domain.
Yes. TailAdmin Inertia is open-sourced under the MIT license, so you can use, modify, and redistribute it freely. The repository is public on GitHub and lists no paid tiers.
The live demo is at https://tailadmin-demo.tailadmin.dev. Log in with email [email protected] and password admin to explore the dashboard UI and components.
You need PHP 8.3 or higher, a database server (MySQL recommended), Composer 2 or higher, and Node.js 20 or higher. Docker via Laravel Sail is also supported and provides PHP, MySQL, and Nginx in containers.
Clone the repository, install Composer dependencies via a Docker container, add the sail alias to your bashrc, then run sail up -d. Add 127.0.0.1 tailadmin-laravel.test to your hosts file and open http://tailadmin-laravel.test.
No, TailAdmin Inertia uses Vue 3 and Laravel 12. If you need the older Vue 2 version, download the v1.0.0 release from the GitHub releases page, which the repository links as TailAdmin v1.
