Step 1: Create an Account
Go to app.instapods.com/register and sign up with your email address.Step 2: Create a Pod
- Dashboard
- CLI
- API
- Click Create Pod from the dashboard
- Enter a name for your pod (e.g.,
my-first-app) - Select a preset:
- Static — HTML/CSS/JS served by nginx
- PHP — PHP 8.3 with nginx and Composer
- Node.js — Node.js 20 with npm
- Python — Python 3.12 with pip and venv
- Choose a plan (Starter is fine to start)
- Click Create
Step 3: Access Your Pod
Once created, your pod is accessible at:Connect via SSH
Step 4: Deploy Your Code
- CLI Upload
- SSH/SCP
- Git (inside pod)