Quickstart

Deploy a sample app with the AxHub CLI. ~10 minutes, 3 minutes with `--yes`.

Prerequisites

2

Runtime

macOS / Linux / WSL2, Node.js 20+ or Docker 24+

Install the CLI

Terminal
brew install axhub/tap/ax
ax --version

Log in

Terminal
ax login

Your browser will open — authenticate with your AxHub account.

First deploy

Terminal
ax init --template nextjs hello-ax
cd hello-ax
ax deploy --yes

Once the deploy completes, you'll see a URL like https://hello-ax.axhub.app.

If the deploy fails

Next steps