> ## Documentation Index
> Fetch the complete documentation index at: https://docs.instapods.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to InstaPods

> Your app, live in seconds. One command. Real servers. Starting at $3/mo.

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

<iframe width="100%" height="400" src="https://www.youtube.com/embed/BKyaPiTaZEM" title="InstaPods CLI in action" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## Why InstaPods?

<CardGroup cols={2}>
  <Card title="Live in Seconds" icon="bolt">
    Create a pod in under 2 seconds. Your app gets a public URL immediately — no build steps, no deploy pipeline.
  </Card>

  <Card title="Full Linux Servers" icon="server">
    Full Linux containers with SSH access. Install anything. Run any process. Your files persist across restarts.
  </Card>

  <Card title="Pick Your Stack" icon="layer-group">
    Static, PHP, Node.js, or Python — each preset comes with the right packages pre-installed.
  </Card>

  <Card title="Databases Included" icon="database">
    Add MySQL, PostgreSQL, or Redis with a single command. Credentials auto-generated.
  </Card>
</CardGroup>

## How It Works

```bash theme={null}
# 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](https://app.instapods.com) — create a pod, upload files, and manage everything from the browser.

## Plans

| Plan       | CPU    | Memory | Storage | Price   |
| ---------- | ------ | ------ | ------- | ------- |
| **Launch** | 1 vCPU | 512 MB | 10 GB   | \$3/mo  |
| **Build**  | 2 vCPU | 2 GB   | 25 GB   | \$7/mo  |
| **Grow**   | 2 vCPU | 4 GB   | 50 GB   | \$15/mo |
| **Scale**  | 4 vCPU | 8 GB   | 100 GB  | \$25/mo |
| **Turbo**  | 6 vCPU | 12 GB  | 150 GB  | \$49/mo |

Flat monthly pricing. No usage fees. No cold starts. Your pod runs 24/7.

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first pod in 5 minutes
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/installation">
    Automate with the InstaPods CLI
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Integrate with the REST API
  </Card>

  <Card title="MCP Reference" icon="robot" href="/mcp/overview">
    Connect AI assistants like Claude
  </Card>
</CardGroup>
