Flask Apps
A curated list with all Flask Applications generated by AppSeed (not dashboards).
All products listed on this page are generated on top of a simple Flask Codebase enhanced with authentication, database, ORM, and deployment scripts. Compared to dashboard products, the common codebase is much simple without blueprints.
Products
- Flask Boilerplate Code - the reference code used for all Flask Apps
- Flask Material Kit - open-source Flask starter
- Flask Pixel Lite - open-source product
Codebase Features
The codebase is fairly simple and was provided like this intentionally to help beginners (and not only) start faster a new Flask project. Here is the list with all features already implemented:
- UI Ready - the design is already
production-ready
- Render engine: Jinja2 (Flask native engine)
- SQLite database, Flask-SQLAlchemy ORM
- Session-Based auth flow (login, register)
- Deployment scripts: Docker, Gunicorn / Nginx, Heroku
Resources
- Flask - official website
- What IS Flask - a comprehensive introduction
- Flask Apps - index hosted on AppSeed platform