Quickstart
Go from GitHub repo to live app in under 60 seconds.
Choose your path
MCP (Claude Code / Cursor / Codex)
The fastest way. Your AI coding tool deploys for you.
Step 1: Add the PromptShip MCP server to your tool. See MCP setup for config.
Step 2: Just ask:
"Deploy my app from github.com/me/my-app to PromptShip"
Your AI tool will call install_github, create_app, and deploy_app automatically.
Step 3: Your app is live at https://my-app-dev.promptship.dev
CLI
Log in and deploy in two commands.
promptship login
promptship deploy --name my-app --repo github.com/me/my-app
No Dockerfile?
Your repo needs a Dockerfile. Grab a ready-to-use template from our Dockerfile templates — just copy, paste, and deploy.
What happens during deploy?
- PromptShip clones your repo from GitHub
- Builds a Docker image using your Dockerfile
- Pushes the image to a private registry
- Deploys to Kubernetes with HTTPS routing
- Your app is live at
https://<app>-<team>-<env>.promptship.dev