Static web publishing from your terminal

No setup, no servers, no stress. Just one command and your HTML, CSS, and JavaScript are live for the world to see.

npx htsm@latest View on GitHub
Terminal
index.html
$ npx htmsh ./dist react-project

Deploy
────────────────────────────────────────────────────────────────────────
Packaging and uploading...
upload: [============================] 100%
propagate: [============================] 100%
Deployment: completed

Result
────────────────────────────────────────────────────────────────────────
Project: react-project
Domain: https://react-project.htm.sh/
Release: 1756355180898
Files: 15
Size: 291
Success! Project is live at: https://react-project.htm.sh/

$