mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
24 lines
678 B
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 }
|
|
]
|
|
}
|