Skip to main content
  1. Posts/

Minimalist Editor That Lives in the Browser and Stores Everything in the URL

··223 words·2 mins·

πŸ”— A Text Editor That Saves Everything in the URL

textarea.my is a minimalist editor with no server, no database, no account needed. Everything you type is compressed with deflate and stored directly in the URL hash.

✨ Key features:

  • πŸ—œοΈ Auto compression β€” Text is compressed before encoding into the URL, allowing reasonably-sized notes
  • πŸ”— Everything in the URL β€” No backend. The document is the URL. To share: share the URL.
  • πŸ’Ύ localStorage backup β€” Data is also saved locally in the browser as a fallback
  • 🎨 Customizable CSS β€” Modify styles via DevTools and it persists in the URL
  • πŸ“± QR code β€” Add /qr to the URL to generate a QR code for mobile sharing
  • πŸ”’ numbr.dev β€” Sister tool for numerical calculations in the URL

πŸ’‘ Tip: Start the document with # Title to set the browser tab title.

πŸ’‘ Quick explanation

Normally, web app data is stored in a database on a server. This editor does something clever: it uses the URL text itself to store compressed information. No server needed. The URL is your document!

More information at the link πŸ‘‡

Also published on LinkedIn.
Juan Pedro Bretti Mandarano
Author
Juan Pedro Bretti Mandarano