Cool, that worked !
I am always asking Claude Code to write HTML reports for feature plans, research, implementation plans, etc.. instead of Markdown. Works really nice, but I also wanted a way to easily share those HTML files with others to review.
@caffeineai to the rescue. In no time I have an app up & running to do just that.
I login and get an admin panel. I can upload HTML files, and the app generates a URL that I can share.
The kicker is that the serving of the doc is gated to either me as admin or public.
Working on a more fine-grained gating if I only want to share it with a select few. Easy to do by introducing an allowlist of their principal ids.