Fastango 0.1.0
Fastango is now a fresh uv-first CLI for generating FastAPI projects with templates, integrations, presets, and constrained AI-assisted scaffolding.
Highlights
- New interactive terminal playground via
uvx fastango simpleandmvcFastAPI project templates- Integration catalog for auth, databases, billing, AI, observability, deployment, and dev tools
- Prompt-based generation with
fastango generate "a starter MVP" - Dynamic Anthropic/OpenAI model discovery when API keys are configured
- Generated projects include
uv, tests, typed settings,.env.example, README, andllms.txt
Migration Warning
This release is not a drop-in upgrade from fastapi-lazy.
Fastango is a complete rewrite with a new purpose: it is now a project generator CLI, not the old fastapi-lazy runtime helper package. Existing projects using fastapi-lazy should not upgrade automatically without reviewing their imports and usage.
If you depend on fastapi-lazy, pin your current version until you are ready to migrate manually to a generated Fastango project structure.