ONLINE NOTEPAD
Free notepad with rich text, auto-save & export
Everything runs locally in your browser. Your data never leaves your device - no uploads, no servers, no data transmission.
All processing happens directly on your machine using JavaScript. Close the tab and all notes are gone.
Statistics
Start typing
Click the editor and start writing your notes
Format text
Use the toolbar to style your text with bold, lists, sizes
Export & Share
Copy with formatting or export as TXT, MD, DOCX, PDF
Why choose this Online Notepad?
Multiple tabs, rich text, TXT/MD/DOCX/PDF export
Auto-Save
Your notes are automatically saved to your browser. Come back anytime and continue where you left off.
Rich Text Formatting
Bold, italic, underline, strikethrough, text alignment, lists, and multiple font sizes.
Multi-Format Export
Export individual notes or all notepads at once as TXT, Markdown, DOCX, or PDF. Bulk export creates a ZIP backup.
Stored locally
Everything stays in your browser. No accounts, no cloud, no data transmission. Your notes are yours.
Fullscreen Mode
Focus on your writing with distraction-free fullscreen mode. Just you and your words.
Copy with Styles
Copy your formatted text and paste it into emails, documents, or any rich text editor.
Frequently Asked Questions
Everything about Online Notepad
Are my notes saved automatically?
Yes! Your notes are automatically saved to your browser's IndexedDB every 3 seconds after you stop typing. When you return to the page, your notes will be exactly where you left them.
Is my data private and secure?
Yes. Everything runs locally in your browser. Nothing is uploaded to any server - your notes stay on your device only.
What export formats are supported?
You can export your notes as TXT (plain text), MD (Markdown), DOCX (Microsoft Word compatible), or PDF. Export a single notepad or use the "All notepads" toggle to backup everything as a ZIP file.
Can I format my text?
Yes! Use the toolbar to apply bold, italic, underline, strikethrough, text alignment, bullet lists, numbered lists. Choose from 12 font families, font sizes from 8pt to 48pt, and adjustable line spacing. Plus find & replace, emoji picker, special characters, and more.
Can I use this tool on mobile?
Yes! The notepad is fully responsive and works on all devices including smartphones and tablets.
Is this tool free to use?
Yes, this notepad is completely free to use with no limitations or hidden fees.
Technical Details
How this online notepad stores and processes your text locally
IndexedDB Persistence
This text editor online tool saves your content to IndexedDB - a browser-native database with generous storage capacity compared to localStorage's 5 MB cap. Auto-save triggers after a short pause in typing. Your notes persist across browser restarts, tab closures, and system reboots without any account or cloud sync.
Zero-Upload Architecture
This online notepad runs 100% client-side in your browser. No data leaves your device - no server requests, no external requests tracking your content, no telemetry on what you write. All formatting, export, and auto-save operations execute in JavaScript on your machine. Close the tab and the only copy lives in your browser's IndexedDB store.
Multi-Format Export Engine
Export to TXT (plain text, UTF-8 encoded), Markdown (preserving heading levels and formatting), DOCX (via client-side document generation), and PDF. Each format is generated in-browser without server round-trips. The export pipeline handles Unicode, special characters, and special characters correctly.
Rich Text Processing
The editor supports bold, italic, underline, strikethrough, headings (H1-H3), ordered and unordered lists, links, and code blocks. Keyboard shortcuts follow OS conventions - Cmd/Ctrl+B for bold, Cmd/Ctrl+I for italic. The toolbar adapts to your operating system, showing the correct modifier keys automatically.