Drop your file to share it

Add a file to share

or choose from your computer

Tap to choose a file

Works with the HTML your AI makes · up to 5 MB · free
rendrd.io/
Optional · 3–40 lowercase letters, numbers and hyphens
We'll email them the link

Getting your link ready…

No account Free Seconds
01 · SHARE

Share an HTML file
as a link.

Your AI made it, now share it. Drop the file and get a link anyone can open, with no account, Git or build.

See a live example →

Sharing should be
the easy part.

AI can now build you a polished report or page in seconds. But getting it in front of someone still means wrestling with files, hosting, and links that don't open. rendrd.io is the missing last step: drop what your AI made, get a link anyone can open. That's the whole idea.

894
pages shared
8 sec
average time to a live link
0
apps to install

See what people share

Real pages, each hosted on rendrd from a single HTML file. Open any of them.

Let your AI publish for you.

Connect rendrd.io once and your assistant hands you a live link in the conversation, with no copy-paste and no upload step. Pick your tool below.

MCP URLhttps://rendrd.io/mcp/sse
API keyCreate one under Dashboard → API key and paste it into the connector's API key field.

In the Claude app (web and mobile). Pro, Max, Team and Enterprise plans; the Free plan allows one custom connector.

  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Paste the MCP URL above and your API key, then click Add.
  4. In any chat, open the + menu and turn rendrd on.

Ask it to "publish this as a rendrd link" and it returns a URL you can share.

In ChatGPT on the web. Plus, Pro, Business, Enterprise and Edu accounts.

  1. Go to Settings → Connectors → Advanced settings and turn on Developer mode.
  2. Go to Settings → Connectors → Create.
  3. Name it rendrd, paste the MCP URL, and add your API key.
  4. Click Create. ChatGPT lists the rendrd_publish tool.

The Gemini app can't connect to MCP servers, so it can't publish for you. You don't need it to.

  1. In Gemini, download the page it built as an .html file.
  2. Drop that file into the uploader at the top of this page.

You get a shareable link in seconds, with no account and no setup. On the Gemini CLI? It does support MCP; use the same setup as the Claude Code tab.

Claude Code, from the terminal.

# add rendrd as an MCP server
claude mcp add --transport sse rendrd \
  https://rendrd.io/mcp/sse \
  --header "Authorization: Bearer …"

Then ask Claude Code to publish HTML and it calls rendrd_publish for you. Signed in? Your Dashboard shows this command with your key already filled in.

No MCP needed: publish directly over HTTP from any language.

curl -X POST https://rendrd.io/api/publish \
  -H "Authorization: Bearer …" \
  -H "Content-Type: application/json" \
  -d '{"html":"<!doctype html>…","title":"Q4 Report"}'

# → { "url": "https://view.rendrd.io/q4-report", … }

Free to share.
Pro to keep.

Every link works on the free plan. Go Pro when you need them to stick around, stay private, and look like yours.

Free
£0
Everything you need to share what your AI builds.
Start free
  • Links live for 7 days
  • 5 pages · 50 MB storage
  • Password protection included
  • See how many people viewed
Pro · coming soon
£9 / mo
For work that has to stay live and look sharp.

Thanks, we'll email you when Pro is ready.

  • Links never expire · 2 GB storage
  • Custom link names · remove badge
  • Full visitor insights · custom domains

Questions, answered.

What people ask before sharing an HTML file as a link.

How do I turn an HTML file into a URL?

Drop the .html file onto rendrd and you get a live https link in seconds. There is no repo to create, no build step and no account to sign up for. Anyone you send the link to opens the page in their browser.

How do I share an HTML webpage with someone?

Don’t email the .html file or put it in Drive, both open raw code or force a download. Upload it to rendrd instead and share the link it gives you. The recipient sees the live page, with your CSS, fonts and charts intact.

How do I host a single HTML page for free?

rendrd’s free plan hosts up to 5 pages with 50MB of storage and no registration to get started. Each link renders the live page, supports password protection and shows you how many people viewed it. Free links stay live for 7 days.

How is this different from GitHub Pages?

GitHub Pages needs a Git repository, a commit and a build before your page goes live, which is overkill for one self-contained file. rendrd takes the single HTML file and returns a working link straight away, with no Git and no build.

How do I share an AI-generated page, like a Claude artifact?

Download the page your AI built as an .html file, then drop it into rendrd. You get a public link anyone can open, no GitHub and no account needed to start. It is built for exactly this: sharing what your AI made.

Can my AI publish a page for me automatically?

Yes. rendrd runs an MCP server, so assistants like Claude and ChatGPT, and coding tools like Claude Code, can publish HTML and get a link back. You can also publish over plain HTTP from any language with our API.

Do I need an account to share a page?

No. You can drop a file and get a link without signing up. Creating a free account simply lets you manage your pages, set passwords and see view counts in one dashboard.

Can I password-protect or take down a shared link?

Yes. Password protection is included on every plan, so only people with the password can open the page. From the dashboard you can change the password or delete the link at any time, which removes the page immediately.