Volt Pro Flask Dasboard

Premium Flask Dashboard powered by Bootstrap 5

19

No reviews.

Flask Volt PRO is a commercial seed project crafted with a database, session-based authentication, basic helpers, and deployment scripts on top of Volt Bootstrap 5 PRO design.

The codebase has a simple, modular structure that follows the industry best practices and patterns used in modern Python-based applications. For newcomers, Flask is a lightweight web application framework written in Python.

Sometimes classified as a microframework, Flask provides a lightweight codebase that can be easily extended to become an API, a simple web app, or a complex eCommerce platform.

Flask Codebase

The product can be used to start a new project by coding only the specific features on top or integrate the design into a legacy Python-based product.

The design is already production-ready with pages and components compatible with the Flask template engine. Being a simple starter, any developer with basic Python knowledge should be able to compile and use the app by typing only a few lines in the terminal.

Learn more about getting started with the Flask codebase by browsing the online documentation.

Powered by Bootstrap 5

Volt PRO is built using the latest version of Bootstrap 5 and because jQuery is no longer required as a dependency, Volt has been built using only Vanilla JS.

The dashboard comes with over 800 UI elements built with Bootstrap 5 including buttons, forms, alerts, modals, and many more. You can check out the documentation for all of these components here.

There are over 20 example pages included in this admin dashboard template, some examples would be an overview page, users settings, tasks, invoice, pricing, sign in, sign up.

There are also 10 premium plugins included such as a fully functional calendar, map plugin, datepicker, notification alerts. You can browse the documentation for the plugins here.

Deployment Scripts

Flask Volt PRO comes pre configured for Docker, Gunicorn/Nginx stack, and Heroku, a popular deployment platform. Read more about the deployment scripts on the online documentation.

This project was built in partnership with the AppSeed App Generator.

Read more
16 purchases
Price: $99
Released: 3 years ago
Updated: 1 year ago
Version: v1.0.2
Category: Flask
Well Documented
  • 6 months premium support included
  • 100% W3C valid HTML5 files
  • Future updates
  • Fully responsive pages
  • 30 day refund policy
  • Built by Themesberg

Folder structure

We believe that being transparent when it comes to the code base and the file structure can make you better understand how it is going to be like to actually work with Volt Pro Flask.

Below you can check out the folder structure of this template, and by hovering over each item you can also read an explanation of what the folder contains and what its role is.


< PROJECT ROOT >
|
|-- app/
|    |-- home/                                # Home Blueprint - serve app pages (private area)
|    |-- base/                                # Base Blueprint - handles the authentication
|         |-- static/
|         |    |--           # CSS files, Javascripts files
|         |
|         |-- templates/                      # Templates used to render pages
|              |
|              |-- includes/                  #
|              |    |-- navigation.html       # Top menu component
|              |    |-- sidebar.html          # Sidebar component
|              |    |-- footer.html           # App Footer
|              |    |-- scripts.html          # Scripts common to all pages
|              |
|              |-- layouts/                   # Master pages
|              |    |-- base-fullscreen.html  # Used by Authentication pages
|              |    |-- base.html             # Used by common pages
|              |
|              |-- accounts/                  # Authentication pages
|                   |-- login.html            # Login page
|                   |-- register.html         # Registration page
|
|-- requirements.txt                          # Development modules - SQLite storage
|-- requirements-mysql.txt                    # Production modules  - Mysql DMBS
|-- requirements-pqsql.txt                    # Production modules  - PostgreSql DMBS
|
|-- .env                                      # Inject Configuration via Environment
|-- config.py                                 # Set up the app
|-- run.py                                    # Start the app - WSGI gateway
|
|-- ************************************************************************


Customer reviews

No reviews yet.

Changelog

We believe that providing meaningful updates to our templates are important to keep up with the evolution of the dependencies, libraries, and the new design requirements that the modern day web industry requires.

Below you can see the timeline of changes for Volt Pro Flask since its initial launch 3 years ago.

Releases

v1.0.12 - May 25th, 2022 Latest release
v1.0.9 - September 16th, 2021
  • Bump Flask Codebase to v2.0.0
  • Better Code formatting
  • Improved Files organization
  • Optimize imports
  • Docker Scripts Update
v1.0.8 - June 30, 2021
  • Update UI - Volt PRO v1.4.1
v1.0.3 - March 19, 2021
  • Codebase: Flask Dashboard Boilerplate - v1.0.5
  • Freeze used versions in requirements.txt
    • flask_sqlalchemy = 2.4.4
    • sqlalchemy = 1.3.23
v1.0.1 - December 29, 2020
  • Update UI - Volt PRO v1.2.0
  • Bump Flask codebase - v1.0.2
v1.0.0 - October 11, 2020
  • Initial release files