Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Bootstrap admin dashboard template for web apps and SaaS projects, distributed via npm with compiled assets and source files.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Dashbrd is a Bootstrap-based admin dashboard template for building web application and SaaS admin interfaces, distributed as an npm package with precompiled CSS/JS and a full source repository.
Dashbrd is a Bootstrap-based admin dashboard template designed to serve as the UI foundation for web applications and SaaS projects. It takes Bootstrap components and adds a dashboard layout, then delivers both compiled assets (theme.bundle.css and theme.bundle.js) and source SCSS/JavaScript that developers can install in an existing project or run as a standalone repository. The project lives on GitHub in the simzikov/dashbrd repository and is maintained there.
dashbrd/src/scss/theme.scss and the JavaScript from dashbrd/src/js/theme.js.dist/assets/css/theme.bundle.css and dist/assets/js/theme.bundle.js, so you can link them directly from node_modules without any build step.npm install dashbrd to add the template to an existing project, then either reference the compiled files or import the source files.https://github.com/simzikov/dashbrd.git, running npm install, and starting npm start gives you a local dev server that compiles the assets.node_modules into an HTML page and get a styled dashboard layout without additional build steps.theme.scss into your own Sass pipeline and adjust variables before compiling the styles.npm start, and modify the source files, with the bundled docs explaining component usage.Dashbrd works in two ways. As an npm package, installing it via npm install dashbrd gives you access to the compiled assets in dist/assets or the importable source in src. As a full project, cloning the repo, running npm install, and executing npm start boots a local development environment that compiles the assets and lets you iterate on the template.
Run npm install dashbrd, then reference the compiled CSS and JS files from node_modules/dashbrd/dist/assets/. Alternatively, import the source SCSS and JavaScript if your project has a build pipeline.
No. If you use the compiled bundle, you only need to include the two asset files in your HTML. If you import the SCSS/JS source, your project must have a Sass and JavaScript build process.
Yes, it is built directly on Bootstrap, so it expects familiarity with Bootstrap's grid, components, and utilities. It does not include framework-specific wrappers for Vue, React, Angular, or similar libraries.
Two pages are included: a Getting Started guide and a Components reference, both hosted on GitHub Pages at the URLs listed in the Key Features section.
