Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Angular 22 admin dashboard template built on Bootstrap 5 with layout API, SCSS theming, and Angular CLI tooling.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
CoreUI Free Angular Admin Template is a free, MIT-licensed admin dashboard template for Angular 22 that gives developers a complete Bootstrap 5-based layout with sidebar navigation, SCSS theming, and Angular CLI tooling out of the box.
CoreUI Free Angular Admin Template is a free and open-source Angular 22 admin dashboard starter built on Bootstrap 5, created by the CoreUI team led by Łukasz Holeczek. It takes a fresh Angular CLI project and produces a runnable dashboard that includes layout components, a sidebar navigation config, and demo views under src/app/views. The template is distributed via npm as @coreui/angular alongside the @coreui/coreui CSS framework package, and it requires Node.js LTS version v22.22.3 or v24.15.0.
src/scss, giving you variables and mixins for custom themes.src/app, src/assets, angular.json, and package.json files.src/app/layout/default-layout/_nav.js holds the sidebar menu items and is the single place to edit navigation.npm start serves the app at http://localhost:4200 and reloads whenever source files change.npm run build compiles and minifies the project into a dist/ directory for deployment.ng test for Vitest-based unit tests and ng e2e for end-to-end tests, with the e2e runner left for you to choose.src/app/views with their own components._nav.js to create per-client navigation menus, then style with SCSS variables.The template follows the standard Angular CLI workflow. After cloning the repository and running npm install, you start the dev server with npm start (or ng serve), then edit source files and the app reloads at http://localhost:4200. For deployment, ng build compiles the app into a minified dist/ directory, and unit tests run with ng test using Vitest.
CoreUI Free Angular Admin Template is free and released under the MIT license. A paid CoreUI PRO tier is sold at coreui.io and adds extra themes and components for Angular, Bootstrap, React, Next.js, and Vue.
Yes, the code is released under the MIT license. The only limitation stated in the README is that you cannot re-distribute CoreUI as stock, meaning you cannot resell the template unchanged.
The template targets Angular 22 and requires Node.js LTS version v22.22.3 or v24.15.0. It was generated with Angular CLI version 22.0.0, and the package uses @coreui/angular plus @coreui/coreui.
Edit the array in src/app/layout/default-layout/_nav.js, which contains the navigation item definitions. Add, remove, or reorder entries there to change the menu that appears in the default layout.
The main app lives in src/app, with subfolders for icons, layout, and views. Styles are in src/scss, demo-only components are in src/components, and static assets are in src/assets. The Angular CLI config is in angular.json.
