Back to browse
GitHub Repository

Publish local HTML, Markdown, and static mini apps to shareable Cloudflare Pages URLs from the terminal or coding agents.

5 starsJavaScript

Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages

by amaldavid·Jun 18, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemCozy

Replaces localhost tunnels for sharing Claude artifacts with stable Cloudflare URLs.

Strengths
  • No hosted account, deploys directly to your Cloudflare
  • Watch mode for continuous updates to same URL
  • Claude Code and Codex skill integrations built in
Weaknesses
  • Wrangler CLI already handles Cloudflare Pages deployments
  • Niche use case limits broader appeal
Target Audience

Developers sharing AI-generated reports and static mini apps

Similar To

Wrangler · Netlify CLI · Vercel CLI

Post Description

I built this because I kept generating HTML/Markdown reports from Claude Code/Codex and needed a permanent share link instead of a localhost tunnel. Pagecast is a local CLI that publishes those files to your own Cloudflare Pages account.

It supports Markdown and HTML, stable URLs, renaming, republishing to the same URL, and watch mode for continuous updates to same file. It is MIT licensed.

The main design choice is that there is no hosted Pagecast account. It uses your Cloudflare account and deploys there directly and has claude code and codex integrations as skill/hooks.

Basically it can be used as a replacement for codex sites or claude artifacts

Similar Projects