Files
metabuilder/packages/social_hub/static_content/examples.json

24 lines
678 B
JSON

{
"feedItems": [
{
"id": "post_001",
"author": "Nova",
"title": "Launch day recap",
"summary": "We shipped live rooms and doubled community sessions.",
"tags": ["launch", "community"]
},
{
"id": "post_002",
"author": "Kai",
"title": "Build log: day 42",
"summary": "Refined the moderation pipeline and added creator scorecards.",
"tags": ["buildinpublic"]
}
],
"trendingTags": ["#buildinpublic", "#metabuilder", "#live"],
"rooms": [
{ "id": "room_1", "title": "Creator Q&A", "host": "Eli", "live": true },
{ "id": "room_2", "title": "Patch Notes", "host": "Nova", "live": false }
]
}