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.

the fastest path to production
$ 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:41

Start here#

Dig deeper#

Can't find something? Press ⌘K to search every page, command, and endpoint.