Pricing Docs Blog Apps Tools Get Started
CLI Deploy

Deploy from Claude Code

Claude Code built your app from the terminal. Deploy it from the terminal too. One command to go from local project to live URL on a real server.

Start Deploying From $7/mo

The Deployment Gap

Claude Code is Anthropic's CLI agent that scaffolds entire projects, writes tests, and refactors code — all from your terminal. But once it is done building, you are left with files on disk and no path to production.

  • Claude Code generates complete projects locally but has no hosting or deploy step
  • Full-stack apps with backend servers, databases, and API routes need a real runtime — not a static CDN
  • You went from zero to working app in minutes, then spend an hour wiring up deployment
  • The terminal-native workflow breaks when you have to switch to a cloud dashboard to configure hosting

Deploy in 4 Steps

1

Install the InstaPods CLI

One command to install. Stays in the terminal, just like Claude Code.

curl -fsSL https://instapods.com/install.sh | sh
2

Login to your account

Authenticate the CLI with your InstaPods account.

instapods login
3

Deploy your Claude Code project

From the same terminal where Claude Code built your app, deploy it. InstaPods auto-detects the stack and gives you a live HTTPS URL.

instapods deploy my-app --preset python
4

Your app is live

Your Claude Code project is running on a real Linux server. SSH in, check logs, or connect a custom domain.

Auto-Deploy

After Claude Code makes changes, re-deploy with a single command. Or push to GitHub and let InstaPods auto-deploy every commit.

Recommended Plan

Everything you need to run your Claude Code project in production.

Build Plan
$7/mo
Deploy from Claude Code

Ship What You Built

You used Claude Code to build fast. Now deploy fast. Real servers, flat pricing, live in seconds.

Deploy from Claude Code