About Notepadly

Notepadly started from a small annoyance: most "online notepad" tools ask you to sign up, wrap the page in ads and pop-ups before you've typed a word, or quietly send your text somewhere to enable a "sync" feature nobody asked for. We wanted a page that just opens to a blank sheet and gets out of the way.

The idea

Paper doesn't nag you. It doesn't autosave to a cloud, doesn't need Wi-Fi, and doesn't have a dashboard. Notepadly borrows that feeling: a warm, paper-toned surface, a comfortable serif for writing, and just enough chrome to know your word count and that your work is safe — nothing more.

How it's built

Notepadly is a single static page: plain HTML, CSS, and JavaScript, with no build step and no framework. It loads once, then keeps running from the files already in your browser's cache — which is also why it keeps working offline. There's no database, no login, and no analytics pixel watching what you type. The Markdown preview is rendered by a small parser written specifically for this page, not a bundled third-party library.

What "autosave" actually means here

Your notes are written to your browser's local storage — a small, per-site storage area built into every modern browser — a moment after you stop typing, and immediately whenever you switch notes or leave the page. That's the entire mechanism. There's no server to reach, so there's nothing to wait on and nothing to fail. See the privacy policy for the complete picture, including what a third-party ad network can see.

Who this is for

Anyone who wants to write something down right now: a quick draft, a shopping list, meeting notes, a paragraph for later. If you outgrow it, download your note as .txt or .md and take it wherever you're headed next.