A home for throwaway HTML previews — design ideas, mockups, one-off pages. Drop a file in, get a shareable link out.
/share-preview <file> --clean <name>.preview.forgefx.dev/<name> — the link is copied to your clipboard.An internal, zero-infra way to turn a standalone HTML file into a durable, shareable link. Built from the fast-preview-race benchmark that pitted nine publish methods against each other.
githack. A real page live in ~2 seconds, no deploy. The URL is durable but machine-shaped.--clean <name>) — deploys to the Cloudflare Pages project preview, landing at preview.forgefx.dev/<name>. Branded and tidy; a real deploy, so slightly slower.index.html) is regenerated on every clean publish: it relists all shared pages, newest first, and pins the /hello example, so nothing gets lost and the page is never blank.Each publish polls the live URL until it returns 200 + text/html with the page's own content as a marker — a link is only reported live once it genuinely renders in a browser.
.claude/skills/devops/subskills/preview-share/share-preview.ts (invoked as /share-preview).gh (authenticated); clean mode reads Cloudflare creds from Doppler (appworks/prd) and deploys via wrangler pages deploy.--list to see recent gists, --rm <id> to delete one.