FastAPI deployment
Deploy one stateless FastAPI service.
RunYour.App supports one deployable FastAPI process through Railpack or the documented Dockerfile shape, with runtime configuration and a verified route.
Deploy with GitHub
Check exact supportFree during the public beta. No credit card required.
- FastAPI HTTP
- Railpack or Dockerfile
- Runtime environment values
- Outbound API access
The supported API shape
- One FastAPI application and one stateless HTTP process.
- A supported Railpack plan or supported Dockerfile contract.
- The server binds to the platform port and a reachable interface.
- Secrets and other server configuration are supplied as runtime values.
External services remain external
A deployed FastAPI service can call external APIs using normal runtime networking. RunYour.App does not currently provision a database, persistent storage, background worker, or message broker as part of this profile.
Not a full-stack repository contract
A FastAPI backend and React frontend stored together are still a multi-component application and are not admitted as one deployment. Deploy only the single supported service shape described by the live repository matrix.