Buzz
Deploy static sites in seconds. GitHub auth, CLI-first, zero config.
Sign in
Login with your GitHub account to manage your sites
Login failed
Or use the CLI
1
Install the CLI
npm i -g @infomiho/buzz-cli
2
Connect to this server
buzz config server https://static.miho.dev
3
Login with GitHub
buzz login
4
Deploy your site
buzz deploy ./dist
Live at my-site.static.miho.dev
View source on GitHub