Skip to main content
You built something. Now let’s get it live. Orbit takes your app and puts it on the internet with a real URL that anyone can visit. You don’t need to know anything about servers, hosting, or “the cloud”—we handle all of that. You just click a button.

Pick your path

Option 1: Built it in Thurgood? One click to deploy.

If you’ve been building your app in Thurgood, you’re already most of the way there. When your app looks good in the preview, just click Deploy to Orbit and you’ll get a live URL in about two minutes. That’s literally it. Your app is now on the internet. Great for:
  • Tools you need to share with your team right now
  • Client portals and intake forms
  • Document review apps and AI assistants
  • Demos and prototypes

Option 2: Have code on GitHub? Connect and deploy.

If you’re a developer with an existing codebase, connect your GitHub repo to the Console. We’ll detect your framework automatically—Next.js, React, Python, Node, whatever—and deploy it. Every time you push to your main branch, we’ll deploy the new version. Great for:
  • Production apps with a team
  • Projects where you want version control
  • Migrating existing applications

What happens when you deploy?

Behind the scenes, we:
  1. Package up your code
  2. Build it in a secure environment
  3. Put it on fast servers around the world
  4. Give you a URL like your-app.case.systems
Contact us if you want to use your own domain. Every deployment gets automatic HTTPS (the little lock icon in the browser), scales up if lots of people visit at once, and updates without any downtime when you push changes.

Managing your apps

All your deployed apps show up in the Console under Orbit Compute → Deployments. From there you can:
  • See if everything is running smoothly
  • Check the logs if something goes wrong
  • Roll back to a previous version
  • Add a custom domain
  • Take an app offline
Not sure which path to take? Start with Thurgood—it’s the fastest way to go from idea to live app. You can always connect to GitHub later when your project grows.

FAQ

Do I need to know how to code?
Not if you’re using Thurgood. It writes the code for you.
How much does it cost?
Deployments are included in your Case.dev plan. You’re not paying per-server or per-hour.
Can I take my app down later?
Yes, anytime. Just click “Delete” in the Console.
What if my app breaks?
Check the logs in the Console—they’ll tell you what went wrong. You can also roll back to the last working version with one click.