Notes that disappear when you close the window
Open this notepad in an incognito or private browsing window and your notes live only for that session. When you close the window, the browser automatically erases all localStorage data — including everything you typed here. No trace left behind.
Incognito + localStorage = session-only storage
When you open any website in an incognito (Chrome) or private (Firefox/Safari/Edge) window, the browser creates a temporary localStorage scope. Notes written here persist for the duration of that incognito session — across tab refreshes and new tabs within the same session — but are completely erased when you close the incognito window.
Auto-deleted on window close, not just tab close
Closing a single incognito tab does not clear the session — other incognito tabs can still share the localStorage. The full wipe happens when the last incognito window closes. This gives you flexibility within a session while guaranteeing cleanup at the end.
No trace on shared or public devices
Writing sensitive notes on a library computer, a work terminal, or a family shared laptop? The incognito notepad leaves nothing behind in localStorage, no browser history entry for the notepad content, and no downloaded files (unless you explicitly export). Close the window and the session evaporates.
Separate from your regular browser notes
Incognito localStorage is isolated from the regular browsing context. Notes you write in incognito mode do not appear in your regular notepad session, and vice versa. The two contexts cannot read each other's localStorage. They are completely sandboxed.
Works offline in incognito mode
The incognito session still caches page assets within that session, so if you load the notepad once with a connection and then go offline, it continues working. Auto-save to the session localStorage keeps working without any network.
What incognito mode does NOT protect against
Incognito hides activity from the local browser history and clears localStorage on close. It does not hide your IP address from websites or your network provider, and it does not prevent employers or school administrators with device management tools from monitoring keystrokes or screen activity. For content privacy from the website, what matters is that this notepad sends no note content to a server — incognito or not.
When to use incognito mode for notes
Incognito mode is the right choice when you need notes to exist temporarily and then vanish automatically, without having to remember to delete them:
- Taking notes on a shared office, library, or school computer.
- Drafting a sensitive message you plan to paste elsewhere and then forget.
- Noting details during a confidential conversation that should not persist.
- Staging clipboard content on someone else's device without leaving residue.
- Testing something in a clean browser context that mirrors a first-time visitor.
How this differs from a regular private notepad
The regular notepad (opened in a normal browser tab) persists notes in localStorage across sessions — close your browser, reopen it tomorrow, your notes are still there. This is the right behaviour for notes you want to keep long-term on your own device.
The incognito notepad (opened in incognito mode) also uses localStorage — but that localStorage is scoped to the session. It offers the same auto-save experience during the session, with the guarantee that everything is wiped at the end. The difference is not in the tool — it is in the browser context you open the tool in.
Frequently asked
How do I open this notepad in incognito mode?
What happens if I close just one incognito tab but keep others open?
Can I export notes before the incognito session closes?
Is an incognito notepad the same as an anonymous notepad?
Do my notes stay if I reload the page in incognito mode?
What about iOS Safari private mode?
Open in incognito and start typing
Ctrl+Shift+N → navigate here → type → close. Nothing left behind.
Open the notepad