Publish Static Sites on Your Server
A self-hosted alternative to Surge.sh. Deploy a directory from the CLI to its own subdomain.
Publish A Directory
Section titled “Publish A Directory”Deploy the contents of a static build directory and get a site URL under your Buzz domain:
buzz deploy ./dist --subdomain my-siteRedeploy the same site name to replace its files without changing its URL. If you already have access to a Buzz server, you need Node.js 22 or later, npm, a GitHub account, and a build directory containing index.html.
Share Agent Artifacts
Publish generated HTML reports, prototypes, documentation previews, demos, and static playgrounds. Recipients open one browser URL instead of downloading files or waiting for a local development server.
Automate deploymentsHost Static Output
Serve HTML, CSS, JavaScript, clean URLs, custom error pages, and single-page application fallbacks.
Review hosting behaviorRun Your Own Server
Keep the Buzz domain, deployed files, metadata, and deployment policy on infrastructure you operate.
Review self-hosting requirements