Guides
Hub Cloud docs. Deploy an app, get a live URL, and choose who can open it.
Hub Cloud runs the small software a team builds: internal tools, dashboards, automations and demos. Your org gets a Docker host of its own. hub deploy builds a folder there and prints a URL that opens for your org after one login.
npm install --global @hubhq/cli@latest
hub login
hub deployQuick start
Install the CLI, sign in and deploy your first app.
Deploy
What Hub reads in a folder, compose files, and deploys from GitHub.
Access and invitations
Private, org or public, and people invited to a single app.
CLI reference
Every command and option, generated from the CLI.
Words Hub uses
| Word | Meaning |
|---|---|
| Org | Your team's account: its members, one host and every app on it. |
| App | One folder or repository you deploy. Its name is unique in the org. |
| Instance | One running copy of an app with its own URL, environment, access and data. The first one is prod; staging or client-b are others. |
| Release | A build plus its settings. Every deploy, rollback and environment change makes one. |
| Service | One container of an instance, such as web, worker or db in a compose file. |
An app answers at https://<app>.<org>.myhub.host. Any other instance adds its name, as in https://my-app--staging.acme.myhub.host.