Getting Started
rendrd turns a single HTML file into a live, shareable link. You give it one self-contained HTML document; it gives you back an https URL that renders the page.
Publish from the website
- Go to rendrd.io.
- Drop in your HTML file, or choose it from your computer.
- If you are not signed in, enter your email to confirm the upload.
- Optionally set a custom link name or a password.
- You get a link at
view.rendrd.io/your-name.
Free links stay live for 7 days and a confirmation email is sent to verify the upload. Paid links never expire and are bounded by storage instead.
Publish from an AI assistant
Add rendrd as an MCP server and your assistant can publish a page and hand you the link in the conversation. See MCP and HTTP API.
What makes a good rendrd page
- One self-contained HTML file. Inline your CSS and JavaScript, or load them from an accepted CDN.
- No backend calls at runtime: data must be baked into the page.
- For a working form, post to a form-to-email service.
See Formatting your page for the details.