PatchPage Live draft host

Upload-gated HTML draft hosting.

PatchPage turns one validated static HTML file into a public review link. Publishing is token-gated; viewing is public and unlisted by default.

Upload auth Sandboxed view Endpoint: https://post.patchyhq.com

Publish a draft

Use the CLI to validate and upload a single-file HTML plan, report, or briefing.

npx patchpage validate ./plan.html
npx patchpage upload ./plan.html

1 Safe artifact Validated

Draft uploads reject scripts, forms, frames, unsafe URL schemes, and other constructs that do not belong in a static review document.

2 Review link Public

Anyone with the draft URL can view it. Use PatchPage for material that is acceptable as an unlisted public link.

Visibility rule

API tokens control who can publish. They do not make draft viewers private.

Health check: /healthz. Inspired by Postplan, the static HTML draft publishing pattern created by Theo.