Soft UI Dashboard PRO - Flask
Soft UI Dashboard PRO, a modern Bootstrap 5 design from Creative-Tim, now available for download in Flask (open-source version available).
Hello! This article presents the latest Flask product released by the AppSeed platform on top of a modern Bootstrap 5 design crafted by Creative-Tim: Soft UI Dashboard PRO. This commercial product comes with an open-source version released available for download from the product page (no account required). Thanks for reading!
- Soft UI Dashboard PRO Flask - product page
- Soft UI Dashboard Flask - open-source version
This beautiful UI Kit comes with 54 sample pages, 300+ handcrafted components and 15+ pre-configured plugins for charts, data tables, and more.
Official product information - Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Dashboard PRO is ready to help you create stunning websites and web apps.
Soft UI Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using SASS files and classes. You will save a lot of time going from prototyping to full-functional code because all elements are implemented.
Soft UI Dashboard PRO - VR Dashboard Page
The Flask codebase for the PRO version comes with the same features as the open-source version. Curious minds can build the free version from sources by typing a few commands in the terminal. Let's go!
Step #1 - Clone/Download the source code
$ git clone https://github.com/app-generator/flask-soft-ui-dashboard.git
$ cd flask-soft-ui-dashboard
Step #2 - Set up a virtual environment
$ virtualenv env
$ source env/bin/activate
Step #3 - Install Dependencies
$ # Install modules - SQLite Database
$ pip3 install -r requirements.txt
Step #4 - Set up environment
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
Step #5 - Start the app
$ flask run
$
$ # Access the dashboard in browser: http://127.0.0.1:5000/
Once the app is up & running in the browser, we can register a new user and log in.
Thanks for reading! For more resources, please access:
- AppSeed - for more starters and support
- Free Dashboards - a curated index actively supported by AppSeed