A minimal, elegant timestamp logger for capturing moments in time. Zero friction. One tap. 100% Offline-first.
Important
NoteKar has officially upgraded to a Native Android Application!
All new version releases, APK downloads, and active feature updates are now hosted on the NoteKar Android Repository.
π Please visit the NoteKar Android Repository for the latest release downloads, release notes, and mobile application source code.
NoteKar is built with a strict privacy-by-default and offline-first philosophy. Your data never leaves your device unless you explicitly export it.
- π‘οΈ Privacy Policy: Read our in-depth privacy policy (Web PWA & Android App).
- π Terms of Use: Review the terms of service and MIT license terms.
If NoteKar helps you, you can support the project here:
Your support helps keep NoteKar free, offline-first, and actively maintained.
NoteKar is an instant timestamp logging application available as both a Web Progressive Web App (PWA) and a Native Android Application. Whether you're tracking work sessions, logging study time, or simply recording when things happen, NoteKar provides a frictionless experience: tap to log, long-press to add context, and access rich history views.
Built as part of the YABP (Yet Another Boring Project) initiative, NoteKar operates entirely offline with zero cloud backend or user tracking.
- π Hosted Web PWA & Site: https://dheeraz101.github.io/Notekar/
- π± Native Android Releases & Source Code: https://github.com/dheeraz101/Notekar-Android
- Instant Tap Logging: One tap = one timestamp recorded instantly.
- Dual Operating Modes: Two-way (IN/OUT session pairs) or Single (one-shot) logging.
- Rich History View: Filter by timeframe (Today, This Week) or entry type (IN, OUT, Single, Notes).
- Optional Notes: Long-press any entry to add contextual notes.
- Configurable Tap Delay: Set minimum tap intervals (0s-1 minute) to prevent accidental double-taps.
- Offline-First Storage: All data stored locally via IndexedDB (Web) and Hive (Android Native).
- Android System Backup Support: Compatible with standard Android OS Auto Backup (Google Drive system backup).
- Minimal Permissions: Internet access strictly used for software update checks & bug notices; Notification permission for release alerts & reminders.
- Data Export & Control: Export entries anytime in CSV or JSON formats; clear or reset data with one tap.
- Zero Backend & Zero Ads: No cloud databases, no analytics trackers, no account registration.
.
βββ index.html # Main Single-Page Web App (HTML, CSS, JS integrated)
βββ privacy.html # Dedicated Privacy Policy page (Web & Android)
βββ terms.html # Dedicated Terms of Use page (Web & Android)
βββ sw.js # Service Worker (offline PWA caching)
βββ manifest.json # PWA Web App Manifest
βββ health.json # Version and release channel tracking
βββ releases/
β βββ stable.js # Production release module
β βββ beta.js # Beta release module
βββ CONTRIBUTING.md # Contribution guidelines
βββ CODE_OF_CONDUCT.md # Community Code of Conduct
βββ SECURITY.md # Security policy & vulnerability reporting
βββ PRIVACY.md # Privacy reference
βββ TERMS.md # Terms reference
βββ README.md # Website documentation
βββ LICENSE # MIT License
βββ .github/ # Funding & GitHub Issue/PR templates
Visit the live Web PWA: https://dheeraz101.github.io/Notekar/
-
Clone the repository:
git clone https://github.com/dheeraz101/Notekar.git cd Notekar -
Start a local web server:
# Python 3 python -m http.server 8000 # OR Node.js npx http-server
-
Open in browser:
http://localhost:8000
All native Android application builds, APK releases, and active feature development are published on the NoteKar Android Repository.
- Offline-First: Hive local database.
- Android Auto-Backup: Supports standard Android system backup.
- Permissions: Internet permission (update checks & bug announcements), Notification permission.
- Releases Page: https://github.com/dheeraz101/Notekar-Android/releases
Contributions are welcome! Please review our CONTRIBUTING.md and CODE_OF_CONDUCT.md before submitting pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
- Made with β€ in India
- Part of the YABP (Yet Another Boring Project) initiative
- Maintained by Dheeraz

