Text Tool

A Fast, Private Notepad That Lives in Your Browser

Write and format notes with a rich toolbar, save them locally with one click, search across all your notes, and export as .txt or .docx — no account, no sync, no server.

Open Notepad
A Fast, Private Notepad That Lives in Your Browser
Free Tool

Online Notepad

Write, format, and save notes in your browser. Stored locally — no account, no sync, no server.

New Note

A rich text toolbar above an editable text area
01

Rich Text Formatting

Try It Now
A saved notes list showing multiple note cards
02

Auto-Saved to LocalStorage

Try It Now
A search bar filtering a list of saved notes
03

Search, Edit, and Export

Try It Now
How It Works

Write and save a note in three steps

1

Write and format your note

Enter a title, choose a font and size, and type your content using the rich text toolbar for bold, lists, alignment, and more.

2

Save to your browser

Click Save Note to persist it in localStorage. Notes survive browser restarts and are only stored on your device.

3

Search, edit, or export

Use the search bar to find any saved note, click Edit to reload it into the editor, or download it as a .txt or .docx file.

Deep Dive

How Online Notepad Works

Everything runs locally in your browser — no backend, no accounts, and no data leaves your device.

How Online Notepad Works
01

localStorage Persistence

Notes are serialized as JSON and written to localStorage under the key "onlineNotes" every time the savedNotes array changes. localStorage allocates ~5MB per origin in most browsers, plenty for thousands of plain text notes.

Storage key"onlineNotes" in window.localStorage
FormatJSON array of Note objects
02

Rich Text via execCommand

Formatting commands (bold, italic, underline, alignment, lists, indent/outdent, undo/redo) are applied using the browser's built-in document.execCommand API on a contentEditable div. The resulting HTML is stored as htmlContent alongside the plain text fallback.

03

Export Formats

Exporting as .txt creates a Blob of plain text content. Exporting as .docx creates a Blob of styled HTML with a Word-compatible MIME type, which Word and LibreOffice can open and preserve basic formatting from. "Download All" concatenates every note's plain text with title headers and separators.

.txtPlain text content, Blob download
.docxStyled HTML with Word MIME type
04

Client-Side Search

The search bar filters the savedNotes array on every keystroke by checking if the search term appears (case-insensitive) in either the note title or its plain text content — no index, no server, instant results.

All data is stored locally in your browser and never sent to any server.

Benefits

Why Use This Online Notepad

✍️

Rich Text Toolbar

Bold, italic, lists, alignment, indent, undo/redo — all in a compact toolbar.

💾

Auto-Saves Locally

Notes persist in localStorage across browser restarts, no account needed.

📥

Export as .txt or .docx

Download any note or all notes at once in the format you need.

🔒

100% Private

Your notes never leave your device — no server, no sync, no tracking.

Who Uses It

Who Uses Online Notepad

Anyone who needs a quick, private place to write without installing software.

People writing notes in different everyday settings
01

Students

Jot down lecture notes, draft outlines, and save to-do lists between classes without installing anything on a school or library computer.

02

Developers and Researchers

Keep a scratchpad open beside code or documents for quick reference notes, debug logs, or collected snippets that don't need a full app.

03

Remote Workers

Maintain a daily task list, meeting notes, or draft emails in a persistent browser tab that reloads exactly where you left off.

04

Writers and Journalists

Draft rough paragraphs, collect quotes, or outline ideas in a distraction-free editor before moving content into a full document.

05

Shared Computer Users

Take temporary notes on a public or shared machine without logging into any app — then download as .txt before you leave.

06

Planners and Organizers

Build and save multiple named notes — one per project, trip, or goal — and search across all of them in seconds.

Frequently Asked Questions

What can I do with the Online Notepad?

Write, format, and save text notes directly in your browser. It supports bold, italic, underline, alignment, bullet lists, and more. Notes are saved to localStorage and persist across sessions.

Will my notes be saved if I close the browser?

Yes, your notes are automatically saved to your browser's localStorage. They will remain available when you return to the notepad, even after closing your browser or restarting your device.

Can I access my notes from different devices?

Notes are stored in the browser you're using, so they won't automatically sync across devices. To access notes on another device, export them as a .txt file and open that on your other device.

What export formats are available?

You can export individual notes as .txt (plain text) or .docx (styled HTML that Word and LibreOffice can open). You can also download all notes at once as a single combined .txt file.

Do you store my notes on your servers?

No. All notes are kept in your browser's localStorage. Your content never reaches our servers. You have complete control over your data, including the ability to clear it at any time.

Is there a character or note limit?

There is no enforced limit on note count or length, but localStorage typically allocates ~5MB per domain. Extremely large documents may affect performance, and very large collections may approach the storage limit.

Why use an online notepad instead of a desktop app?

An online notepad is accessible from any device with a browser without requiring installation. It's perfect for quick notes on a public computer, a temporary scratchpad during a meeting, or when you simply don't want to open a full word processor.

Get Started Free

Ready to Start Writing?

Open the notepad, write your first note, and save it — all in your browser, no signup needed.