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?

  1. AI agents can read it directly. curl https://trending.md/en/feed/latest.md returns clean, structured markdown โ€” no HTML parsing needed.
  2. Human-readable raw. The .md files are the source of truth; they read well in any text editor, terminal, or GitHub viewer.
  3. The domain is the format. trending.md โ€” the TLD is the promise. Content in markdown, rendered for the web.
  4. Version-control friendly. .md files diff cleanly in git. Every daily snapshot is a commit.

How to consume

ConsumerMethod
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
Archivehttps://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.


โ† Back to feed ยท GitHub