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:- Package up your code
- Build it in a secure environment
- Put it on fast servers around the world
- Give you a URL like
your-app.case.systems
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
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.