Single-file deploy
Publish one HTML or Markdown file directly.
statichub deploy ./README.md
For AI publishing workflows
Use statichub skill for auto-publish workflows, with CLI install and deploy always available.
Trusted in fast iteration workflows
Publish one HTML or Markdown file directly.
statichub deploy ./README.md
Publish a build output directory immediately.
statichub deploy ./dist
Rollback a named project to a previous version.
statichub rollback my-app 3
Keep a stable project with auth flow.
statichub deploy ./dist --name my-app
npx skills add Patrick0308/statichub --skill statichub
statichub deploy ./README.md
README-aligned commands.
curl -sSL https://raw.githubusercontent.com/Patrick0308/statichub/main/scripts/install.sh | sh
iwr https://raw.githubusercontent.com/Patrick0308/statichub/main/scripts/install.ps1 -UseBasicParsing | iex