
Personal RSS-driven news brief, ranked by your own prompt instead of an algorithm
Built this because I wanted RSS without the manual filtering. You write one sentence describing what news you actually care about — for example "Taiwan tech startups, NBA scores, F1 Singapore Grand Prix, concerts ticket reminder in my city" — and an AI reads through ~700 RSS feeds every day and produces a personalized daily brief ranked against that prompt.
The prompt is the only ranking signal. No engagement metrics, no profiling, no algorithmic feed.
You can also follow / unfollow individual feeds, see why each article was scored the way it was, and read translated summaries on paywalled sources.
- ~700 RSS feeds (news, blogs, regional outlets)
- Per-article scoring against your own prompt
- 10 languages with auto-detection (EN, zh-TW, zh-CN, ja, ko, es, fr, de, pt, it)
- No signup — open the page, write a prompt
- Free, founder-funded, no ads, no subscription
Stack: Go + chi backend, Postgres + pgvector, Qwen 3.6 35B locally on a DGX Spark for ranking, Gemini Flash for batched scoring, Next.js + Cloudflare Workers.
Open to feedback — especially on the prompt-as-filter model vs traditional keyword/folder organization.