Skip to content

FastpyBuild APIs at Lightning Speed

Production-ready FastAPI starter with 30+ CLI generators, built-in auth, and everything you need to ship faster.

Fastpy

See It In Action

Terminal
$fastpy make:resource Product -f name:string -f price:decimal -m
โœ“ Created: app/models/product.py
โœ“ Created: app/controllers/product_controller.py
โœ“ Created: app/routes/product_routes.py
โœ“ Created: alembic/versions/001_create_products.py
Resource generated in 0.3s
30+
CLI Commands
9
Built-in Facades
20+
Field Types
JWT
Auth Ready

Install in Seconds

1
Install CLI
pip install fastpy-cli
2
Create project
fastpy new my-api
3
Start building
fastpy serve

Write Less, Ship More

Without Fastpy~30 minutes
  • Create model file manually
  • Write SQLAlchemy/Pydantic schemas
  • Create controller with CRUD logic
  • Setup routes and dependencies
  • Write Alembic migration
  • Register routes in main.py
VS
With Fastpy~30 seconds
fastpy make:resource Post \
  -f title:string:required \
  -f body:text \
  -m -p

One command generates everything with best practices baked in.

Clean APIs for Common Tasks

Ready to Build Faster?

Join developers shipping production APIs in record time.

Released under the MIT License.