Share HTML pages generated by your coding agent with a single link. CSS, fonts, and SVG preserved 1:1.
Drop an HTML file here
or click to browse · .html, .htm, .xhtml, .xml, .md
Coding agents and AI tools produce beautiful single-file HTML pages all the time - landing pages, prototypes, dashboards, email templates. Agent Share is the fastest way to put a link to that page in someone's hand. Drop the file, get a link, share. No deploy, no signup, no fiddling with hosting.
POST the HTML directly to the API. You'll get back a JSON response with the share URL.
curl -X POST https://speedytools.dev/api/agent-share \
-H "Content-Type: text/html" \
--data-binary @personal-shopper-sneak-peek.htmlWhat can I share?
Any self-contained HTML - including pages with embedded CSS, SVG, inline data: URIs, and external font/asset references. JavaScript is disabled in the preview for safety, but the markup and styles render exactly as the agent produced them.
How long do shares last?
Anonymous shares expire after 1 hour; signed-in shares last 24 hours. After expiry, the content is permanently deleted from our servers.
Why is JavaScript disabled?
The share is rendered in a sandboxed iframe with no allow-scripts permission. This prevents drive-by mining, phishing, and cookie theft while preserving the look and feel of the agent's output. If you need a JS-enabled preview, deploy to a real host instead.
Can my agent share a page programmatically?
Yes. POST the HTML to /api/agent-share (with a JSON body, a text/html body, or a form). You'll get back a JSON response with the share URL. The endpoint is rate-limited per IP. See the CLI section below for an example.
Is my content private?
Anyone with the URL can view the share. URLs are random 8-character slugs, so they're hard to guess, but treat them as secret links. Shares are marked noindex so search engines won't index them.
What's the size limit?
2 MB for anonymous shares, 5 MB for signed-in shares. This is generous enough for almost any self-contained HTML page including embedded base64 assets. For larger projects (multi-file, npm dependencies), use a real host.
Privacy & safety
Shares render in a sandboxed iframe with scripts disabled and no parent-window access. URLs are random and unguessable, the page is marked noindex, and an abuse-report flow is one click away. Don't use Agent Share for phishing or content that impersonates a real site.
Free online AI prompt manager. Save, organize, and reuse your ChatGPT, Claude, and AI prompts. Cloud sync for access across devices. No signup required for local storage.
Free online YouTube transcript extractor. Download full transcripts from any YouTube video. Perfect for content repurposing, research, and accessibility.
Count tokens for GPT-4, Claude, Llama, and Gemini