One-liner: Newsletters pile up unread and get lost to distraction. Forward them to a dedicated address; a daily job cleans, summarizes, and categorizes what came in, and publishes it as one dated Issue — grouped by category, magazine-style. Phase 1 ships that as a webpage; Phase 2 sends it to Kindle too.
Origin: New idea, came from the user directly (not sourced from an old repo).
Phases:
reads.aiste.io as a browsable Issue archive.Architecture (settled — see CONTEXT.md for domain terms, docs/adr/ for the full reasoning):
reads.aiste.io receives forwarded newsletters and immediately commits the raw email to the repo — no Gmail OAuth, no polling.reads.aiste.io carries the GitHub Pages CNAME; intake is nested one level deeper at mail.reads.aiste.io with its own MX record (a CNAME and an MX can’t coexist at the same DNS name). Both added at Namecheap, no DNS host migration and no change to the existing aiste.io landing page.Phase 1 prototype scope — newsletters to build/test against:
Status: Raw, design fully grilled — architecture and phase split settled via /grilling. Next: create the dedicated repo and start Phase 1 prototyping.