Free API Hosting — Deploy REST and GraphQL APIs
Host your API backend on Deplexo. Always-on containers with no cold starts — your endpoints respond instantly.
Why Deplexo for APIs
Unlike serverless, Deplexo runs persistent containers. No cold starts. Consistent response times. WebSocket support. Ideal for REST APIs, GraphQL servers, and real-time backends.
Supported frameworks
Any framework that runs in a container works.
Deploy steps
- Push API code to GitHub.
- Connect repo on Deplexo.
- Add env vars (database URL, API keys) in the dashboard.
- Deploy — your API is live on its subdomain.
Example configurations
Express.js
framework: node
start: node server.js
port: 3000FastAPI
framework: python
start: uvicorn --host 0.0.0.0 --port $PORT main:app
port: 8000No cold starts
Serverless platforms spin down after inactivity. When a request comes in, there's a cold start delay. On Deplexo, your API runs in an always-on container. First request is as fast as the thousandth.