Overview
Build and deploy your app, keep secrets out of your code, and pin how it deploys — that's what this section covers.
This section covers everything up to a deployed app.
Adding data, files, signed-in users, and notifications comes in the next section, Add AxHub features.
Pages in this section
| Page | What it covers |
|---|---|
| Build and deploy your app | Pick the web console, the Claude app, or the terminal and build your app. You end up with a GitHub repository for your code and an app with a reachable address. |
| Set environment variables | Set values that must not live in code, like API keys, from the console or CLI and read them by name in code. |
Publishing the app, and watching or rolling back deployments, live in Operate.