Home

Awesome

<p align="center"> <a href="https://hopeui.iqonic.design/?utm_source=github&utm_medium=github-description&utm_campaign=open_source_github" target="__blank" title="Hope UI"> <img src="https://assets.iqonic.design/hope-ui/github/logo.png" /> </a> </p> <p align="center"> <a href="https://github.com/iqonicdesignofficial/hope-ui-design-system/" target="__blank"><img src="https://img.shields.io/github/stars/iqonicdesignofficial/hope-ui-design-system" /> </a> <a href="https://github.com/iqonicdesignofficial/hope-ui-design-system/network" target="__blank"><img src="https://img.shields.io/github/forks/iqonicdesignofficial/hope-ui-design-system" /> </a> <a href="https://github.com/iqonicdesignofficial/hope-ui-design-system/issues" target="__blank"><img src="https://img.shields.io/github/issues/iqonicdesignofficial/hope-ui-design-system" /> </a> <a href="#" target="__blank"><img src="https://img.shields.io/bower/v/editor.md.svg" /> </a> <a href="https://github.com/iqonicdesignofficial/hope-ui-design-system/blob/main/LICENSE" target="__blank"><img src="https://img.shields.io/github/license/iqonicdesignofficial/hope-ui-design-system" /> </a> <a href="https://twitter.com/iqonicdesign" target="__blank"><img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fiqonicdesign" /></a> </p> <h3 align="center">Free Open Source Bootstrap 5 Design System.</h3> <p align="center"> <a href="https://templates.iqonic.design/hope-ui/html/dist" title="Hope UI"><strong>Live Demo</strong></a> <span>|</span> <a href="https://www.figma.com/community/file/1009728454881721702" title="Hope UI"><strong>Figma UI Kit</strong></a> <span>|</span> <a href="https://iqonic.design/product/admin-templates/hope-ui-admin-free-open-source-bootstrap-admin-template/?utm_source=github&utm_medium=github-description&utm_campaign=open_source_github" title="Hope UI"><strong>HTML Dashboard</strong></a> <span>|</span> <a href="https://iqonic.design/product/admin-templates/hope-ui-open-source-vue-js-admin-template/?utm_source=github&utm_medium=github-description&utm_campaign=open_source_github" title="Hope UI"><strong>Vue JS Dashboard</strong></a> <span>|</span> <a href="https://iqonic.design/product/admin-templates/hope-ui-free-open-source-react-admin-template/?utm_source=github&utm_medium=github-description&utm_campaign=open_source_github" title="Hope UI"><strong>React JS Dashboard</strong></a> <span>|</span> <a href="https://iqonic.design/product/admin-templates/hope-ui-free-open-source-laravel-admin-panel/?utm_source=github&utm_medium=github-description&utm_campaign=open_source_github" title="Hope UI"><strong>Laravel Dashboard</strong></a> </p>
<a href="https://templates.iqonic.design/hope-ui/html/dist" target="__blank" title="Hope UI Dashboard"> <img src="https://assets.iqonic.design/hope-ui/github/rtl-mode-min.png" alt="Hope UI Dashboard" /> </a>

Hope UI – free open source Bootstrap Design System is a gorgeously built UI kit based on bootstrap 5. The best free Bootstrap 5 design system is fully responsive and user-friendly, allowing Hope UI users to work effortlessly. Being easily adaptable and flexible, Hope UI can be a go-to design system for the developer out there.

Looking up to creating a new application for a personal project or client? Hope UI – free open source Bootstrap design system can help build a robust and understandable admin dashboard or website without spending much time designing the whole thing from scratch.

What Can You Do with The Hope UI

Hope UI is packed with finely-crafted UI elements, multiple styles of Menu, a set of graphs, charts, and animated icons. Built ideally for developers, designers, and startups, or Creators, Hope UI brings design consistency and acts as a strong foundation to manage a successful web or app project.

5 Irresistible Reasons To Have Hope UI

Features

<a href="https://www.youtube.com/watch?v=3OMj6nqDuAA" title="Hope UI" target="__blank"> <img src="https://assets.iqonic.design/hope-ui/github/hope-ui-youtube.png" alt="Hope UI Video" /> </a>

Table of Contents

Quick Start

You can use following method to get started with CSS and JS files of the design system.

Method 1: Direct Download

Dowload from Github

Download from Iqonic Design

Method 2: Using CDN

