Free Online Notes App
A minimal browser-based notepad that automatically saves your notes to localStorage. Create multiple named notes, edit freely and come back later — your notes are always there.
About the Notes App
This free browser notepad stores all your notes in localStorage under the key prefix tz_notes. Notes are saved automatically as you type — you never need to press a save button. The app supports multiple named notes switchable from the sidebar.
Since all data stays in your browser, your notes are completely private and never transmitted to any server. They persist indefinitely until you clear your browser storage or explicitly delete them.
How to Use the Notes App
Create a Note
Click "+ New" in the sidebar to create a new note. Enter a title in the header field.
Write
Type freely in the main area. Notes are saved automatically to localStorage as you type.
Switch Notes
Click any note in the sidebar to switch to it. The editor loads that note's content instantly.
Export
Use "Copy" to copy the note text to clipboard, or "Download" to save as a .txt file.
Frequently Asked Questions
Yes — all notes are saved to localStorage and will be restored exactly as you left them on your next visit.
No — localStorage is device and browser specific. To share notes, use the "Copy" or "Download" buttons to transfer content manually.
localStorage typically offers 5–10 MB per domain. A single note up to 500,000 characters will save without issue. A warning appears if storage is nearly full.
The current version is a plain-text notepad for speed and simplicity. Rich-text formatting (bold, italic, lists) is planned for a future update.