Water Intake Tracker

Log every glass and watch your day fill up. Your total is summed from an append-only ledger of sips — a quantity ledger, measured in millilitres. No account needed — your hydration log lives on this device. Sign in to keep it safe and continue from anywhere.

Loading…

How it's built

  • Pattern: a quantity ledger — the same accounting archetype as the budget tool, but the unit is millilitres, not money.
  • Derived totals: today’s total is aSUM over an append-only ledger of intake entries — never a counter we increment.
  • Frontend: a discriminated-union view state and facade hook, styled entirely with the shared design-system tokens.
Water Intake Tracker — stop.procrastin.ar