{
  "featuredIds": ["s1", "i1", "l1", "h1", "t1", "c1"],
  "categories": [
    { "id": "saas", "label": "SaaS", "description": "API-first assistant, white-label bot, managed run-your-own, multi-tenant" },
    { "id": "iot", "label": "IoT & Hardware", "description": "Drones, gateways, SBCs, burners, fleet, DePIN nodes" },
    { "id": "legal", "label": "Legal & Compliance", "description": "Legal aid, courts, contracts, audit, correctional" },
    { "id": "hackathon", "label": "Hackathon & Bounties", "description": "Tracks, bounties, first PR, observability, security" },
    { "id": "tools", "label": "Tools & Integrations", "description": "Channels, providers, tools, x402, runbooks" },
    { "id": "content", "label": "Content & Tutorials", "description": "Videos, runbooks, comparisons, blog posts" },
    { "id": "local", "label": "Local & Community", "description": "Local government, SMB, community, field" }
  ],
  "ideas": [
    { "id": "s1", "category": "saas", "title": "API-first assistant", "summary": "Expose agent as API; pay-per-request or subscription.", "link": null },
    { "id": "s2", "category": "saas", "title": "White-label bot", "summary": "Rebrand ZeroClaw for agencies; same binary, custom identity and channels.", "link": null },
    { "id": "s3", "category": "saas", "title": "Managed run-your-own", "summary": "One-click deploy on VPS; operator manages updates and tunnel.", "link": null },
    { "id": "s4", "category": "saas", "title": "Multi-tenant dashboard", "summary": "Read-only UI for 'my agents' by config or API; separate repo.", "link": null },
    { "id": "i1", "category": "iot", "title": "Drone fleet dispatcher", "summary": "One agent per fleet; Telegram/webhook for mission request; tool calls drone API; optional x402 per mission.", "link": null },
    { "id": "i2", "category": "iot", "title": "DePIN node brain", "summary": "Agent on each node: status, diagnostics, commands via secure channel; x402 pay-per-task.", "link": null },
    { "id": "i3", "category": "iot", "title": "Burner-phone relay", "summary": "ZeroClaw on cheap Android or gateway; WhatsApp in, commands out; minimal footprint.", "link": null },
    { "id": "i4", "category": "iot", "title": "Classroom lab in a box", "summary": "RPi + ZeroClaw + one peripheral (e.g. Arduino); students chat to control hardware; one image for entire lab.", "link": null },
    { "id": "i5", "category": "iot", "title": "Pay-per-drone-task", "summary": "Integrate DJI or PX4 as tool; optional x402 so requester pays per mission.", "link": null },
    { "id": "l1", "category": "legal", "title": "Per-language legal aid bot", "summary": "One agent, RAG over jurisdiction-specific legal aid docs; WhatsApp or web; multilingual.", "link": null },
    { "id": "l2", "category": "legal", "title": "Court clerk assistant", "summary": "Internal only; RAG over rules and forms; draft orders; full audit; air-gap option.", "link": null },
    { "id": "l3", "category": "legal", "title": "Legal corpus skill", "summary": "Skill pack (TOML + SKILL.md) + RAG over public legal corpus; form templates as tools.", "link": null },
    { "id": "l4", "category": "legal", "title": "Contract redline summarizer", "summary": "Tool that reads doc, returns summary of changes; workspace-only; for legal/compliance.", "link": null },
    { "id": "h1", "category": "hackathon", "title": "Nostr channel", "summary": "New Channel for Nostr DMs; allowlist by pubkey; E2EE if protocol supports.", "link": null },
    { "id": "h2", "category": "hackathon", "title": "Bluesky channel", "summary": "New Channel for Bluesky DMs or posts; allowlist by handle.", "link": null },
    { "id": "h3", "category": "hackathon", "title": "402 in 48h", "summary": "Implement x402 client tool or provider wrapper; demo with a paid API.", "link": null },
    { "id": "h4", "category": "hackathon", "title": "Runbook runner", "summary": "Tool that executes only approved runbook steps from a repo; audit log; for SRE/ops.", "link": null },
    { "id": "h5", "category": "hackathon", "title": "Best first issue bounty", "summary": "Curate 3–5 'good first issue' or 'hackathon' labels; prize for first merged PR from each.", "link": null },
    { "id": "t1", "category": "tools", "title": "x402 tool", "summary": "HTTP client that handles 402, pays via facilitator, retries with PAYMENT-SIGNATURE.", "link": null },
    { "id": "t2", "category": "tools", "title": "Wallet-as-allowlist", "summary": "Allowlist entries from signed message or wallet; gateway accepts signed payload.", "link": null },
    { "id": "t3", "category": "tools", "title": "Offline queue", "summary": "Queue messages when channel unreachable; sync when back online; for field and burners.", "link": null },
    { "id": "t4", "category": "tools", "title": "Voice in / voice out", "summary": "Channel that accepts voice (STT) and returns TTS; for kiosks and accessibility.", "link": null },
    { "id": "t5", "category": "tools", "title": "Chat to GitHub support ticket", "summary": "Turn Slack/Telegram/Discord message into a GitHub issue or support ticket; tool calls GitHub API; allowlist for who can create.", "link": null },
    { "id": "t6", "category": "tools", "title": "PR review assistant", "summary": "Agent that reviews pull requests: summarizes changes, suggests improvements; tool for GitHub API; optional allowlist repos.", "link": null },
    { "id": "t7", "category": "tools", "title": "Fact checker and look-up", "summary": "Look up facts via search or trusted APIs; cite sources; optional RAG over trusted docs; for content and research.", "link": null },
    { "id": "t8", "category": "tools", "title": "Weather / Calendar API tool", "summary": "Tool that calls weather or calendar APIs; for scheduling, context, and automation.", "link": null },
    { "id": "l5", "category": "legal", "title": "Compliance checklist assistant", "summary": "RAG over policy and regulations; checklist for audits; internal only; full audit trail.", "link": null },
    { "id": "h6", "category": "hackathon", "title": "Observability in a weekend", "summary": "Prometheus or OTel Observer; non-sensitive metrics only; doc for operators.", "link": null },
    { "id": "h7", "category": "hackathon", "title": "Security hardening bounty", "summary": "One concrete improvement: rate limit, audit log, or pairing UX; threat note and rollback in PR.", "link": null },
    { "id": "h8", "category": "hackathon", "title": "Multilingual runbook", "summary": "Same runbook (e.g. ZeroClaw on RPi) in EN + one of ZH/JA/RU; linked from SUMMARY; parity with main doc.", "link": null },
    { "id": "loc1", "category": "local", "title": "Local government FAQ", "summary": "RAG over public ordinances and FAQs; web or SMS channel; multilingual; accessibility.", "link": null },
    { "id": "loc2", "category": "local", "title": "SMB helpdesk bot", "summary": "Internal Slack/Teams bot; RAG over internal KB and runbooks; allowlist = support team; audit for compliance.", "link": null },
    { "id": "c1", "category": "content", "title": "ZeroClaw in 15 min (video)", "summary": "Clone, onboard, first Telegram message, first hardware command.", "link": null },
    { "id": "c2", "category": "content", "title": "Legal tech without the lock-in", "summary": "Blog: legal use cases, RAG, audit, and why open runtime matters.", "link": null },
    { "id": "c3", "category": "content", "title": "From zero to DePIN node", "summary": "Tutorial: deploy ZeroClaw on VPS or RPi; channel for control; optional x402.", "link": null },
    { "id": "c4", "category": "content", "title": "Comparison table (updated)", "summary": "ZeroClaw vs OpenClaw vs NanoBot vs PicoClaw; link to reproducible benchmark commands.", "link": null },
    { "id": "c5", "category": "content", "title": "Agentic GTM landscape (blog)", "summary": "What survives (CRMs, lead DBs, CDPs) vs dies (outreach automation, creatives); MCP as App Store; ads in LLMs; agentic commerce; brand moat. Based on docs/marketing/agentic-marketing-landscape.md.", "link": "https://github.com/zeroclaw-labs/zeroclaw/blob/main/docs/marketing/agentic-marketing-landscape.md" },
    { "id": "c6", "category": "content", "title": "Kickstarter device ideas (blog / one-pager)", "summary": "Device ideas for Kickstarter: smart home gateway, agri monitor, drone companion, industrial edge, wearable AI, cold chain, classroom kit, DePIN appliance. ZeroClaw use cases per device. Powered-by badge. Based on docs/marketing/viral-opportunities-expanded.md §15.", "link": null }
  ]
}
