Soft UI Dashboard

Open-source Bootstrap 5 template crafted and released for free by Creative-Tim.

Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and web apps.

UI Kit Features - Soft UI Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, alerts, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files and classes.

Example Pages - If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

How to use the code

To compile and start the project in a local environment a minimum programming kit must be installed and accessible via the terminal:

  • Nodejs - version 10.x or above

  • Yarn - a smart package manager for Node

  • GIT - versioning command-line tool

  • Gulp - toolkit automation

Once we have all these tools installed and accessible via the terminal, we can move forward to clone the sources from the public repository, install modules and start the app in the browser.

Step #1 - Clone sources

$ git clone https://github.com/creativetimofficial/soft-ui-dashboard.git
$ cd soft-ui-dashboard

Step #2 - Install modules (this operation might take a while)

$ yarn 

Step #3 - Start the app in browser

$ gulp open-app

If all goes well, Soft UI Dashboard should be visible in the browser.

Last updated