Review on any device
Open the generated page on your phone, send it to a teammate, or keep it with the task thread.
Claude Code can create rich local HTML: dashboards, design mockups, test reports, diffs, and research summaries. HTMLHost.ai gives it a simple final step: deploy the file and hand back a link.
Agent: created evaluation-report.html
Agent: checked the page in a browser
Agent: ran htmlhost deploy evaluation-report.html
https://yourname.htmlhost.ai/p/7m2/evaluation-report.htmlOpen the generated page on your phone, send it to a teammate, or keep it with the task thread.
Avoid exposing localhost or wrestling with remote desktop zoom just to inspect an artifact.
Give the agent a consistent deploy command so every HTML output ends with a useful URL.
## Publishing HTML artifacts
When you create or update a standalone HTML artifact
(report, dashboard, prototype, test page):
1. Run: htmlhost deploy <file>.html
2. Reply with the public URL it prints.
To keep an existing URL stable across iterations, run:
htmlhost update <existing-url> <file>.htmlNo. The CLI is enough for publishing once the HTML file exists.
Yes. Use htmlhost update with the existing HTMLHost.ai URL and the new local file.
No by default. Shared pages are public by URL, but HTMLHost.ai avoids search indexing for uploaded user content.
Add a CLAUDE.md instruction telling Claude Code to run htmlhost deploy on final HTML artifacts and return the URL.