Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free open source Bootstrap 5 design system and admin dashboard by Iqonic Design.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Hope UI is a free, open-source Bootstrap 5 design system and admin dashboard template created by Iqonic Design, used for building responsive admin panels and websites without starting from scratch.
Hope UI is a free open source Bootstrap 5 design system and admin dashboard created by Iqonic Design. It takes SCSS source files, Handlebars (HBS) partials, and Gulp build tasks as input, and produces a fully compiled and minified HTML dashboard with CSS, JavaScript, and vendor assets. The project includes demo pages, 100+ coded elements and widgets, and supports color modes, RTL direction, and layout customization.
Hope UI includes the following concrete tools and build options:
npm run watch, npm run build).Hope UI is for developers, designers, and startups who need a pre-built admin dashboard or website foundation. Developers can use the SCSS and HBS source to quickly prototype custom admin dashboards; designers can reference the Figma community UI kit to create mockups; and business owners can deploy the compiled HTML to get a responsive admin panel for performance monitoring.
Here are the main tasks users can accomplish with Hope UI:
npm install, then editing SCSS variables and HBS partials to match a client's brand; the Gulp build outputs production-ready CSS and JS.Hope UI uses a standard Node.js/Gulp workflow. Download the GitHub archive or clone the repo, then run npm install to install dependencies. For development, run npm run watch to compile SCSS and assets on file changes; when ready, run npm run build to output minified production files into the dist folder. The dist directory contains index.html and dashboard pages with pre-linked CSS and JS, ready to open or deploy.
These are common questions about Hope UI's usage and setup:
Yes, Hope UI is free and open source. The code is released under the MIT License, and you can also download it from GitHub or Iqonic Design without cost.
Besides the HTML version, Iqonic Design offers Vue JS, React JS, and Laravel dashboards based on Hope UI, as well as a Figma community UI kit. Each version includes the same design language and components adapted to its framework.
Yes. The SCSS source includes dedicated dark.scss and rtl.scss files, and the compiled CSS provides color mode and direction mode options that you can enable via the customizer or by including the appropriate stylesheet.
The code and documentation are copyrighted by IQONIC, but the code is released under the MIT License. The page links to Iqonic's license page for terms; since it is MIT, commercial use is generally allowed, but verify the specific license page for any additional restrictions.
You need Node.js and npm installed, then run npm install, npm run watch for development, and npm run build for production. No backend or database is required for the HTML version.
