Subscription Manager
View and manage tracked subscriptions.
Process
- Query Supabase
subscriptionstable for all active subscriptions - Show each service with: name, amount, currency, frequency, status
- Calculate total monthly cost (yearly subscriptions ÷ 12)
- Flag any subscriptions with recent price changes or failed payments
- Show total: "You're spending $X/month on Y active subscriptions"
Actions
- List: Show all active subscriptions sorted by cost
- Cancel tracking: Mark a subscription as cancelled (doesn't actually cancel the service)
- Add: Manually track a new subscription not detected from emails