Skip to main content
You built an app. Now get it online. InstaPods gives you a cloud pod in under 2 seconds. Each pod is a persistent Linux server with its own domain, SSH access, and pre-installed stack. No Docker. No DevOps. No cold starts. Works with apps built in Cursor, Claude Code, Lovable, Bolt, or any tool.

See it in action

Why InstaPods?

Live in Seconds

Create a pod in under 2 seconds. Your app gets a public URL immediately — no build steps, no deploy pipeline.

Real Servers, Not Sandboxes

Full Linux containers with SSH access. Install anything. Run any process. Your files persist across restarts.

Pick Your Stack

Static, PHP, Node.js, or Python — each preset comes with the right packages pre-installed.

Databases Included

Add MySQL, PostgreSQL, or Redis with a single command. Credentials auto-generated.

How It Works

# Install the CLI
curl -fsSL https://instapods.com/install.sh | sh

# Create a pod
instapods pods create my-app -p nodejs

# Upload your code
instapods files sync my-app --local ./my-project

# Reload to install deps and start your app
instapods pods reload my-app

# That's it — your app is live
# → https://my-app.nbg1-1.instapods.app
Or use the dashboard — create a pod, upload files, and manage everything from the browser.

Plans

PlanCPUMemoryStoragePrice
Launch1 vCPU512 MB10 GB$3/mo
Build2 vCPU2 GB25 GB$7/mo
Grow2 vCPU4 GB50 GB$15/mo
Scale4 vCPU8 GB100 GB$25/mo
Turbo6 vCPU12 GB150 GB$49/mo
Flat monthly pricing. No usage fees. No cold starts. Your pod runs 24/7.

Quickstart

Create your first pod in 5 minutes

CLI Reference

Automate with the InstaPods CLI

API Reference

Integrate with the REST API

MCP Reference

Connect AI assistants like Claude