FastAPI Cloud¶
You can deploy your FastAPI app toFastAPI Cloud withone command, go and join the waiting list if you haven't. 🚀
Login¶
Make sure you already have aFastAPI Cloud account (we invited you from the waiting list 😉).
Then log in:
$fastapiloginYou are logged in to FastAPI Cloud 🚀Deploy¶
Now deploy your app, withone command:
$fastapideployDeploying to FastAPI Cloud...✅ Deployment successful!🐔 Ready the chicken! Your app is ready at https://myapp.fastapicloud.devThat's it! Now you can access your app at that URL. ✨
About FastAPI Cloud¶
FastAPI Cloud is built by the same author and team behindFastAPI.
It streamlines the process ofbuilding,deploying, andaccessing an API with minimal effort.
It brings the samedeveloper experience of building apps with FastAPI todeploying them to the cloud. 🎉
It will also take care of most of the things you would need when deploying an app, like:
- HTTPS
- Replication, with autoscaling based on requests
- etc.
FastAPI Cloud is the primary sponsor and funding provider for theFastAPI and friends open source projects. ✨
Deploy to other cloud providers¶
FastAPI is open source and based on standards. You can deploy FastAPI apps to any cloud provider you choose.
Follow your cloud provider's guides to deploy FastAPI apps with them. 🤓
Deploy your own server¶
I will also teach you later in thisDeployment guide all the details, so you can understand what is going on, what needs to happen, or how to deploy FastAPI apps on your own, also with your own servers. 🤓







