HostMyClaudeHTML: One-Click Sharing for Claude HTML Artifacts

A developer has created hostmyclaudehtml.com, a web tool that provides a simple way to share HTML artifacts generated by Claude AI as live, accessible URLs.
What It Does
The site allows you to share any HTML artifact from Claude. The process is: download the .html file from Claude, drag and drop it onto the site, and it instantly generates a link you can send to anyone. The tool is free and requires no signup for the person uploading the file or the person viewing it.
The Problem It Solves
Claude generates HTML artifacts like dashboards, visualizations, and interactive tools, but sharing them involves friction. The existing options are: configuring GitHub Pages or Netlify, sending the raw .html file and explaining how to open it locally, or using Claude's built-in Publish feature, which requires the viewer to have a Claude account for full access. This tool aims for a simpler flow: Claude → download → drop file → send link.
How It Was Built
The developer created the entire frontend by "vibe-coding" with Claude. They described the desired user experience—a minimal drag-and-drop interface, instant URL generation, and a recent uploads history—and iterated on the design and logic through conversation. Claude also assisted with writing the landing page copy and meta tags.
Technical Details
The site is optimized for single-page HTML files, which matches the format of typical Claude artifacts. The developer is seeking feedback and feature ideas from the community.
📖 Read the full source: r/ClaudeAI
👀 See Also

Improving Claude Code Sessions with claude-self-improve
Claude-self-improve is a CLI tool that enhances Claude Code's AI performance by analyzing session data and updating memory files automatically.

Claude Text Adventure Skill v1.1.0 Adds Campaign Arcs and Enhanced NPCs
The Claude text adventure skill update v1.1.0 introduces campaign arcs where character progression persists across adventures, NPCs with hidden stats and levels, and optional visual/audio modules. Download text-adventure.zip from GitHub releases to use with Claude Desktop or claude.ai.

Rudel: Open-source analytics for Claude Code sessions
Rudel is an open-source analytics tool that analyzes Claude Code sessions, providing insights from 1,573 real sessions with 15M+ tokens and 270K+ interactions. It reveals patterns like 4% skills usage, 26% abandonment rates, and error cascade patterns.

Zot Chrome Operator: Let Your Terminal AI Agent Drive the Browser via Side Panel
A Chrome extension + local bridge that lets zot, a terminal-based coding AI, control browser tabs through a `browser_action` tool. Install in two commands, no zot changes required.