Flask Soft UI Dashboard

screenshot of Flask Soft UI Dashboard
vite
scss

Flask Soft Dashboard - Open-Source Starter | App-Generator.dev

Overview

Soft UI Dashboard Flask is an open-source Flask Dashboard created by AppSeed. It features a modern design with bold elements and is designed to help users create stunning websites and web apps. The theme is built on top of Bootstrap 5 and offers various features such as up-to-date dependencies, UI kit, persistence options (SQLite, MySql), authentication (Basic, OAuth via AllAuth for Github), API generator (using Flask-restX), deployment options (Docker, Page Compression), and CI/CD via Render. It provides a full-stack starter generated by AppSeed.

Features

  • Up-to-date Dependencies
  • UI Kit: Bootstrap 5, Dark-Mode (persistent)
  • Persistence: SQLite, MySql
  • Authentication: Basic, OAuth via AllAuth for Github
  • API Generator: Secure API via Flask-restX
  • Deployment: Docker, Page Compression
  • CI/CD via Render

Start in Docker

  1. Download the code from the GitHub repository (using GIT).
  2. Start the APP in Docker.
  3. Visit http://localhost:5085 in your browser. The app should be up & running.

Manual Build - Unix, MacOS

  1. Download the code.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.