A minimalist, distraction-free journaling application for documenting daily learning insights.
- Daily Entry System: Write one short entry per day about what you learned
- Calendar View: Visualize your learning journey with a calendar of past entries
- Streak Tracking: Stay motivated with a visual streak counter
- Dark/Light Mode: Choose your preferred visual theme
- Local Storage: All entries are stored locally in your browser
- Optional Encryption: Secure your entries with end-to-end encryption
- Export Options: Export your journal as TXT or JSON
- Daily Inspiration: Get inspired by anonymous learning insights (can be disabled)
- No account required
- No data sent to servers
- Optional encryption for sensitive content
- No tracking or analytics
- Clone this repository or download the files
- Open
index.htmlin your browser - Start journaling your daily learnings!
This is a static site that can be deployed on any web hosting service:
- GitHub Pages
- Netlify
- Vercel
- Render
- Any static file hosting
- HTML5
- CSS3 with TailwindCSS
- Vanilla JavaScript
- LocalForage for storage
- CryptoJS for encryption (optional)
MIT