Skip to content

Starting My Habit Tracker

Today I’m starting work on my habit tracker project. The goal is to build a local-first app that helps track daily habits using AI-assisted insights.

In this note I want to document why I’m building it, what problem it solves, and how I plan to approach the architecture.

Tracking habits manually is tedious. I want something that:

  • runs locally without a cloud dependency
  • uses AI to provide smarter reminders and insights
  • stays simple and fast to use

I will start with a minimal MVP focused on habit logging and viewing streaks, then layer in LangGraph for AI workflow orchestration.