logoalt Hacker News

Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages

11 pointsby amaldavidyesterday at 7:42 PM3 commentsview on HN

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


Comments

mpegtoday at 6:04 PM

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
hbcondo714today at 5:58 PM

Is there by chance a way to password protect the generated site?

ms_by_pdtoday at 5:57 PM

what has happened

osipovtoday at 6:19 PM

[dead]