For AI publishing workflows

From prompt to
production URL.

Use statichub skill for auto-publish workflows, with CLI install and deploy always available.

Run first deploy

Trusted in fast iteration workflows

terminal-first agent-compatible deployment history rollback-ready

Single-file deploy

Publish one HTML or Markdown file directly.

statichub deploy ./README.md

Directory deploy

Publish a build output directory immediately.

statichub deploy ./dist

Project rollback

Rollback a named project to a previous version.

statichub rollback my-app 3

Named project

Keep a stable project with auth flow.

statichub deploy ./dist --name my-app

How it works

  1. GenerateAI creates output.
  2. DeploySkill or CLI publishes.
  3. ShareLive URL is ready.
npx skills add Patrick0308/statichub --skill statichub
statichub deploy ./README.md

Install

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