Open source · browser only · no upload
Put the page
in the URL.
Convert HTML code into a portable link. Your page is compressed in the browser and never sent to a server.
Portable URL
Preparing your URL…
Under the hood / 001
A static tool with
nothing to hide.
- 01
Encode
HTML becomes UTF-8 bytes locally.
- 02
Compress
Native gzip is selected only when it creates a shorter URL.
- 03
Isolate
The shared page opens inside a sandboxed iframe.
Know the trade-off
Portable links are for small pages.
Messaging apps and browsers impose different URL limits. For a short, durable link that can be updated later, publish the HTML instead.