
π 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
/qrto 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.
