Newsletter Feed
ShippedA personal RSS aggregator for newsletter reading. Pulls from multiple sources (RSS feeds, email via Kill the Newsletter) into a single calm feed with tag-based filtering, read tracking, and mobile-first design. Handles ~70-75% of the newsletter universe without building full email parsing infrastructure.
Key Decisions
- RSS feed discovery and parsing via feedparser library
- Kill the Newsletter integration converts email-only sources to RSS without building IMAP
- SQLite for persistent read state — survives browser clears, enables cross-session tracking
- Scheduled background refresh to pull new entries without manual trigger