Notepad

A scratchpad that autosaves to your browser, multiple notes, no account.

Autosaves as you type.


0Words
0Characters
0Notes saved
, Last saved

Features

  • Autosaves as you type, no save button
  • Multiple named notes
  • Full-screen focus mode
  • Live word and character count
  • Export any note as a text file

How to use it

  1. Start typing, the note saves itself.
  2. Use New note to start another.
  3. Switch between notes with the dropdown.
  4. Download anything you want to keep permanently.

Autosave, and the limits of browser storage

Typing triggers a debounced save half a second after you stop, rather than on every keystroke, writing to localStorage is synchronous and blocks the main thread, so saving on every character would make typing feel sluggish in a long note. The note also saves when you switch away from the tab or close it, which covers the case where you type and immediately navigate away.

localStorage gives roughly 5 to 10 MB per origin depending on the browser, which is a great deal of plain text, several hundred thousand words. You are far more likely to lose notes to clearing browser data than to hitting the limit. Private browsing windows are the main hazard: they discard storage entirely when the last window closes, usually without warning.

The honest framing is that this is a scratchpad, not a notes application. It is genuinely good for the thing it is for, somewhere to paste text, draft a message, or think something through without opening an app or creating an account. For anything you would be upset to lose, download it or paste it somewhere durable. The export button exists precisely because this storage is convenient rather than reliable.

Frequently asked questions

Yes, completely. Notepad is free with no usage limits, no account and no sign-up. There is no paid tier and no trial that expires. Tools marked Premium on this site carry that label to indicate a deeper feature set, not a price.
Notepad covers autosaves as you type, no save button, multiple named notes, full-screen focus mode, among other things. Everything is available immediately with no account, no sign-up and no usage limit.
Typing triggers a debounced save half a second after you stop, rather than on every keystroke, writing to localStorage is synchronous and blocks the main thread, so saving on every character would make typing feel sluggish in a long note. The note also saves when you switch away from the tab or close it, which covers the case where you type and immediately navigate away.
Your data is stored in your browser's localStorage, which lives on your device and is readable only by this site in this browser. Nothing syncs and nothing is uploaded. The trade-off is that clearing your browser data will erase it, so export anything important. Because nothing depends on a server, the tool also keeps working offline once the page has loaded, the site registers a service worker that caches it after your first visit.

Related tools

Further reading

📖 The Case for a Quick Digital Notepad in Your Browser

Read the full guide on the 123MiniApps blog.

Pick a theme

Ten hand-tuned palettes.