Pricing Docs Blog Apps Tools Get Started
CLI Deploy

Deploy from Cursor

You built it in Cursor. Now ship it. Deploy your Cursor project to a real Linux server with one command — HTTPS, custom domains, and SSH access included.

Start Deploying From $7/mo

The Deployment Gap

Cursor is a powerful AI-first code editor that helps you write code faster, but it has no built-in way to get your project online. You finish building, close the AI chat, and then face the same old deployment problem.

  • Cursor edits files locally — there is no "deploy" button or built-in hosting
  • Your project lives on your machine until you manually set up a server, configure nginx, and handle SSL
  • AI-generated full-stack apps often need Node.js, Python, or PHP runtimes that static hosts cannot run
  • Setting up CI/CD pipelines defeats the speed advantage of using Cursor in the first place

Deploy in 4 Steps

1

Install the InstaPods CLI

One command to install. Works on macOS, Linux, and WSL.

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

Login to your account

Authenticate the CLI with your InstaPods account.

instapods login
3

Deploy from your project directory

Run deploy from your Cursor project root. InstaPods detects the runtime (Node.js, Python, PHP, or static), uploads your code, and gives you a live URL with HTTPS.

cd my-cursor-project
instapods deploy my-app --preset nodejs
4

Your app is live

Visit your app at its InstaPods URL. Add a custom domain anytime from the dashboard.

Auto-Deploy

Re-run the deploy command after any edit in Cursor and your changes go live in seconds. Or connect a GitHub repo for automatic deploys on every push.

Recommended Plan

Everything you need to run your Cursor project in production.

Build Plan
$7/mo
Deploy from Cursor

Ship What You Built

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

Deploy from Cursor