Boilerplate Code
Starters used by the AppSeed platform as reference code-base to provide pre-built apps:
- Flask Boilerplate - SQLite, ORM, Authentication, Deployment (Docker, Gunicorn/Nginx)
- Flask Dashboard Boilerplate - Blueprints, SQLite/PostgreSql, ORM, Alembic (Migrations), Deploy Scripts
- Django Boilerplate - SQLite Database, Native ORM, Authentication, Deployment scripts
- Django Dashboard Boilerplate - SQLite Database, Native ORM, Authentication, Deployment scripts
@WIP starters - not suitable for production
- Nodejs Starter - Express starter, JWT auth, SQLite, Sequelize ORM, REST API.
- Laravel Starter - Mysql, Native ORM, JWT auth, REST API.
- Flask API Server - under development (not yet public)
- Django API Server - under development (not yet public)
- Firebase Backend - under development (not yet public)
Flask Boilerplate
Template boilerplate code used by AppSeed to generate simple web apps coded in Flask - features:
- Unopinionated, simple code-base (no Blueprints)
- UI-Ready, Jinja2 templating
- SQLite database, Flask-SQLAlchemy ORM
- Session-Based auth flow (login, register)
- Deployment scripts: Docker, Gunicorn / Nginx
Links
- Source Code - MIT licensed, published on Github
- LIVE Demo - Test login credentials test / pass
For more information please access Flask Starter Docs.
Flask Dashboard Boilerplate
Template boilerplate code used by AppSeed to generate admin dashboards coded in Flask - features:
- Modular code-base with Blueprints
- UI-Ready, Jinja2 templating
- Dual DBMS configuration (dev/production): SQLite / PostgreSQL
- DB Tools: SQLAlchemy ORM, Alembic (DB schema migrations)
- Deployment scripts: Docker, Gunicorn / Nginx
Links
- Source Code - MIT licensed, published on Github
- LIVE Demo - Test login credentials test / pass
For more information please access - Flask Dashboard Starter Docs.
Django Starter
Template boilerplate code used by AppSeed to generate simple web apps coded in Django - features:
- UI-Ready, Django Render Engine
- SQLite Database, Django Native ORM
- Session-Based auth flow (login, register)
- Deployment scripts: Docker, Gunicorn / Nginx
Links
- Source Code - MIT licensed, published on Github
- LIVE Demo - Test login credentials test / ApS12_ZZs8
For more information please access - Django Starter Docs.
Django Dashboard Starter
Template boilerplate code used by AppSeed to generate admin dashboards coded in Django - features:
- UI-Ready, Django Render Engine
- SQLite Database, Django Native ORM
- Session-Based auth flow (login, register)
- Deployment scripts: Docker, Gunicorn / Nginx
Links
- Source Code - MIT licensed, published on Github
- LIVE Demo - Test login credentials test / ApS12_ZZs8
For more information please access - Django Dashboard Starter Docs.
Nodejs Starter
Template API server coded in NodeJS/Express - features:
- Unopinionated, simple code-base
- SQLite database, Sequelize ORM
- JWT token authentication
- Unit tests
Links
- Source Code - MIT licensed, published on Github
For more information please access - Nodejs Starter Docs.
Links & Resources
- Flask Apps that uses flask starter code base
- Admin Dashboards coded in Flask and Django