A minimalist personal productivity companion that helps you track habits, manage tasks, and maintain focus - all while keeping your data local and private.
This is a Work in Progress project, set to change a lot.
- π Journal: Automatic daily entries tracking your accomplishments and reflections
- β Task Management: Simple to-do list to track daily tasks
- β±οΈ Pomodoro Timer: Stay focused with customizable work/break sessions
- π― Goal Setting: Track long-term goals and motivations
- π Notes: Quick note-taking for ideas and thoughts
- π Privacy-First: All data stored locally in a single file
Built with:
- Tauri - Lightweight, secure desktop application framework
- Svelte - Efficient, reactive UI framework
- TypeScript - Type-safe JavaScript
- Rust - Performance and reliability for the backend
-
Clone the repository:
git clone https://github.com/forever8896/mindflow.git cd mindflow
-
Install dependencies:
npm install
-
Run in development mode:
npm run tauri dev
To create a production build:
npm run tauri build
Contributions are welcome! Please feel free to submit a Pull Request. This is still a simple work in progress aimed for personal use and helping me understand rust and tauri.