A secure, local, tabbed notepad web application with password protection, theming, and import/export functionality.
- Multiple tabs for organizing notes
- Autosave notes locally in browser
localStorage - Password protection with setup, unlock, and change flows
- Light and dark theme toggle
- Search tabs by name
- Rename, add, delete, and clear tab content
- Export all notes to JSON file and import from JSON file
- Customize browser tab title and favicon dynamically
- Responsive, minimalistic UI with accessible popup dialogs
- No cloud sync — all data stored locally for privacy
The app is hosted and ready to use online. Simply open the following link in any modern web browser:
No installation or configuration needed—just open the link and start taking notes!
- Passwords are obfuscated using base64 encoding but not encrypted; this is for simple deterrence only.
- All data is stored locally in the browser's
localStorage. - No data leaves the browser unless exported manually by the user.
This project is dedicated to the public domain under the
Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.
For details, see:
https://creativecommons.org/publicdomain/zero/1.0/legalcode
Enjoy a simple and secure personal notepad experience!