# digestbox

> AI-powered newsletter filter. Each user gets a unique intake alias on `news.digestbox.email`; we read every issue sent to that alias, ask Claude to score each candidate story against the user's declared interests, and forward only the ones that clear the bar.

Digestbox is a filter, not a feed reader. There's no dashboard to check and no unread counter. Users subscribe to newsletters normally — they just give the newsletter their digestbox alias instead of their real email. The alias-per-user pattern means subscription membership is private to the user.

## Product
- [Home](https://digestbox.email/): what digestbox is, how to sign up
- [About](https://digestbox.email/about): how relevance scoring works, the stack
- [Privacy](https://digestbox.email/privacy): what we store, sub-processors, your controls
- [Terms](https://digestbox.email/terms): acceptable use, deliverability caveats

## Newsletter directory
- [All newsletters](https://digestbox.email/newsletters): curated catalog indexed by topic
- [Best tech newsletters](https://digestbox.email/newsletters/tech): 7 newsletters tagged `tech`
- [Best business newsletters](https://digestbox.email/newsletters/business): 5 newsletters tagged `business`
- [Best policy newsletters](https://digestbox.email/newsletters/policy): 3 newsletters tagged `policy`
- [Best strategy newsletters](https://digestbox.email/newsletters/strategy): 3 newsletters tagged `strategy`
- [Best ai newsletters](https://digestbox.email/newsletters/ai): 2 newsletters tagged `ai`
- [Best culture newsletters](https://digestbox.email/newsletters/culture): 2 newsletters tagged `culture`
- [Best finance newsletters](https://digestbox.email/newsletters/finance): 2 newsletters tagged `finance`
- [Best research newsletters](https://digestbox.email/newsletters/research): 2 newsletters tagged `research`
- [Best startups newsletters](https://digestbox.email/newsletters/startups): 2 newsletters tagged `startups`
- [Best climate newsletters](https://digestbox.email/newsletters/climate): 1 newsletters tagged `climate`
- [Best design newsletters](https://digestbox.email/newsletters/design): 1 newsletters tagged `design`
- [Best energy newsletters](https://digestbox.email/newsletters/energy): 1 newsletters tagged `energy`

## Individual newsletters
- [Axios Login](https://digestbox.email/newsletter/axios-login): Daily digest of technology policy and business news focused on the intersection of Washington regulatory developments and Silicon Valley ind
- [Benedict Evans](https://digestbox.email/newsletter/benedict-evans): Weekly analysis of technology industry trends, business strategy, and market dynamics
- [Dense Discovery](https://digestbox.email/newsletter/dense-discovery): Kai Brach's curated weekly digest of design inspiration, creative tools, and thoughtfully selected essays and apps
- [Heatmap AM](https://digestbox.email/newsletter/heatmap): Daily morning briefing covering climate change, energy transition, and related policy developments
- [Import AI](https://digestbox.email/newsletter/import-ai): Jack Clark's weekly digest of AI research papers, emerging capabilities, and policy developments
- [Lenny's Newsletter](https://digestbox.email/newsletter/lennys-newsletter): A product management and growth strategy newsletter featuring actionable playbooks, tactical frameworks, and in-depth interviews with senior
- [Money Stuff (Matt Levine)](https://digestbox.email/newsletter/money-stuff): Matt Levine's daily column on capital markets, financial structures, and the occasional strange crime
- [Morning Brew](https://digestbox.email/newsletter/morning-brew): Daily digest of business news covering startups, markets, M&A, and corporate developments, designed to be consumed in about 5 minutes
- [Not Boring](https://digestbox.email/newsletter/not-boring): Packy McCormick's weekly deep-dive essays exploring the narratives, strategies, and valuations shaping modern companies
- [Platformer](https://digestbox.email/newsletter/platformer): Casey Newton reports on the intersection of major tech platforms, regulatory policy, and internet governance
- [Stratechery (free)](https://digestbox.email/newsletter/stratechery): Ben Thompson's weekly analysis of platform strategy, aggregation theory, and technology economics
- [The Batch](https://digestbox.email/newsletter/the-batch): Andrew Ng's weekly AI newsletter covering recent research papers, industry developments, and practical machine learning insights
- [The Hustle](https://digestbox.email/newsletter/the-hustle): Daily roundup of business, tech, and startup news delivered with a conversational, irreverent tone
- [The Information (briefings)](https://digestbox.email/newsletter/the-information): Free briefings from a subscription-first tech publication offering scoops on private companies, executives, and insider developments
- [TLDR](https://digestbox.email/newsletter/tldr): A daily digest delivering curated tech news with one link per story, covering product launches, acquisitions, and engineering deep-dives

## How it works
- MIME parse: we read Mailgun's parsed form fields into a provider-neutral InboundEmail.
- HTML cleanup: deterministic boilerplate removal (footer, unsubscribe, tracking pixels).
- Block segmentation: split into candidate items (title + snippet + url).
- Rule filter: sender allow/block + exclusion terms drop the obvious no's.
- LLM scoring: Claude (Anthropic Haiku 4.5) judges each candidate against the user's interest profile, one API call per email.
- Notification: items that clear the threshold get wrapped in a concise email sent to the user's real inbox.

## Optional
- [Sitemap](https://digestbox.email/sitemap.xml): all public URLs for crawlers
- [Health](https://digestbox.email/health): JSON ok
- [Source]( https://github.com/jgross/digestbox ): the code on GitHub
