The Notepad That Stays Out of Your Way
I used to have a tab graveyard problem. Every time I needed to jot something down — a stray idea mid-article, a word count I was tracking, a paragraph I wanted to test outside my main document — I'd open a Google Doc. Then another. Then I'd spend three minutes naming it something like "Temp - delete later" and another two finding it again a week later, wondering what I'd meant. The overhead was absurd for what was essentially a scrap of paper.
Someone in a writing forum mentioned they just kept Online Notepad (onlinenotepad.net) pinned in their browser. No login. No naming the file. Open tab, type, done. I was skeptical the way you're skeptical of anything that sounds too simple — but I've been using it consistently since, and the skepticism didn't last long.
What Actually Happens When You Open It
The first thing you notice is the absence of things. There's no dashboard to navigate, no "create new note" button to find, no account prompt sliding in from the side. The page loads and there's a cursor, blinking, waiting. That's it. You type.
What's happening underneath is worth understanding: everything you write goes into your browser's local storage, not a server. The site operators have literally no access to what you've typed. This isn't marketing language — it's the architectural reality of how local storage works. Nothing leaves your machine. For anyone who writes anything sensitive — draft legal memos, personal journal entries, client briefs before they're finalized — this is a genuinely different privacy posture than tools like Notion or Evernote, where your content lives on someone else's infrastructure by default.
The auto-save happens continuously. You don't hit Ctrl+S. You don't think about it. When you close the tab and come back tomorrow, your text is there. I've tested this across browser restarts and it holds. The persistence is real.
Simple Editor vs. Advanced Editor — and Why the Distinction Matters
There are two modes, and the choice between them changes how you'll actually use the tool.
The Simple editor is exactly what it sounds like: a single text area, local storage, export as .txt. This is the one I reach for when I need to paste something, manipulate it, count words, or think through a structure without committing to a document. It's a thinking space. The download button exports a plain .txt file — no metadata, no formatting artifacts, just the text.
The Advanced editor is a different tool wearing the same clothes. You can manage multiple notes, add titles to them, and search across all of them at once. Exports come out as Markdown (.md) rather than plain text, which matters if you're writing for a static site generator or a platform that accepts Markdown. The rich-text options appear here too, which I personally find less useful than the plain-text approach, but for someone who needs to draft formatted content without a heavy editor, it fills the gap.
The practical upshot: use Simple when you need a scratchpad, Advanced when you want something closer to a local notebook with organization.
Find and Replace in a Browser Tab — More Useful Than It Sounds
This is the feature that surprised me most. Your browser has Ctrl+F for finding text on a page, but that doesn't let you replace. Online Notepad's built-in find-and-replace does. I've used this more than I expected — catching a repeated word across a long paste, swapping out a name in a template, fixing a consistent typo I'd made throughout a draft before copying it somewhere else.
Google Keep doesn't have this. Apple Notes doesn't have it. For a lightweight scratchpad, this is an unusually practical inclusion. It's the kind of feature that reveals someone actually thought about how writers use throwaway text tools.
The Word Count Is Live and Specific
The statistics panel shows word count, character count, sentence count, and line count — updating in real time as you type. I use the word count constantly when writing to brief: if a client asks for 400 words and I'm drafting in here before moving to my main editor, I can hit the target without mental math or pasting into a counter elsewhere.
The sentence count is the quietly useful one. When I notice the sentence count is low relative to the word count, it usually means my sentences are running long — which is often exactly the problem when writing feels dense or reader-hostile. It's a ratio that tells you something about rhythm without requiring a readability plugin.
Offline After First Load
Once you've visited the site once, a service worker caches the tool locally. This means you can open the tab on a plane, in a cafe with a dead connection, or after your router decides to restart at the worst moment — and it just works. The writing keeps saving to local storage. Nothing waits on a network request.
I realized this mattered to me more than I'd thought when I was on a train, router connection dropping in and out, and I just kept writing. Nothing interrupted. No "reconnecting..." spinners. No data loss when the connection dropped. It's a small thing until it's not a small thing.
What It Doesn't Do (and Why That's Fine)
Online Notepad is not going to sync across your devices. If you type something on your laptop and want it on your phone, you'll need to email it to yourself or use the download function. There's no collaboration — no share link, no real-time co-editing. There's no folder structure deeper than what the Advanced editor provides. There's no mobile app.
None of this is a complaint. It's context. This tool does one job: let you write things down immediately, privately, with your text persisting between sessions without requiring you to manage anything. For that job, it performs perfectly. Asking it to be Notion or Obsidian would be like complaining that a sticky note doesn't have version history.
The Dark Mode Detail
There's a light/dark toggle. This is a small thing, but if you write late at night or work in a dim environment, you know exactly why it matters. The dark theme on Online Notepad isn't an afterthought — the contrast is comfortable and the text remains sharp. I write in dark mode almost exclusively now and the switch takes one click, no account preference to save, no theme to hunt through settings.
Who I'd Tell About This Tool
- Journalists and researchers who paste raw interview transcripts somewhere to clean them up before importing into their main workflow — this is a private, zero-risk staging area.
- Bloggers who want to draft something quickly on any device without opening a full CMS or dealing with autosave conflicts in Google Docs.
- Anyone who sends themselves emails just to move text between sessions — the persistent local storage eliminates that habit entirely.
- Writers who are paranoid about early drafts living in the cloud before they're ready. Personal essays, difficult letters, anything you'd rather not have on someone else's server until you've decided what to do with it.
The best tools in this category are invisible. You don't think about them — you just use them, and the thing you were trying to do gets done. Online Notepad has achieved that for me in a way that more ambitious tools with more features haven't managed. The features it has are the right ones. The ones it's missing are conspicuously absent on purpose. That's a design decision, and it's the right one.