A scratchpad that remembers
You open a blank tab to dump a quick thought. A phone number, a half-formed idea, the three things you cannot forget before lunch. Then the tab closes, the laptop sleeps, and it’s gone. This notepad fixes that. Type anything and it saves on its own, so the text is still sitting there when you come back.
There’s no Save button to hunt for. Every keystroke gets written to your browser a fraction of a second after you stop typing, and a small “Saved” tag blinks to confirm it. Close the tab, reopen the page tomorrow, and your note loads right back up.
How it works
Click into the big text area and start writing. That’s the whole setup. Underneath the editor, three counters track your words, characters, and lines in real time, which is handy when you’re trying to keep a caption short or hit a rough word target.
When you actually want the note out of the browser, you’ve got three buttons:
- Download .txt saves your writing as a plain text file called
notes.txt. - Copy drops everything onto your clipboard so you can paste it into an email, a doc, or a chat.
- Clear wipes the pad, with a quick confirmation first so you don’t nuke a draft by accident.
Prefer a fixed-width look for code snippets, ASCII tables, or aligned lists? Flip the Monospace toggle and the font switches. That preference sticks too.
Where the note actually lives
Here’s the part worth understanding. The autosave uses your browser’s local storage, which means the text is parked on this one device, in this one browser, and nowhere else. Nobody uploads it. There’s no account, no server copy, no sync.
That privacy is the upside. The trade-off is that the note is tied to this browser. A few things will erase it:
- Clearing your browsing data or site data deletes the saved note.
- Opening the page in a private or incognito window won’t show notes from your normal window, and usually forgets them once that window closes.
- A different browser or a different computer starts with a blank pad. The text doesn’t follow you around.
So treat it like a sticky note on your monitor, not a cloud document. For anything you’d be upset to lose, hit Download or Copy and stash it somewhere permanent.
Handy for
Quick meeting notes you’ll paste into a ticket later. Drafting a message before you commit to sending it. Holding clipboard fragments while you reorganize a document. Writing without the distraction of formatting toolbars, comment threads, or a blinking cursor in some bloated editor. It’s fast, it’s quiet, and it gets out of your way.
Common questions
Do my notes get sent anywhere?
Nope. Everything stays in your browser’s local storage on your own machine. There’s no server upload, no login, and nothing is logged.
Will my note still be here after I close the tab?
Yep, as long as you reopen the same page in the same browser and haven’t cleared your site data. The text reloads automatically.
Why did my note disappear?
Almost always because browsing data got cleared, or the note was written in a private window. Local storage also doesn’t travel between browsers or devices, so a fresh browser shows an empty pad.
Can I sync notes across my phone and laptop?
Not directly. Since the save is local to each browser, there’s no built-in sync. To move a note, download the .txt file or copy the text and open it on the other device.
Is there a length limit?
Practically, no. You can write thousands of words. Browser local storage caps out in the multi-megabyte range, which is far more plain text than most people will ever type into a scratchpad.
What’s the Monospace toggle do?
It swaps the editor to a fixed-width font, the kind where every character lines up in a grid. Good for pasting code, building simple ASCII tables, or keeping columns aligned.