Skip to content

0.1.0

Latest

Choose a tag to compare

@yezz123 yezz123 released this 30 May 13:24
· 12 commits to main since this release
53a1dfd

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
  • simple and mvc FastAPI 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, and llms.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.