Flask Atlantis Lite - Product Update

Open-source Flask Dashboard crafted on top of a really nice dark-themed design: Atlantis Lite. The product can be downloaded directly from Github without a registration lock.

Main dashboard provided by Atlantis Lite, a beautiful dashboard crafted in Flask and Bootstrap 4.
Flask Atlantis Lite - Open-Source Starter

Hello! This article presents Flask Atlantis Lite, a popular open-source seed project generated by AppSeed on top of a beautiful dark-themed design. The product was recently updated to use the latest Flask stable version, plus a new codebase structure and Gulp tooling for SCSS compilation. For newcomers, Flask is a popular Python web framework actively supported by many open-source enthusiasts.  Thanks for reading!

GIF animated presentation of Flask Atlantis Lite, an open-source seed project crafted by AppSeed and ThemeKita.
Flask Atlantis Lite - Open-Source Seed Project

Product Features

  • 👉 Up-to-date dependencies: Flask 2.0.1
  • 👉 SCSS compilation via Gulp
  • 👉 DBMS: SQLite, PostgreSQL (production)
  • 👉 DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
  • 👉 Deployment scripts: Docker, Gunicorn / Nginx, Heroku
  • 👉 Support via Github and Discord.
  • 👉 Fix: Import error of TextField from wtforms

The product can be used in a local environment via a manual build by following the classic setup for a Flask/Python project or with fewer commands via Docker Scripts.

Step 1 - Clone the source from the public repository

$ git clone https://github.com/app-generator/flask-dashboard-atlantis-dark.git
$ cd flask-dashboard-atlantis-dark
Flask Atlantis Lite - Clone Sources

Step #2 - Start in Docker

$ docker-compose pull   # download dependencies 
$ docker-compose build  # local set up
$ docker-compose up -d  # start the app 
Flask Atlantis Lite - Start in Docker

Once all the above commands are executed, we should see Flask Atlantis Lite running in the browser:

A colorful widgets page provided by Atlantis Lite, an open-source Flask Seed project.
Flask Atlantis Lite - Widgets Page.
Flask Atlantis Lite - Timeline Page
A nice timeline component provided by Atlantis Lite, an open-source Flask Seed project.
Flask Atlantis Lite - Timeline Page.
Flask Atlantis Lite - UI Elements
A colorful page with UI components provided by Atlantis Lite, an open-source Flask Seed project.
Flask Atlantis Lite - UI Buttons Page.

Thanks for reading! For more resource, please access: