zinefold
v0.2.0
Published
Publish the HTML your AI makes — one command turns an HTML file into a public page with a share card.
Maintainers
Readme
Zinefold
Publish the HTML your AI makes. One command turns an HTML file into a public page with a share card that looks good on X.
Start publishing
# 1. Sign in with GitHub (no password, no cookies)
npx zinefold login
# 2. Ask your AI: "Make me a single-page HTML about ___."
# Claude, ChatGPT, Gemini — any of them writes a full page in one go.
# 3. Publish it
npx zinefold publish page.htmlYou get a URL on p.zinefold.com and a generated OG card. Pages land as private drafts with a secret preview link; release them when ready.
Commands
zinefold login sign in with GitHub (device flow) and save an API key
zinefold publish <file.html> [--ttl 7d|30d|none] [--title t] [--desc d] [--slug s] [--no-og] [--publish]
(default lands as a draft with a secret preview link)
[--update] replace an existing page you own (requires --slug)
zinefold release <slug> draft -> published
zinefold unpublish <slug> published -> draft
zinefold list pages with views and badge clicks
zinefold delete <slug>
zinefold ttl <slug> <7d|30d|none>
zinefold profile [--name <display-name>] [--handle <handle>] [--icon <image.png>]What Zinefold stands for
- You made it with AI. It's still yours.
- No feed, no algorithm. Your page lives at your URL.
- No cookies, no trackers. Your HTML is served as-is — we only add the author footer.
More at zinefold.com.
