Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Angular & Tailwind CSS Admin Dashboard Starter Kit, Free and Open Source

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Angular Tailwind Admin Dashboard is a free and open-source admin dashboard starter kit that combines Angular 22 with Tailwind CSS 4 to give developers a pre-built frontend for admin interfaces, including authentication, dashboard modules, theming, and RTL support. Created by Luciano Work, the repository serves as a practical learning project for Tailwind CSS within the Angular ecosystem, and its live demo is hosted at https://at.lanno.dev.
Angular Tailwind Admin Dashboard (repository name: angular-tailwind) is a free, open-source starter kit for building admin dashboards with Angular 22 and Tailwind CSS 4. It takes a standard Angular CLI setup and adds a complete UI structure — sidebar, navbar, footer, auth pages, and a dashboard module — so you can start building administrative interfaces immediately instead of from a blank project. The project uses Angular standalone components and Angular Signals throughout, and includes Playwright e2e tests.
ng-apexcharts Angular wrapper for interactive visualizations.angular-svg-icon to inline SVG files so they can be styled with CSS.npm run lint, npm run prettier, and npm run test:e2e.Angular developers who need a jumpstart for admin panel projects will find this template useful because it already provides the common layout and feature modules. Developers learning Tailwind CSS can study the project to see exactly how Tailwind is configured and used inside an Angular application. Teams looking for a free, open-source foundation with dark mode and RTL support can adopt this starter kit and customize the theming to their brand.
ng-apexcharts to display charts on the dashboard.The project is a standard Angular CLI application with npm scripts for common tasks. Run npm start to launch the dev server, npm run lint for ESLint, npm run prettier to format the entire src folder, and npm run test:e2e to run Playwright e2e tests with a UI. Additional scripts like prettier:verify and prettier:staged give you formatting checks on all or only staged files.
Yes, it is free and open source. The GitHub repository is public and the README describes it as "Free and Open Source" — there is no mention of any paid licensing.
Angular 22, as indicated by the Angular 22 badge in the README. The project also uses Tailwind CSS 4, shown by the Tailwind 4 badge.
Not fully. The README states "The project is not finished yet!" and lists unchecked items including Guards, Animations, and Jasmine tests. It is best suited as a starter template or learning resource rather than a finished production product.
Yes, RTL support is listed as a completed feature in the README, along with dark theme, multi-theme, and other items.
The project includes Playwright e2e tests that can be run with npm run test:e2e. Jasmine unit tests are listed as an unchecked future feature, so unit testing is not yet implemented.
