Using AI to build a simple productivity app for personal use in under 30* minutes
PROBLEM STATEMENT While working on my Laptop, I realized that I often get distracted and switch to non-work related apps or browser tabs, which causes a context switch. I wanted to keep track of how many times and how often this happens. I know there are sophisticated apps that can track this at a granular level, even noting which app is used and for how long, but that wasn't my intention. I simply wanted to track how many times I switch context, so I decided to build an App for my Laptop using Gemini. I started by creating a new folder and launching the Gemini CLI . Compared to my earlier post , this time I was able to save all the actual prompts, thanks to a simple project that saves conversations locally . THE APP (~10 MINUTES) > create a simple mac app for personal use which I can use to track how many times in a day I switch context away from my focussed work. It should be something which runs in the status bar or system tray and I can click on it whenever I feel I have ...