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 @@
# Newsletter Digest Aggregator
Aggregate newsletter content into a concise daily or weekly brief, preserving signal while removing repetitive noise.
## Problem
High-value insights get buried in repetitive newsletters and promotional filler.
## Core capabilities
- Ingest newsletters from dedicated inbox folders.
- Cluster overlapping stories and remove duplicates.
- Summarize key points with links to originals.
- Tag items by topic relevance and urgency.
## MVP scope
- Email ingestion from IMAP/Gmail labels.
- Daily digest generation with sectioned topics.
- User feedback controls for relevance tuning.
## Success criteria
- Less time spent reading low-value email content.
- Better retention of relevant updates.
## Stretch ideas
- Personalized reading queue with estimated read time.
- Audio digest mode for commuting.