A personalized daily tech digest that aggregates TLDR newsletters, enriches articles with AI-generated summaries, and publishes them as a static site.
Built with Roq (Quarkus-powered static site generator).
- Fetch articles from TLDR RSS feeds (AI, Tech, DevOps, Data, Design, Crypto) using a JBang/Playwright pipeline
- Summarize each article with a structured What / Why it matters / Takeaway format
- Tag and prioritize articles by topic relevance (configurable in
data/feeds.yml) - Publish as a static site with expandable deep-dives and original article links
./mvnw quarkus:devThe site is served at http://localhost:8080 with live reload.
content/digest-posts/ Digest entries (one per day, Qute/YAML frontmatter)
data/feeds.yml RSS feed sources and tag priority configuration
templates/layouts/ Qute page templates
web/ CSS and client-side JS (priority sorting)
config/ Quarkus/Roq configuration
Edit data/feeds.yml to customize:
- feeds: which TLDR newsletters to aggregate
- tag-priorities: numeric priority per tag (1 = highest, 4 = lowest) to control article ordering