boomurl
v0.1.0
Published
Publish a static folder to the web in seconds from the command line — no account, no build step. Built for humans and AI coding agents.
Maintainers
Readme
boomurl (CLI)
Publish a static folder to boomurl in one command.
npx boomurl login # mint + save an API key (once)
npx boomurl deploy ./dist --name my-site # -> https://boomurl.site/my-site/
npx boomurl list
npx boomurl status my-site
npx boomurl rm my-siteAuth: BOOMURL_KEY env, or a key saved by login (~/.config/boomurl/key).
Base: BOOMURL_BASE (default https://boomurl.com). --json for machine output.
Great for coding agents that shell out (e.g. Claude Code): BOOMURL_KEY=… boomurl deploy ./out --name demo --json.
