Hub Cloud

One operational layer for every small app. Deployment, runtime, access, releases, environment variables, logs and a shared home for the team, in one product.

The path from code to a tool people can use. A small app needs a host, a URL, secrets, access, updates, logs and someone who remembers where it lives.

  1. 1

    The CLI sends the code or connects the repository.

  2. 2

    The org's host builds and runs it.

  3. 3

    Hub gives the app a URL and applies its access rule.

  4. 4

    The dashboard and the CLI keep it operable after launch.

  5. 5

    The workspace makes it findable for the rest of the team.

What is in it.

The daily controls are already there.

$ hub deploy
$ hub env set crm STRIPE_SECRET_KEY
$ hub logs crm --build
$ hub shell crm
$ hub rollback crm

Every deploy and configuration change is a numbered release. The dashboard shows the same: instances, releases, build logs, service logs, a browser shell, environment names (never values) and members.

Coming next: custom domains, backups, selected-people access, pull-request previews.

Build the app. Hub will give it a home.