A notepad with nothing to set up
Sometimes you just need somewhere to put words: a phone number read out faster than you can find a pen, a paragraph you want to rework before pasting it into an email, a packing list, a half-formed idea. Opening a full word processor for that is overkill, and typing into a search bar or an unsent email is how notes get lost.
This notepad does one thing. You type, it saves. There is no account, no sign-in, no sync prompt and no formatting toolbar to fight with. The word and character counts update live underneath, and when you are done you can copy the lot or download it as a plain .txt file that opens on anything.
Everything happens in your browser. Your text is never uploaded, stored on a server or seen by anyone.
How the autosave works
About a third of a second after you stop typing, the page writes your text into your browser's local storage and shows a brief "Saved" in the note below the buttons. Local storage is a small pocket of space each website gets on your device, and it persists: close the tab, restart the browser, come back tomorrow, and your notes are exactly where you left them.
The important limits are the flip side of the privacy. Notes live in one browser on one device, so they will not appear on your phone or in a different browser on the same machine. Private and incognito windows discard local storage when they close. And clearing your browsing data (specifically cookies and site data) deletes saved notes along with everything else.
When to download instead
The Download button turns your notes into a .txt file named notes.txt, which is the most portable format there is: it opens in Notepad, TextEdit, Word, Google Docs and every code editor ever written. Use it whenever a note graduates from scratch to something you would mind losing.
A sensible rule: if losing it would cost you more than ten minutes, download it. Storage is also generous but not infinite; browsers typically allow around 5 MB per site, which is well over a million characters, so an ordinary note will never get close.
What it is deliberately not
This is not a document editor or a notes app with folders, tags and sync. There is no bold, no bullet points, no images, and that is the point: plain text cannot get corrupted by formatting, pastes cleanly into anything, and loads instantly. If you paste in styled text from a web page or Word, only the words survive, which is often exactly what you wanted anyway (it is a quick way to strip formatting).
If your notes need to follow you between devices or be shared with other people, use a synced service and accept the account that comes with it. If you just need words held safely for a while on the machine in front of you, this does that with zero friction. Pair it with the word counter when a limit matters, or run a draft through find and replace before you send it anywhere.
Frequently asked questions
Where are my notes saved?
In your browser's local storage, on your device. Nothing is sent to any server, so your notes survive a refresh or an accidental tab close but are only available in this browser on this device.
Will my notes sync to my phone or another computer?
No. Local storage lives inside one browser on one device, so notes written here on your laptop will not appear on your phone. If you need your notes elsewhere, use the Download button and move the .txt file yourself.
Can my notes be lost?
Yes, in two situations. Clearing your browsing data (cookies and site data) deletes local storage, and private or incognito windows throw it away when they close. Download anything important as a .txt file to be safe.
Is there a size limit?
Browsers typically allow around 5 MB of local storage per site, which works out at well over a million characters of plain text. That is far more than any normal note; a full novel is roughly 500,000 characters.
Is anything I type uploaded or visible to anyone?
No. The page has no server component for your text at all. Everything you type stays in your browser, and the autosave writes only to your own device's storage.