An HTML sharing platform

Share HTML with a custom URL.

Enter a URL path, upload an HTML file, and it's live. Every page is just an R2 object, all hosted on Cloudflare Workers.

Create page

Define route → Upload HTML
Examples:
/launch → key launch.html
/blog/hello → key blog/hello.html
/deck/ → key deck/index.html
We store this file as-is in evergreen. No minify, no magic.
On success, you'll be redirected straight to the new route.
Check out the SingleFile browser extension for an easy 1-click solution to archive a webpage to a single HTML file.