Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free open-source Bootstrap 5.3 admin dashboard template built with Astro, featuring light/dark mode, RTL support, and customizable UI components.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
AsteroAdmin is a free, open-source Bootstrap 5.3 admin dashboard template built with the Astro static site generator, designed to serve as the foundation for admin panels, dashboards, and back-office interfaces.
AsteroAdmin is a responsive admin dashboard template that combines Bootstrap 5.3.3 with Astro 5.5.5 to produce static HTML output. It takes Astro components, SCSS styles, and JavaScript modules as input and compiles them into minified, production-ready files in the dist/ folder. The template is developed and maintained by AsteroDigital and is released under the MIT License, so it can be freely used in commercial projects.
src/scss/variables/.base, components, core, layout, pages, utilities, and variables directories.You can install it via npm (npm install asteroadmin), link the CDN files in your HTML, or clone the GitHub repository. For development, run npm install and then npm run dev to start a live-reload server at http://localhost:1234. To add pages, drop a new .astro file into src/html/pages/, and the build tooling compiles everything via npm run build.
AsteroAdmin is free and open source under the MIT license. There are no paid tiers or license fees for personal or commercial use.
Other Bootstrap-based admin templates include AdminLTE, which offers a different dashboard layout pattern, and Tabler, another free Bootstrap admin theme.
Yes, AsteroAdmin is released under the MIT License, which permits free use in personal and commercial projects. You can download and modify it without paying any license fee.
You need Node.js version 18 or higher and a package manager such as npm, yarn, or pnpm. If you only want to use the precompiled files, you can load the CSS and JavaScript via CDN or direct download.
Yes, RTL support is included, so the layout flips correctly for languages such as Arabic and Hebrew.
Create a new .astro file in src/html/pages/, use the existing components and layouts, and run npm run dev to preview it. The build command npm run build will include the new page in the production output.
No, the template is specifically built for Bootstrap 5.3. You would need to replace all SCSS overrides and component markup to switch to another framework, which is not the intended use.
