Minimalist journaling for the focused mind. One dot, one day.
- 365 Days: Visual grid representing each day of the year
- File System Storage: Entries saved directly to your local file system
- Daily Reminders: Get notified to write at your chosen time
- Typewriter Sounds: Optional sound effects
- Markdown Support: Write with markdown formatting
- Auto-save: Entries automatically saved as you type
- Node.js 18+
- Modern browser with File System Access API support (Chrome, Edge, Opera)
npm install
npm run devOpen http://localhost:3000 in your browser.
- Choose a folder to store your journal entries (first time setup)
- Click any dot to write an entry for that day
- Dots light up when you've written an entry
- Press
Cmd/Ctrl + ,to open settings
Cmd/Ctrl + N- Open today's entryCmd/Ctrl + ,- Open settingsShift + ?- Show shortcutsEscape- Close modals
- Next.js 16
- TypeScript
- Tailwind CSS
- File System Access API
