Transforms text content into stunning self-contained HTML magazine pages with a real paper-magazine feel — paginated, image-rich, and print-inspired typography.
npx claudepluginhub bluedusk/html-magazineTransforms text content into stunning self-contained HTML magazine pages with a real paper-magazine feel — paginated, image-rich, and print-inspired typography.
Transform plain text, markdown, or HTML into stunning paginated magazine pages — with editorial voice rewriting, sourced photography, and print-quality typography. Share via Vercel, export to PDF.
Live Demo | Works with Claude Code, Gemini CLI, GitHub Copilot, and OpenAI Codex
curl -fsSL https://raw.githubusercontent.com/bluedusk/html-magazine/main/remote-install.sh | bash
git clone https://github.com/bluedusk/html-magazine.git
cd html-magazine
bash install.sh
claude, gemini, gh (Copilot), codexclaude plugin install ui-ux-pro-maxnpx uipro-cli init --ai <agent>~/.gemini/skills/.github/skills/ (project-level)~/.codex/skills/npx uipro-cli (non-Claude agents)If you only want one agent:
# Claude Code only
claude plugin marketplace add bluedusk/html-magazine
claude plugin install html-magazine
# Gemini CLI only
ln -s /path/to/html-magazine ~/.gemini/skills/html-magazine
# Copilot only (project-level)
ln -s /path/to/html-magazine .github/skills/html-magazine
# Codex only
ln -s /path/to/html-magazine ~/.codex/skills/html-magazine
Don't forget to install ui-ux-pro-max separately for your agent.
Claude Code:
/html-magazine
Any agent — just ask naturally:
Turn this article into a magazine
Make this look like a Vogue magazine page
Convert this blog post to a National Geographic style magazine
| Style | Inspired By | Visual Feel | Writing Voice |
|---|---|---|---|
| Editorial | NYT Magazine / The Atlantic | Serif, dark covers, crimson accents | Measured, literary, scene-setting |
| Tech Minimal | Wired / MIT Technology Review | Bold sans, neon green, gradient rules | Sharp, data-forward, declarative |
| Vibrant Lifestyle | Vogue / GQ | Gold accents, wide margins, full-bleed photos | Sensory, confident, vivid |
| Creator | Dazed / i-D / The Face | Bold sans, one pop color, collage energy | Casual, authentic, internet-native |
| Level | What It Does |
|---|---|
| Minimal | Keep original text. Add magazine structure (headline, kicker, pull quote). |
| Light | Tighten prose, improve flow. Preserve the author's voice. |
| Moderate | Rewrite for magazine quality. Apply the style's editorial voice. |
| Full | Complete transformation. A new piece of writing in the magazine's voice. |
python3 scripts/export-pdf.py magazine.htmlUser provides content
|
html-magazine (editorial brain)
1. Ask style + rewrite level
2. Rewrite content with editorial voice
3. Source images from Wikimedia Commons
4. Build visual brief (colors, typography, layout elements)
|
ui-ux-pro-max (rendering engine)
5. Generate paginated HTML with page-flip, spreads, print typography
|
Output: magazine.html
6. Optional: deploy to Vercel or export to PDF
html-magazine handles style, editorial voice, content rewriting, and image sourcing. ui-ux-pro-max handles all HTML, CSS, JS, and visual design quality.