bantam.hostbantam.host
Deployment Guides

Deploy Any Framework with Bantam CLI

Quick deployment guides for React, Vue, Next.js, and 20+ frameworks. Find your framework, run the build command, deploy with Bantam.

Get started:

npm install -g @bantamhq/cli

View on NPM: @bantamhq/cli

Universal Deploy Command

Works with any static site generator or build tool:

# Build your project (varies by framework)
npm run build

# Deploy the output directory
bantam deploy ./dist

# Deploy with a custom domain
bantam deploy ./dist --domain myapp.com