Not by default. The editor works without persistent storage until you explicitly enable local saving on this device. While that option is off, closing the tab discards the text, so download the TXT or copy the note if it matters.
Write, copy and locally save drafts in the browser with explicit control over storage on the device.
A useful online notepad does not need to promise collaboration, AI or magical sync. For temporary drafts, what matters is opening quickly, not requiring an account and being clear about when something is stored locally on the device. In this tool, editing is immediate and local storage only happens when you enable it, nothing is sent to any server. As you type, a panel shows character count (with and without spaces), words, lines, paragraphs and an estimated reading time at 200 words per minute. You can open a TXT file (up to 2 MB), download the text as TXT, copy everything with one click and, if you want, keep snapshots in a local history to restore versions later. It's the right tool for pasting something quickly, stripping formatting from a text, or jotting an idea without opening a heavy editor.
The stats panel recomputes on every keystroke, all in the browser. Words are runs of non-empty characters (any block separated by spaces), lines are the text's line breaks, and paragraphs are blocks separated by a blank line. "Characters" counts everything, spaces included; "no spaces" drops any whitespace, handy for limits like a social-media bio.
Reading time uses 200 words per minute, a common average for silent prose reading, and never drops below 1 minute if there is at least one word. It's an estimate, not a promise: technical reading with formulas or code tends to be slower, and quick lists faster. The goal is to give a sense of how long the text is, not to run an exact timer.
Example 1, reading time: paste a 600-word draft and the estimate shows 3 minutes (600 ÷ 200). A short 40-word note still reads as 1 minute, because the calculation never hits zero when there's text, that floor is intentional so it doesn't suggest "0 min" of reading.
Example 2, snapshots: write a version, click "Save snapshot" and it enters the local history; edit, save another, and you have two versions to restore. Everything stays in this browser's localStorage until you use "Clear local data." On a shared computer, keep saving off or clear the data before leaving.
It fits drafting messages, stripping formatting (copy from an app and paste back as plain text), building checklists, counting a text's words, and stashing a quick idea without opening a full editor. Because it runs offline after loading, it works even without a connection.
What not to expect: it's not a notes app with notebooks, tags, collaboration or cross-device sync. The download preserves only plain text and line breaks (no Markdown or HTML), local storage lives only in that browser on that device, and typed content never enters analytics. For anything that must survive clearing the browser, download the TXT or copy the text somewhere with real backup.
Paste the code into your HTML and the tool shows up on your page, without J-Kit's navigation and ads. It still runs in the browser of whoever visits your site.
<iframe
src="https://jkit.tools/embed/en-US/online-notepad"
width="100%"
height="600"
style="border:0"
loading="lazy"
title="Online Notepad"
></iframe>These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.
Not by default. The editor works without persistent storage until you explicitly enable local saving on this device. While that option is off, closing the tab discards the text, so download the TXT or copy the note if it matters.
If you enable local saving, the content will remain in this browser on this device until you delete it manually. Do not treat that as strong privacy on shared computers.
Editing happens locally in the browser. No note is sent to the server, and local storage remains optional.