Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Vue 3 admin dashboard template built on CoreUI and Bootstrap 5, optimized for AI-assisted development.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
CoreUI Free Vue Admin Template is an open-source, MIT-licensed admin dashboard template for Vue 3 that ships with the CoreUI Vue component library and Bootstrap 5 styling, purpose-built to integrate with AI coding assistants such as Cursor, GitHub Copilot, and Claude Code.
This is a free admin dashboard template for Vue 3 that provides a complete single-page application (SPA) skeleton, including layout containers, sidebar navigation, example views, and routing/state management setup. It runs on Vite as the build tool, Vue Router for navigation, Pinia for state management, and SCSS for styling. The template is created by Łukasz Holeczek and the CoreUI team, and is maintained under semantic versioning guidelines.
<script setup> syntax and the Composition API, with Prettier formatting and ESLint rules configured..cursorrules, ARCHITECTURE.md, DEVELOPMENT.md, and JSDoc comments on main components so AI assistants understand project conventions and generate matching code.dist/ with minification._nav.js sidebar navigation config..cursorrules and architecture docs so Cursor, Copilot, or Claude Code produce code that matches existing patterns.Download the release as a zip or clone the GitHub repo, run npm install (or yarn install), then start the dev server with npm run dev and open http://localhost:3000. The app hot-reloads on source changes; npm run build outputs minified production files to dist/.
CoreUI Free Vue Admin Template is free and released under the MIT license. CoreUI PRO is a paid upgrade sold via coreui.io with additional components and themes (default, light, modern, bright); exact prices are not listed on the GitHub page.
Yes. The template is released under the MIT license and is completely free to use, including in commercial projects. A paid PRO version exists, but the free template includes many components and views.
You need Node.js and npm or yarn. Download or clone the repo, run npm install, then npm run dev to start the development server at http://localhost:3000. npm run build creates minified production files in dist/.
Yes. The template is built for Vue 3 using the Composition API with <script setup> syntax, and it uses Vite as the build tool, Pinia for state management, and Vue Router for navigation.
No. Some advanced components are marked PRO on the documentation page (for example, date picker, multi-select, smart table, and rating). Those are not included in the free template and require a CoreUI PRO license.
The template uses Bootstrap 5 as its CSS framework with SCSS for customization. CoreUI components are styled to look consistent out of the box and can be themed through SCSS variables and the CoreUI Layout API.
