mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-30 16:54:57 +00:00
33 lines
713 B
JSON
33 lines
713 B
JSON
{
|
|
"examples": {
|
|
"categories": [
|
|
{
|
|
"id": "cat_launch",
|
|
"name": "Launch Radar",
|
|
"description": "Product drops and milestone updates"
|
|
},
|
|
{
|
|
"id": "cat_growth",
|
|
"name": "Growth Ops",
|
|
"description": "Retention, onboarding, and community tactics"
|
|
}
|
|
],
|
|
"threads": [
|
|
{
|
|
"id": "thread_1",
|
|
"title": "First 1000 users playbook",
|
|
"categoryId": "cat_growth",
|
|
"replyCount": 42,
|
|
"likeCount": 120
|
|
},
|
|
{
|
|
"id": "thread_2",
|
|
"title": "Launch checklist for indie teams",
|
|
"categoryId": "cat_launch",
|
|
"replyCount": 18,
|
|
"likeCount": 64
|
|
}
|
|
]
|
|
}
|
|
}
|