Every time I ask Claude Code to create a report or dashboard, I get a wall of HTML in my terminal. Then I have to save it to a file, open it in my browser, and if I want to share it with someone I need to host it somewhere. If you have a VPS you could drop the file into an nginx directory. Or push to a GitHub Pages repo. But both feel like overkill just to preview what your agent made. So I put together a free skill that handles this. Claude publishes the HTML with one API call and gives you back a URL. Pages are private by default. Need changes? Tell Claude to update it — same URL, no extra steps. Install is one line — just paste this into Claude Code: Run curl -s https://vibeshare.page/skills/vibeshare/SKILL.md and follow its instructions to install and setup the /vibeshare skill It downloads the skill, walks you through connecting your account, and you’re done. After that Claude can publish and update pages whenever you need it. Works especially well for data analysis reports, dashboards, documentation, and anything visual that doesn’t belong in a terminal. What’s your current workflow for viewing HTML output from Claude Code? Disclosure: I built this. It’s free to use. submitted by /u/darthjaja6
Originally posted by u/darthjaja6 on r/ClaudeCode
