Hacker News Digest

May 16, 2026 ยท View on GitHub

Chat with an AI to build your own Hacker News newsletter. Tell it which sections you want, see your digest update live with real HN data, send a test email, and activate with a magic link.

https://github.com/user-attachments/assets/10de0fe8-8860-47d3-babf-fa22e91aa4f6

Build and preview for free. You only need a Resend API key when you're ready to activate (only send access is needed). Emails go out through your key so you can also monitor delivery directly from your Resend dashboard. They give 3,000 free emails per month.

Sections

All content sections support a count parameter (default 5, max 30) to control how many stories show up. Some sections have additional filters.

SectionWhat it showsOptions
hn-storiesTop HN storiescount
show-hnShow HN projectscount
ask-hnTop Ask HN questionscount
hiringWho's Hiring thread entriescount
open-sourceGitHub projects from Show HNcount
most-commentedStories with most commentscount
trendingStories ranked by upvotes + commentscount
topicAlgolia keyword searchcount, query, hours (24 hrs to 30 days)
recent-gemsRecent stories above a min upvote thresholdcount, hours (24 hrs to 30 days), min upvotes (default 50)
high-signalHigh-upvote stories sorted by scorecount, min upvotes (default 200), hours (default 30 days)

Example prompts

PromptWhat happens
"Add top HN stories and 10 LLM news from the last 48 hours"hn-stories + topic section, query="LLM", count=10, hours=48
"Add AI news from the last week"topic section, query="AI", hours=168
"Add recent gems with 150+ upvotes from this week"recent-gems, minPoints=150, hours=168
"Add high signal posts with 300+ upvotes"high-signal section, minPoints=300
"Show HN with 7 stories"show-hn section, count=7
"Add a hiring section"Pulls latest Who's Hiring thread
"Update AI news and include stories from last 7 days"Updates hours on the existing topic section
"Move top stories to the top"Reorders sections
"Remove the hiring section"Deletes the section
"Dark mode"Dark background, white text, dark header
"Dark header"Dark header only, body stays light
"Make it weekly on Mondays at 9am EST"Weekly schedule, Monday, converted to UTC
"What sections can I add?"Shows a visual card grid of all 10 section types

Stack

Docs

License

MIT