Temp Notepad is a lightweight, privacy-focused notepad app built as a client-side web application. It's designed for quickly jotting down temporary notes directly in your browser—no signups, no syncing, no servers.
⚠️ Important: All notes are saved in your browser's Local Storage. Clearing your browser history, cache, or using Incognito/Private mode will delete all notes. Always back up important information manually.
- ✅ Client-side & Offline — works completely without internet connection.
- ✅ Zero Data Tracking — your notes never leave your local device.
- ✅ Instant Startup — blazing-fast loading and smooth theme switching.
- ✅ Persistent Notes using Local Storage.
- ✅ Download Individual Notes — save any note as a .txt file.
- ✅ Download All Notes — export all notes as a single .zip file.
- ✅ Import Notes — import one or multiple .txt files in a single click.
🌐 Live Web App: Temp Notepad on GitHub Pages
Open web/index.html directly in your browser or start a static server:
# Python
python -m http.server 8080 --directory web
# Node.js
npx serve webtempnotepad/
├── .github/
│ ├── workflows/
│ │ └── static.yml # GitHub Pages deployment workflow (deploys /web)
│ └── FUNDING.yml # GitHub Sponsors, Buy Me a Coffee & NOWPayments
├── web/
│ ├── index.html # Main application layout, JSON-LD Schema & GA4 tag
│ ├── icon.png # App icon
│ ├── favicon.ico # Favicon
│ ├── manifest.json # PWA & mobile discoverability manifest
│ ├── robots.txt # Search engine crawler directives
│ └── sitemap.xml # XML sitemap
├── LICENSE # License
└── README.md # Project documentation
- Your notes are stored only on your device.
- No cookies or server databases.
- 100% open-source and inspectable.
If you find Temp Notepad helpful, consider supporting its development:
- GitHub Sponsors: github.com/sponsors/saad2134
- Buy Me a Coffee: buymeacoffee.com/saad1inc
- NOWPayments (Crypto): nowpayments.io/donation/saad1inc
© 2024 Note Taking App. Made by Saad (@saad2134). Licensed under the MIT License.