This commit is contained in:
Space-Banane
2026-04-02 19:47:53 +02:00
parent 9ed4e240c2
commit bdddf602be
30 changed files with 783 additions and 17 deletions

View File

@@ -0,0 +1,25 @@
# Subscription Tracker
Detect recurring subscriptions, monitor pricing changes, and suggest cancellations for underused services.
## Problem
Recurring charges quietly grow over time and are easy to overlook in generic transaction feeds.
## Core capabilities
- Identify recurring payment patterns automatically.
- Detect price hikes and renewal windows.
- Estimate usage-to-cost value based on connected service activity.
- Recommend cancellation or downgrade opportunities.
## MVP scope
- Recurring charge detection from bank/card statements.
- Monthly renewal calendar and alerting.
- Quick summary of top avoidable costs.
## Success criteria
- Lower monthly subscription spend.
- Better visibility into active recurring commitments.
## Stretch ideas
- One-click cancellation playbooks for common services.
- Family plan optimization suggestions.