Back to News
Advertisement
aamaldavid about 24 hours ago 3 commentsRead Article on github.com

ES version is available. Content is displayed in original English for accuracy.

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

Advertisement

Discussion (3 Comments)Read Original on HackerNews

mpegabout 2 hours ago
This is nice, but I don't see much of a difference between just asking claude to write a wrangler config to push to cf pages, which can be extremely simple

  name: my-cool-pages-project   
  pages_build_output_dir: ./html-files/
then npx wrangler deploy
hbcondo714about 2 hours ago
Is there by chance a way to password protect the generated site?
ms_by_pdabout 2 hours ago
what has happened