Code goes in.
Production URL
comes out.
deplo.ai deploys your app across providers into accounts you own — frontend to your Vercel, backend to your Render. No lock-in, no YAML, production URLs in minutes.
$npx @deplo.ai/cli— prefer the terminal?GitHub Repository
main · 3f8a2c1
Detect
Next.js + Express
Build
Compiling…
Route
Waiting
Seven steps from repo
to production.
Connect GitHub
OAuth with GitHub in one click. Select your frontend repo, backend repo, or a monorepo.
AI Analyzes Repo
deplo.ai scans your package.json, config files, and directory structure automatically.
Stack Detected
Identifies Next.js, React, Express, Fastify — framework, language, build commands, ports.
Configure Env Vars
Lists all required environment variables found in your code. Fill them in once, securely.
Backend Deployed
Express or Fastify service deployed to Render with your env vars injected automatically.
Frontend Deployed
Next.js or React app deployed to Vercel. Backend URL auto-injected as NEXT_PUBLIC_API_URL.
Production URLs
Both production URLs returned to your dashboard. Your app is live. Zero infrastructure owned.
Total time: under 3 minutes. Read the quickstart
One command.
Full-stack deployed.
Real output from @deplo.ai/cli. Next.js, React, Vue, Nuxt, Astro, Svelte, Remix, Angular · Express, Fastify, FastAPI, Flask, Django, Go.
Never leave the terminal.
The deplo CLI does everything the dashboard does — sign in, connect providers, deploy, follow logs — from the directory you're already in. Published on npm, free, and open to anyone.
$ npm i -g @deplo.ai/clior run it once with npx @deplo.ai/cli — no install, always latest.
Deploy from GitHub Actions with a token — exit codes gate your pipeline, and a failed build prints the AI diagnosis straight into the CI log.
npx @deplo.ai/cli deploy --yesdeplo loginSign in with GitHub in your browserdeplo connect vercelAuthorize your Vercel accountdeplo connect renderConnect Render with an API keydeploDeploy this repo, follow the live logdeplo statusLatest deployment for this projectdeplo logsStream the deployment logdeplo listEvery project, status and URLsdeplo openOpen the live site (--api, --dash)
Works with tools
you already use.
deplo.ai orchestrates across GitHub, Vercel and Render — deploying into the accounts you own, never ours. More providers on the roadmap.
More integrations shipping soon. Request one
How deplo.ai thinks.
Zero-Config Stack Detection
deplo.ai reads your package.json, config files, and file structure. It automatically identifies your framework, language, build command, output directory, and port — without a single YAML file.
•Framework Detection
Next.js, React, Vite, Express, Fastify — recognized from dependencies and config files.
•Build Command Inference
Correct build and start commands resolved automatically from package.json scripts.
•Env Variable Discovery
Scans for process.env and import.meta.env usage to surface required secrets.
Parallel Deployment Pipeline
Backend deploys to Render while frontend builds on Vercel. No sequencing needed. Both are tracked in real time, and the dashboard shows live status from both platforms.
•Parallel Execution
Backend and frontend deploy concurrently, reducing total deploy time significantly.
•Real-Time Status
Live deployment logs and status from both Render and Vercel surfaced in one place.
•Failure Isolation
Backend and frontend failures are surfaced independently so you know exactly what to fix.
Automatic Env Sync
Once the backend URL is ready on Render, it is automatically injected as NEXT_PUBLIC_API_URL into your Vercel frontend deployment. No copy-paste, no manual wiring.
•URL Auto-Injection
Backend URL flows into frontend environment variables before the Vercel build starts.
•Secure Secret Handling
Secrets are never stored in plain text and are injected using provider-level env APIs.
•Connected by Default
Frontend and backend are wired together and ready to talk on first deploy.
Zero-Config Stack Detection
deplo.ai reads your package.json, config files, and file structure. It automatically identifies your framework, language, build command, output directory, and port — without a single YAML file.
•Framework Detection
Next.js, React, Vite, Express, Fastify — recognized from dependencies and config files.
•Build Command Inference
Correct build and start commands resolved automatically from package.json scripts.
•Env Variable Discovery
Scans for process.env and import.meta.env usage to surface required secrets.
Parallel Deployment Pipeline
Backend deploys to Render while frontend builds on Vercel. No sequencing needed. Both are tracked in real time, and the dashboard shows live status from both platforms.
•Parallel Execution
Backend and frontend deploy concurrently, reducing total deploy time significantly.
•Real-Time Status
Live deployment logs and status from both Render and Vercel surfaced in one place.
•Failure Isolation
Backend and frontend failures are surfaced independently so you know exactly what to fix.
Automatic Env Sync
Once the backend URL is ready on Render, it is automatically injected as NEXT_PUBLIC_API_URL into your Vercel frontend deployment. No copy-paste, no manual wiring.
•URL Auto-Injection
Backend URL flows into frontend environment variables before the Vercel build starts.
•Secure Secret Handling
Secrets are never stored in plain text and are injected using provider-level env APIs.
•Connected by Default
Frontend and backend are wired together and ready to talk on first deploy.
Built for developers
who ship fast.
Frequently asked questions
deplo.ai is an AI-powered deployment orchestration platform that deploys your app across providers into accounts you own — no lock-in, no YAML. You connect a GitHub repository, and deplo.ai detects the tech stack and returns production-ready URLs — frontend in your Vercel account, backend in your Render workspace — in minutes, with no DevOps knowledge required.
In your own accounts — not ours. Frontends deploy to your Vercel account and backends to your Render workspace, connected securely via OAuth or API keys that are encrypted at rest. You own every project, deployment, log, and domain.
deplo.ai analyzes your repository's actual files — package.json, config files, lock files, and folder structure — to identify your frameworks, build commands, and environment variables. An AI reasoning layer handles unusual project structures. It then deploys each part of your app to the right platform in your own accounts and wires the frontend to the backend automatically.
Frontend: Next.js, React (Vite), Vue, Nuxt, Astro, Svelte, SvelteKit, Remix, Gatsby, Angular, and static HTML sites. Backend: Express, Fastify, FastAPI, Flask, and Django. Detection covers even more frameworks, with new deployment targets added continuously.
No — that's the point. deplo.ai handles stack detection, build configuration, environment variables, and cross-service wiring automatically. If a deployment fails, an AI diagnosis explains what went wrong in plain language.
Yes. The deplo CLI is published on npm as @deplo.ai/cli — install it with `npm i -g @deplo.ai/cli` (or run `npx @deplo.ai/cli`), sign in with `deplo login`, then run `deplo` inside any repo to deploy and follow the live log. It talks to the same API as the dashboard, so deployments appear in both, and it works in CI with a token.
deplo.ai is free during beta. Your apps deploy to the free tiers of your own Vercel and Render accounts, so you can ship a fullstack app to production without paying anything.
Ready to ship?
Connect your GitHub repository. deplo.ai handles the rest—and returns production-ready URLs in under 4 minutes.
Free to start · No credit card · No DevOps experience required