Introduction
Tebstack is a CLI-first platform for shipping web projects to a global edge network. Build, preview, and promote — all from your terminal.
What is Tebstack?#
Tebstack takes the source in your repository, builds it in an isolated container, and serves the output from every edge region. Each build is an immutable deployment with its own permanent URL — read Deployments for the full lifecycle.
Install the CLI
Run npm i -g @tebstack/cli, then teb login to connect your account.
Where to next#
- [Deployments](/deployments) — how builds are created, promoted, and rolled back.
- Environments — manage per-stage variables and secrets.
- API Reference — automate everything the CLI does over HTTPS.