Online Notepad
A distraction-free notepad that autosaves your text to the browser. No login, no sync, no data ever leaves your device.
Write and edit notes in a clean, minimal interface that autosaves as you type. Your text persists across page reloads and browser restarts using local browser storage. Download your note as a .txt file or copy it to the clipboard when you're done.
Most writing starts somewhere temporary: a browser tab opened to jot down a URL, a phone number, a to-do item, or the first paragraph of something longer. Online Notepad gives that scratch space a home that remembers itself. Text is saved to your browser's localStorage as you type, so closing the tab and reopening the page brings your note back exactly as you left it.
The interface strips away everything except the textarea, a word and character count, and three action buttons. Download saves the full note as a plain .txt file for backup or sharing. Copy puts the entire text on your clipboard in one click. Clear wipes the stored note after a confirmation step so accidental taps don't lose work.
Because storage happens locally in the browser, no account is required and no text passes through any server. The note is tied to this browser on this device; opening the page on a different device starts fresh. Clearing browser data or switching browsers also clears the note, so use Download to keep a copy of anything you want long-term.
- 1
Type or paste your text
Click into the textarea and start writing. The word count and character count update on every keystroke, and a 'Saving...' indicator briefly appears before confirming 'Saved'.
- 2
Close and reopen at any time
Your note is stored in your browser's localStorage. Refreshing the page or closing and reopening the tab restores the text exactly as you left it, with no login needed.
- 3
Export or clear when done
Use Download to save a .txt backup, Copy to send the text somewhere else, or Clear (with a confirmation prompt) to wipe the note and start fresh.
Scratch pad while browsing
Paste URLs, product names, or quick thoughts while researching without switching to another app or risking losing them if you close the tab.
Draft before pasting
Write and refine a short message, email snippet, or social post in a plain text space before copying it into its final destination.
Temporary clipboard extension
Stage multiple pieces of text you need to move between windows, then copy each one when ready instead of toggling back and forth.
Offline-first note storage
Take notes on a device without a cloud account. The text persists between sessions through localStorage, no internet connection required after the page loads.
Where is my note stored? Is it uploaded anywhere?
Your note stays entirely in your browser's localStorage on this device. Nothing is uploaded to any server. The note is invisible to the site owner and to anyone else.
Will my note survive closing the browser?
Yes. localStorage persists across tab closes, window closes, and browser restarts. It only clears if you manually use the Clear button, wipe browser storage from your browser's settings, or use private/incognito mode (where storage resets when the window closes).
Can I access my note from a different device or browser?
No. localStorage is scoped to a single browser on a single device. Opening the page in a different browser or on a different device starts with an empty notepad. Use Download to create a file you can transfer.
What happens if localStorage is full or unavailable?
The notepad still works for the current session. The autosave silently skips without throwing an error. This can happen in private/incognito mode on some browsers or when the storage quota is exhausted.
Is there a character or size limit?
Most browsers allow 5-10 MB per origin in localStorage. A note would need to be roughly one million words to approach that ceiling. For everyday use there is no practical limit.