Code Generation
Generate models, controllers, routes, services, tests, and more with simple CLI commands.
Explore Commands
Production-ready FastAPI starter with 30+ CLI generators, built-in auth, and everything you need to ship faster.
pip install fastpy-clifastpy new my-apifastpy servefastpy make:resource Post \
-f title:string:required \
-f body:text \
-m -pOne command generates everything with best practices baked in.
Http.get(url)Mail.to(email).send()Cache.remember(key)Storage.put(path)Queue.push(job)Event.dispatch()Notify.send(user)Hash.make(pwd)Crypt.encrypt()Join developers shipping production APIs in record time.