Daily Tech Radar publishes render-ready daily trend data for Product Hunt first, then GitHub Trending. It writes bilingual JSON files and ships a small JS/TS SDK for consumers.
- Phase 1: Product Hunt daily Top 30, Agnes Chinese localization,
latest.json,index.json, and SDK. - Phase 2: GitHub Trending
DailyTrendPackage, README signals, category views, visual covers, Agnes image fallback, GitHub repo text localization, and SDK.
data/
producthunt/
en-US/
2026-06-05.json
latest.json
index.json
zh-CN/
2026-06-05.json
latest.json
index.jsonpnpm install
pnpm test
pnpm generate -- --source producthunt --fixture packages/generator/test/fixtures/producthunt-posts.json --date 2026-06-05Live Product Hunt generation needs:
PRODUCTHUNT_DEVELOPER_TOKEN
AGNES_API_KEYLive GitHub generation can also use AGNES_API_KEY to localize repo
descriptions, README summaries, keywords for zh-CN, and generate product
covers when README does not contain a usable product image. Generated covers
must show a concrete product-use scene and input-to-output workflow, not a
poster, title card, README screenshot, abstract banner, or logo-only image.
Without an Agnes key, the generator writes deterministic fallback text and uses
GitHub avatar fallback for missing visuals so local and CI runs stay stable.
Do not commit real tokens. Product Hunt commercial usage may require Product Hunt approval; check Product Hunt's current API terms before using this data in a commercial product.
Daily Tech Radar is licensed under the Apache License 2.0.