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.

Step 1

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.

Step 2

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.

Step 3

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
Writes a
Dockerfile if
you have none
Builds on
your host
Prints
the URL

The release that was serving keeps serving until the new one answers, and stays there if the new one fails.

Step 4

Private by default. Public when you decide. The app stays behind your org's Hub login without building authentication into the app itself.

InstanceAccess
customer-portal/prodorg: anyone signed in to acme
customer-portal/stagingorg
inventory/prodorg
product-demo/prodpublic: no login
$ hub access product-demo public
Step 5

Put it in the workspace. Pages, links and workflows around the app, and a catalog page that fills itself from the org.

Step 6

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.

Step 7

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

The app is built. Let Hub take it from here.