Create a new JSON data file
Duplicate the most recent file in data/. Rename with the Monday date: trends-YYYY-MM-DD.json. Edit all fields.
{
"week": "2026-05-22",
"velocity": 74, ← 0–100: how fast this trend is accelerating
"relevance": 82, ← 0–100: relevance to BrandX
"conversation_scale": 88, ← 0–100: volume of social conversation
"brand_fit": "high", ← "high" | "medium" | "low"
// Deep dive fields (all optional — render only when present)
"storylines": [
{ "size": "major", "title": "...", "body": "...", "volume": 82 },
{ "size": "major", "title": "...", "body": "...", "volume": 71 },
{ "size": "niche", "title": "...", "body": "...", "volume": 34 },
{ "size": "niche", "title": "...", "body": "...", "volume": 21 }
],
"top_voices": [
{ "quote": "...", "name": "...", "handle": "...", "impressions": "48.2k", "platform": "Twitter / X" }
],
"communities": [
{ "name": "...", "description": "...", "platforms": ["Instagram", "Discord"] }
],
"explore_partners": ["arc-teryx", "new-balance"] ← brand IDs from brand_partners array
}