FastAPI hosting without Docker or server setup
You built an API with FastAPI - now what: a server, uvicorn, nginx, a domain? Connect your repo and Dada Cloud detects FastAPI in requirements.txt, builds the app and runs it. An HTTPS domain is issued right away. If it crashes, it restarts itself. Free tier, servers in Russia.
Why FastAPI apps run on Dada Cloud
FastAPI auto-detection
The platform finds fastapi in requirements.txt or pyproject.toml and builds the app itself. No Dockerfile needed.
Port read from your code
If uvicorn.run sets a port, the platform picks it up; otherwise it defaults to 8000. Your app must listen on 0.0.0.0 and the PORT env variable.
HTTPS domain right away
After deploy the API is live at name.dada-tuda.ru with a working certificate. A custom domain takes a couple of minutes.
PostgreSQL next door
A managed database is one click away, with DATABASE_URL injected into your environment automatically.
Crashes restart themselves
If the process dies, the platform restarts it automatically.
Free tier to start
Your first app can run for free, no card required.
FastAPI hosting - FAQ
On Dada Cloud: connect the repo, the platform detects FastAPI, builds and runs the app. No server, nginx or certificates to configure.
Get your backend live from GitHub today
Connecting a repo takes a minute. You only pay for what you actually use.
Create account