Documentation
deplo.ai deploys full-stack apps from a GitHub repository into cloud accounts you own — frontend to your Vercel, backend to your Render — with stack detection, environment wiring, and AI failure diagnosis built in. Code goes in. Production URL comes out.
$ npx @deplo.ai/cli login
$ cd your-project
$ npx @deplo.ai/cli
→ repo detected github.com/you/your-app (main)
→ stack detected frontend=Next.js · backend=Express
✓ backend live https://deplo-your-app-api.onrender.com
✓ frontend live https://deplo-your-app-web.vercel.app
● Deployed in 2:41Start here#
GitHub sign-in to live production URL in under ten minutes, via the dashboard.
Install the CLI and deploy from your terminal — or from CI.
The product, the own-your-accounts model, and what's supported today.
What happens between clicking Deploy and getting a URL.
Dig deeper#
The REST API behind the dashboard and CLI — endpoints, auth, and errors.
GitHub, Vercel, and Render — how each connection works and what it can access.
Detection engine, deployment queue, AI analysis, and the trust model.
Failures explained: what happened, how to fix it, how to prevent it.
Can't find something? Press ⌘K to search every page, command, and endpoint.