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.

Bootstrap admin dashboard template for web apps and SaaS projects, distributed via npm with compiled assets and source files.

Free Bootstrap 5 admin dashboard template with charts, login/register pages, and an off-canvas menu for building admin panels.

Free and open-source Vue.js 3 & Bootstrap 5 admin dashboard from Creative Tim with over 70 components, prebuilt pages, and SASS theming.

A private board for your favorite Bible verses, sermons, and anything else you need to be encouraged when life happens. Built with NextJS+React and TypeScript

Next.js + MUI dashboard template with TypeScript, RBAC routing, mock API, and RTL support.

Simple Bootstrap 4 Dashboard template.
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.
