FastForge CLI

Production-Grade FastAPI Generator

A Python CLI that generates ready-to-run FastAPI projects with SOLID architecture, structured logging, Docker, and async CRUD — in under 30 seconds.

FastForge CLI is built by Jinna Balu under the VibhuviOiO open-source initiative. It eliminates boilerplate and enforces production best practices from day one.

Quick Start
pip install fastforge-cli
fastforge

What You Get

Everything a production FastAPI project needs — generated in seconds

Built-in Features
  • Async CRUD API with FastAPI
  • Structured logging (structlog + JSON)
  • pytest + 80%+ coverage out of the box
  • Security headers, CORS, non-root container
  • ruff linting + pre-commit hooks
  • Health checks and readiness probes
Advanced Add-ons
  • PostgreSQL / MongoDB / SQLite
  • Redis caching layer
  • Kafka / RabbitMQ streaming
  • HashiCorp Vault secrets
  • Prometheus + OpenTelemetry observability
  • Kubernetes / Helm / Swarm deployment