Flask • Gunicorn • Nginx

Ship a minimal API in minutes, not days.

A clean Flask starter with health checks, production WSGI entrypoint, and a tiny blueprint structure that scales without getting messy.

App factory ready Zero-config JSON responses Deployable with gunicorn
Response preview
{
  "message": "Hello from the Flask base app"
}
Purpose-built for speed
Tiny footprint

Only the essentials—no scaffolding bloat. One blueprint, one WSGI entry, ready to grow.

Ops friendly

Health checks out of the box and a predictable process name for easy supervision.

Secure defaults

Environment-driven secrets and best-practice proxy headers configured at the edge.

Stack
  • Flask for the web layer
  • Gunicorn as the WSGI server
  • Nginx as the reverse proxy
  • python-dotenv for local env loading