🗒️ Online Notepad
A fast notepad that autosaves to your browser storage. Copy or download notes as .txt. Nothing is uploaded.
🔐 Notes are stored only in your browser (localStorage). 0Appz never receives them. Clearing browser data deletes the note.
How to use this tool
Overview
Online Notepad is a fast, no-frills notepad that lives in your browser. Type anything, notes, drafts, snippets, shopping lists, and every keystroke is saved automatically to your browser localStorage, so a refresh or accidental tab close never loses your work. Live counters show words, characters and lines, a green badge confirms each save, and your text can be copied to the clipboard or downloaded as a plain .txt file in one click. Because storage is local, nothing is uploaded: 0Appz never sees your notes, and the notepad keeps working offline after the first load. Clearing the notepad or your browser data removes the note permanently.How the notepad stores your work
Every keystroke is written to the browser's localStorage under this site's origin, so the note survives refreshes, accidental tab closes and even a browser restart on the same device. Live counters track words, characters and lines, and the content can be copied or downloaded as a .txt at any time. Because storage is per-browser, the note is not available in another browser, another device or a private window, and clearing site data deletes it.
How it works and what it supports
| Property | Online notepad behavior |
|---|---|
| Storage | Browser localStorage (local to this device and browser) |
| Autosave | On every keystroke, with a visual saved indicator |
| Counters | Words, characters and lines in real time |
| Export | Copy to clipboard or download as .txt |
| Processing | 100% client-side; notes never uploaded |
| Offline | Works after the first load |
| Cost | Free, no account, no ads |
Privacy: notes never leave the device
There is no account and no sync server, so 0Appz cannot see, recover or lose your notes. They exist only in your browser storage. That is the privacy advantage and the limitation: back up anything important by downloading the .txt file.
Using a local notepad well
- Download important notes as .txt, clearing site data erases them.
- Do not store passwords or recovery codes in plain browser storage.
- Use separate browser profiles when you need separate notepads.
- Private windows discard the note when closed.
- Keep long-term documents in a real editor with a file system.
Related: browse the text tools for case conversion, counters and Markdown editing.
Local autosave, sharing and privacy
A browser notepad is a different tool from a cloud document, and knowing the difference prevents lost work. Everything typed here is saved to local storage on the device, which means it survives a closed tab, a browser restart and an offline session, but it does not follow you to another device and it is not a backup. Clearing browser data, using a private window or switching browsers removes it, so important notes should be exported as text files. Local storage is also per-origin: a note saved on this site is not visible to any other website, which is the privacy advantage over a hosted editor. Sharing is deliberately manual, copy the text or export a file rather than publishing a link, so nothing is exposed by accident. Practical features that make the tool useful for real work include a live word and character count, monospace mode for code and logs, multiple tabs for separate notes, and a search that works across them. Two habits are worth keeping: export before clearing browser data, and treat the pad as a scratch space rather than an archive. Because nothing is uploaded, drafts of contracts, passwords and private notes stay on the device.
Frequently asked questions
Where are my notes stored? +
The Online Notepad saves notes in your browser localStorage, a private area on your device. Nothing is ever transmitted to 0Appz or any third party.
Will my notes survive a refresh? +
Yes. The note is restored automatically when you reopen the page. Notes persist until you clear the notepad or clear your browser data.
Is there a length limit? +
The practical limit is your browser localStorage quota, usually around 5 MB per site, far more than typical notes need.
How do I move notes to another device? +
Use Download .txt to save a copy, then open the file on the other device. Copy also puts the full text on your clipboard.