A very simple browser-based text and image paste tool that stores everything directly in the URL.
No database.
No backend storage.
No accounts.
Just text → compressed → stored in the URL.
- You type some text or paste an image.
- This is then compressed using Deflate (pako).
- The compressed data is then encoded using base64 and stored in the URL.
- When you open the link again, the data is decompressed and restored..
You can copy the URL and share it.
Anyone who opens the link will see the same text or image.
- Everything is client-side.
- Good for quick sharing of small text snippets.
- No No for large files and sensitive stuff.