<link href="https://cdn.jsdelivr.net/gh/iqonicdesignofficial/hope-ui-design-system@main/dist/assets/css/hope-ui.min.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/gh/iqonicdesignofficial/hope-ui-design-system@main/dist/assets/js/hope-ui.js"></script>

Method 3: Using NPM

Start working with the design system

  1. Install node_modules Run in terminal or CMD:
npm install
  1. Install vendor Run in terminal or CMD:
composer install
  1. To build css and js for Run in terminal or CMD:
npm run dev
  1. Generate Key for project in terminal or CMD:
cp .env.example .env

php artisan key:generate
  1. To run the project:
php artisan serve

More Details...

Documentation

You can find our documentation here.

Version

Public RoadMap

Checkout our public roadmap of Hope UI and also submit features requests here.

File Structure

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

github/hope-ui-admin-dashboard/
laravel
    ├── app
    │    ├── Console
    │    ├── Exceptions
    │    ├── Helpers
    │    ├── Http
    │    │    ├── Controllers
    |    |    |     ├── Auth
    |    |    |     ├── security
    │    |    |     ├── Controller.php
    │    |    |     ├── UserController.php
    │    |    |     └── HomeController.php
    │    │    ├── Middleware
    │    │    └── lRequests
    │    ├── Model
    │    ├── Provider
    │    └── View
    ├── bootstrap
    ├── config
    ├── database
    ├── node_modelus
    ├── public
    │    ├── images
    │    │    ├── icon.png
    │    │    ├── favicon.ico
    │    │    └── loader.gif
    │    ├── js
    |    │    ├── slider-tabs.js
    |    │    ├── countdown.js
    |    |    └── prism.min.js
    │    └── scss
    │        ├── bootstrap/
    │        │     ├── forms/
    │        │     ├── helper/
    │        │     ├── mixins/
    │        │     ├── utilites/
    │        │     └── vendor/
    │        ├── custom
    │        │     ├── auth/
    │        │     ├── kanban/
    │        │     ├── pricing/
    │        │     └── ui-kit/
    │        ├── hope-ui-design-system
    │        │     ├── components/
    │        │     ├── helper/
    │        │     ├── layout-style/
    │        │     ├── pages/
    │        │     ├── plugins/
    │        │     ├── variables/
    │        │     └── variables.scss
    │        ├── dark
    │        │     ├── components/
    │        │     ├── helper/
    │        │     ├── layout-style/
    │        │     ├── pages/
    │        │     ├── plugins/
    │        │     ├── reboot/
    │        │     ├── _dark.scss
    │        │     └── _index.scss
    │        ├── rtl
    │        │     ├── components/
    │        │     ├── pages/
    │        │     ├── reboot/
    │        │     ├── utilities/
    │        │     └── _index.scss
    │        ├── customizer
    │        │     ├── components/
    │        │     ├── layouts/
    │        │     ├── menu-style/
    │        │     ├── utilities/
    │        │     ├── _components.scss
    │        │     ├── _dark.scss
    │        │     ├── _layouts.scss
    │        │     ├── _reboot.scss
    │        │     ├── _root.scss
    │        │     └── _variables.scss
    │        ├── rtl.scss
    │        ├── dark.scss
    │        ├── custom.scss
    │        ├── customizer.scss
    │        └── hope-ui.scss
    ├── resources
    |    ├── css
    |    ├── js
    |    ├── lang
    |    ├── sass
    |    └── views
    │         ├── app
    │         ├── auth
    │         ├── chart
    │         ├── components
    │         ├── dashboards
    │         ├── extrapages
    │         ├── forms
    │         ├── icons
    │         ├── layouts
    │         ├── pageError
    │         ├── partial
    │         ├── table
    │         ├── timeline
    │         ├── ui
    │         ├── role-permission
    │         ├── dashboard.blade.php
    |         └── welcome.blade.php
    ├── route
    ├── tests
    ├── .editorconfig
    ├── .env.example
    ├── .styleci.yml
    ├── artisan
    ├── composer.json
    ├── package.json
    ├── phpunit.xml
    ├── README.md
    ├── server.php
    └── webpack.mix.js

Browser Support

chrome Firefox Safari Microsoft Operamini

Don't Buy a Coffee for Us Instead Support Us

More from Iqonic Design

Reporting Issues

Have a bug or a feature request? Raise a new issue at our github support

Special Thanks

Change Log

Click Here to check our full change log.

Follow Us

Licensing