Skip to content

Bantam CLI

The Bantam CLI is the fastest way to deploy static sites directly from your terminal. Perfect for prototypes, documentation, or any static content - get live URLs in seconds.

  • 🚀 Instant Deployments - Deploy in seconds with a single command
  • 🔧 Zero Configuration - Works out of the box, no config files needed
  • 🌐 Custom Domains - Deploy to your own domain with one flag
  • 📁 Smart Handling - Automatically zips and deploys directories
  • ⏰ Flexible Expiration - Choose temporary or permanent hosting
Terminal window
# Install globally
npm install -g @bantamhq/cli
# Deploy current directory
bantam deploy
# Your site is live! 🎉
Terminal window
bantam deploy ./dist
Terminal window
bantam deploy -s my-project
Terminal window
bantam deploy -d example.com
Terminal window
bantam list
  • Node.js 16 or later
  • npm or yarn