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

14 pointsposted a day ago
by amaldavid

3 Comments

mpeg

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

hbcondo714

2 hours ago

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