Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free and open-source Bootstrap 5 admin & dashboard template with 11 HTML pages, Gulp workflow, and Sass.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
Dash UI is a free and open-source Bootstrap 5 admin and dashboard template by CodeCandy that ships with 11 HTML pages, a Gulp build system, Sass source files, and a Figma design file.
Dash UI is an open-source admin and dashboard theme built entirely with Bootstrap 5 by the CodeCandy team. It consists of HTML pages for authentication, billing, pricing, profile, settings, tables, error handling, and a dashboard layout, along with reusable partials such as a vertical navbar, header, head, and scripts. The project includes Sass source files and a gulpfile.js so developers can compile custom styles and generate a production-ready static site.
gulp build.src/assets/scss, organized in a theme folder and a main theme.scss file, so colors, spacing, and component styles can be changed via variables.Dash UI is aimed at front-end developers who need a ready-made Bootstrap 5 admin interface and want to customize it with Gulp and Sass rather than hand-coding every page. It is also suitable for full-stack developers building admin panels for web apps, and for startups that need an attractive, functional dashboard for a SaaS MVP without paying for the PRO tier initially.
gulp to spin up a local server with hot reload while editing the Sass files.Dash UI runs on Node.js. You first install the Gulp CLI globally with npm install gulp-cli -g, then run npm install in the project folder to fetch dependencies. Typing gulp compiles the theme and opens index.html in the browser through BrowserSync, while gulp build outputs an optimized /dist directory for hosting.
Dash UI is free and open source. The free version includes a single dashboard, 11 HTML pages, documentation, 4 plugins, and source files. The paid Dash UI PRO version adds 6 dashboards, over 60 HTML pages, 10+ plugins, dark mode, layout variations, priority support, and free updates, and is sold on the CodeCandy website.
Yes, the base Dash UI theme is free and open source. It includes one dashboard, 11 HTML pages, four plugins, documentation, and the full Sass source files. CodeCandy offers a separate PRO version with more pages, dark mode, and priority support for a fee.
The free package contains index, 404-error, billing, forget-password, layout, pricing, profile, settings, sign-in, sign-up, and tables. These cover common admin app areas like login, password reset, user profile, billing, price plans, and data tables.
No, dark mode is only available in the PRO version. The free version does not include dark mode or layout options. If dark mode is a requirement, you would need to purchase Dash UI PRO or add it manually to the Sass.
Dash UI officially supports the last two versions of Chrome, Firefox, Edge, Safari, and Opera. The template is built on Bootstrap 5, which uses CSS flexbox and modern APIs, so older browser versions may not render all components correctly.
After running npm install, execute gulp build in the dash-ui folder. This generates a /dist directory containing the compiled and minified CSS, JavaScript, and HTML files ready to upload to any static host or content delivery network.
