Claude Code built your app from the terminal. Deploy it from the terminal too. One CLI command to go from local project to a live HTTPS URL on a real Linux server - no Docker, no nginx, no cloud dashboard.
Claude Code is Anthropic's terminal-based AI agent that scaffolds entire projects, writes tests, builds APIs, and refactors code - all from your command line. It can generate a complete Flask API, a Next.js frontend, or a full-stack app in minutes. But once Claude Code finishes building, you are left with working code on your local machine and no clear path to get it online.
One command to install the InstaPods CLI on macOS, Linux, or WSL. It stays in the terminal, matching Claude Code's workflow.
curl -fsSL https://instapods.com/install.sh | sh Authenticate the CLI with your InstaPods account. Free 7-day sandbox - no credit card required.
instapods login From the same terminal session where Claude Code built your app, run the deploy command. InstaPods auto-detects your stack (Python, Node.js, PHP, or static), uploads your code, installs dependencies, and gives you a live HTTPS URL.
cd my-claude-code-project
instapods deploy my-app --preset python Your Claude Code project is running on a real Linux server with a public HTTPS URL. SSH in to debug, check logs in real time, add a custom domain, or install any system package you need.
After Claude Code makes changes to your project, re-deploy with a single command and your updates go live in seconds. Or connect a GitHub repo and let InstaPods auto-deploy every commit - build, install, restart, all handled automatically.
InstaPods has a built-in MCP server that works directly with Claude Code. Instead of running CLI commands yourself, you can ask Claude to deploy your app, check server status, run commands, and manage your pods - all from the same conversation where you built the app.
Any project Claude Code generates can be deployed to InstaPods. This includes Python apps (Flask, FastAPI, Django), Node.js apps (Express, Next.js, Astro), PHP apps (Laravel, WordPress), and static sites. InstaPods supports all major runtimes with pre-configured server environments.
No. InstaPods does not require Docker, Dockerfiles, or docker-compose. You deploy your code directly using the CLI command and InstaPods handles the server environment, dependencies, and process management automatically.
The first deploy typically takes 10-30 seconds depending on the number of dependencies. Subsequent re-deploys after Claude Code makes changes take 5-10 seconds. The pod itself launches instantly.
Yes. InstaPods has an MCP (Model Context Protocol) server that integrates directly with Claude Code. You can ask Claude to create a pod, deploy your project, run commands, and manage your server - all from the same terminal conversation. Add the InstaPods MCP server in your Claude Code settings to enable this.
Plans start at $3/mo for the Launch plan (0.5 vCPU, 512 MB RAM, 5 GB storage). The Build plan at $7/mo (1 vCPU, 1 GB RAM, 10 GB storage) is recommended for most Claude Code projects. Pricing is flat with no bandwidth charges or per-request fees. Every new account gets a free 7-day sandbox pod. Add a payment method for $10 credit.
Yes. Every InstaPods pod includes full SSH access to a real Linux server. You can SSH in to debug issues, install additional system packages, check logs, or run commands - just like a VPS, but without the setup work.
Everything you need to run your Claude Code project in production.
You used Claude Code to build fast. Now deploy fast. Real servers, flat pricing, live in seconds.
Deploy from Claude Code