How Hub works
From finished code to a live app. Ask your coding agent, run one CLI command or use the dashboard. Hub builds the app, runs it on your org's host, gives it a URL and keeps it manageable after launch.
Use the interface that fits the moment. Agent-first, with direct controls when you need them.
Coding agent
The agent that built the app calls the hub CLI to deploy, configure, inspect and operate it.
CLI
The same product surface from the terminal. hub deploy and the day-two commands.
Dashboard
Apps, releases, logs, access, members and environment names without opening a terminal.
Deploy a folder or connect GitHub. A local folder, a repository or a subfolder inside a monorepo.
Hub detects common app types, Dockerfiles and compose projects. Connect GitHub once and new commits on the chosen branch deploy on their own.
The app runs on your org's host. Hub packs the source, builds it, starts the services, checks that they answer and moves the URL over once the new release is ready.
Reads the
git remote
git remote
Writes a
Dockerfile if
you have none
Dockerfile if
you have none
Builds on
your host
your host
Prints
the URL
the URL
The release that was serving keeps serving until the new one answers, and stays there if the new one fails.
Private by default. Public when you decide. The app stays behind your org's Hub login without building authentication into the app itself.
| Instance | Access |
|---|---|
| customer-portal/prod | org: anyone signed in to acme |
| customer-portal/staging | org |
| inventory/prod | org |
| product-demo/prod | public: no login |
Put it in the workspace. Pages, links and workflows around the app, and a catalog page that fills itself from the org.
Keep operating it. Logs, environment, instances, stop and restart, a shell, releases and rollback, each one command.
The commands are on the Get started page.
Run it in Hub Cloud, or talk to us about on-prem. Hub Cloud gives each org its own Docker host.
Teams with stricter data, policy or network requirements can ask about running Hub inside infrastructure they control. talk to us