A simple, client-side text compression and sharing tool. Compress any text into a shareable URL using Gzip compression and Base64 encoding.
- 100% Client-Side: All compression and decompression happens in the browser. No data is sent to any server.
- Simple & Fast: Paste text, get a link, share it.
- URL-Based Sharing: The compressed text is encoded directly in the URL hash.
- No Dependencies: Single file. Pure HTML, CSS, and JavaScript. No build process required.
MIT