Paying for subscriptions you forgot you don't use
“I'm bleeding money on a meditation app I opened twice and a streaming service I haven't watched since January. I just never sit down and audit them.”— Hacker News ↗
Bank-linked apps list subscriptions but don't ask the one useful question: are you actually using it? A self-honest 'rate last-month usage → see cost-per-use → cancel candidates' audit is a different, lighter job than renewal tracking.
Anyone with subscription creep
Build a 'subscription worth-it audit' in Next.js (complements the renewal radar). User lists subscriptions with monthly cost and rates how often they used each last month (never/rarely/often). Compute a cost-per-use and surface 'cancel candidates' (high cost, low use) with the total monthly waste. First 3 steps: (1) subscription + usage input, (2) the cost-per-use + waste calculation, (3) a ranked 'cancel these first' view with running monthly savings. Links conceptually to the renewal-radar idea.