Claude Code or Cursor takes your app from your laptop to a live address with sign-in, a database and payments. You answer a few questions in the chat you already use.
Scroll and follow the orca
Stop 1 of 7
Tell Claude Code or Cursor to put your app on OrbitOrca. It creates the app from your GitHub repo or a ZIP.
Your part: approve the GitHub connection, once.
Claude Code, OrbitOrca MCP server
my-shopcreated from GitHubYouApprove the GitHub connection. Once.
Stop 2 of 7
Before the first deploy your agent asks whether the app already has real users or data. Then we check the code for anything that would break it or leak a key.
A must-fix finding blocks the build until your agent applies the fix. You never open the code.
Readiness check
Stop 3 of 7
Your agent starts the build, watches it and picks the address. You get an https link anyone can open.
A failed build never touches the running app. A bad version rolls back. A crash restarts itself.
Going live
Stop 4 of 7
Your agent turns on sign-in. Sign-up, log-in and password reset come ready. Your users live in your app's Postgres database, created on the first deploy.
You see who signed up in the dashboard.
Users and data
ana@example.comsigned up just nowStop 5 of 7
Your agent turns on payments, creates the product and price, then adds checkout and the paywall to your code from the prompt we give it. Customers pay you, through Stripe.
Your app never holds a Stripe key. It only asks us: has this user paid? Your part: verify your Stripe account.
Payments
Product
$12 a month
ProIn your app
Pay Has this user paid? YesYouVerify your Stripe account: identity and bank.
Stop 6 of 7
Your app needs an OpenAI key? Your agent creates the slot and hands you a link. You type the value in the dashboard, and your app can use it.
No one can read it back afterwards. Not even your agent.
Keys
YouType it in the dashboard. Once.
sk-x7Kp2Qm9aL4d••••••••••••Stop 7 of 7
Add your domain in the dashboard and copy one record to where you bought it. We check it and issue the certificate.
Your first link keeps working underneath.
Your domain
| Type | Name | Value | |
|---|---|---|---|
| A | @ | 203.0.113.10 | Copy |
YouAdd this record where you bought the domain.
Checking Connected, certificate issued
my-shop.apps.orbitorca.com still works
Sign-in, a Postgres database, Stripe payments, analytics and your own domain, around the app you already wrote.
Put my app onlineGitHub or ZIP. Your code, users and data stay yours.
Each piece below is something your agent can call through the OrbitOrca MCP server, from Claude Code, Cursor, VS Code, Windsurf or Claude.ai.
DATABASE_URL. Shared or your own dedicated one, depending on the plan.Three rules an agent cannot talk its way around.