Flask Soft UI Dashboard - Open-source Product
Open-source Flask Dashboard generated by the AppSeed platform on top of Soft UI Dashboard (free version) a modern Bootstrap 5 UI Kit.
This article presents the latest freebie released by the AppSeed platform on top of Soft UI Dashboard, a modern Bootstrap 5 UI kit from Creative-Tim. Flask Soft Dashboard comes with basic modules, authentication, database and support via Github (issues tracker) and Discord. Thanks for reading!
- Flask Soft Dashboard - LIVE Demo
- Flask Soft Dashboard - Source code (published on Github)
- Soft UI Dashboard - (HTML version) hosted by Creative-Tim
UI Kit Information
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.
Sample 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 compile the code
The build instructions are provided in the README file and Python3 is required to have a successful compilation.
$ # Get the code
$ git clone https://github.com/app-generator/flask-soft-ui-dashboard.git
$ cd flask-soft-ui-dashboard
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Install modules - SQLite Database
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ export FLASK_APP=run.py
$
$ # Start the application (development mode)
$ flask run
$
$ # Access the dashboard in browser: http://127.0.0.1:5000/
By default the app will redirect guest users to the login page. To pass the login and access the private pages, please register a new user and use the same credentials to authenticate.
Thanks for reading! For more resources, please access:
- More Flask Dashboards provided by AppSeed.
- 24/7 LIVE Support via Discord