A simple, privacy-focused memo pad that runs entirely in your browser.
- No Server - Everything runs locally in your browser
- No Database - Data stored in browser's LocalStorage
- No Tracking - Zero analytics or data collection
- No Login - Just open and start writing
- Offline Ready - Works without internet connection
- Open
memo.htmlin your browser - Write your memo (first line becomes the title)
- Press
Save Memoor use keyboard shortcut - Your memos are automatically saved locally
| Shortcut | Action |
|---|---|
⌘ + Enter (Mac) |
Save memo |
Ctrl + Enter (Windows/Linux) |
Save memo |
Shopping List
Milk
Eggs
Bread
The first line becomes the title, and the rest becomes the content.
All memos are stored in your browser's LocalStorage under the key memo-pad-memos. Data persists until you clear your browser data or manually delete memos.
- Pure HTML, CSS, JavaScript
- No external dependencies (except Google Fonts)
- Single file application
Works on all modern browsers:
- Chrome / Edge
- Firefox
- Safari
MIT