About trending.md
trending.md is a dense trending-information feed optimized for agentic web search and human readability. The canonical content lives in Markdown (.md) files โ the web view is a styled render of those files.
Why Markdown-first?
- AI agents can read it directly.
curl https://trending.md/en/feed/latest.mdreturns clean, structured markdown โ no HTML parsing needed. - Human-readable raw. The
.mdfiles are the source of truth; they read well in any text editor, terminal, or GitHub viewer. - The domain is the format.
trending.mdโ the TLD is the promise. Content in markdown, rendered for the web. - Version-control friendly.
.mdfiles diff cleanly in git. Every daily snapshot is a commit.
How to consume
| Consumer | Method |
|---|---|
| AI agent (raw md) | curl https://trending.md/en/feed/latest.md |
| Human (web) | Visit https://trending.md/en/ โ styled render of the latest feed |
| Archive | https://trending.md/en/archive/ โ daily snapshots |
Ranking
Items are ranked by velocity โ a composite of:
- Recency โ how recently the signal emerged
- Engagement acceleration โ how fast attention is growing (not absolute volume)
- Source authority โ weighted by historical reliability
The goal is to surface what's moving now, not what has the most total attention.
Structure
trending-md/
โโโ en/ โ English locale
โ โโโ feed/
โ โ โโโ latest.md โ Current feed (canonical)
โ โ โโโ 2026-08-11.md โ Daily snapshot
โ โโโ archive/ โ Historical daily snapshots
โ โโโ about.md โ This file
โโโ zh/ โ ็ฎไฝไธญๆ (Chinese locale)
โ โโโ feed/
โ โโโ archive/
โ โโโ about.md
โโโ jp/ โ ๆฅๆฌ่ช (Japanese locale)
โ โโโ feed/
โ โโโ archive/
โ โโโ about.md
โโโ feed/latest.md โ Root backward-compat (โ en/feed/latest.md)License
All content is CC-BY 4.0. Attribution to trending.md appreciated but not required for machine consumption.