Hacker News new | ask | show | jobs
Show HN: Focu, open-source mindful productivity app for macOS (github.com)
5 points by martin-buur 496 days ago
I've been building Focu, a mindful productivity app for macOS, these past months. As someone diagnosed with ADHD and depression, it's been super helpful to journal daily and use an AI to reflect and get feedback. It's not a replacement for therapy, but it sure has been complementary.

The app uses Ollama to provide the user with a locally running AI, the downside is that it does require a powerful device, but I've had super good results with Llama3.2:3b which is not too heavy to run at all.

I'm using Dexie.js to store the data in IndexedDB although I'm considering moving to "file over app". The app can automatically backup your database in any folder you choose though.

I'd love to hear your feedback and feature ideas!