Added two long-form use-case walkthroughs: /use-cases/product-launch (indie maker / PM) and /use-cases/events (conference / meetup organizer).
Each use-case page has an Article JSON-LD node with a dated worked example (schema in → synthesis out).
Shipped markdown twins at /faq.md, /use-cases.md, /use-cases/community-feedback.md, /use-cases/product-launch.md, /use-cases/events.md — served alongside each HTML page for LLM crawlers that prefer markdown.
Wired content negotiation via Next.js alternates.types so well-behaved agents can request the markdown form of any canonical page.
Upgraded the site-wide JSON-LD to a @graph with an Organization node (sameAs: GitHub, npm, Glama) and a SoftwareApplication node linked via publisher — stronger entity signal for search and LLM indexes.
Sitemap now enumerates all HTML routes and .md twin URLs.
Landing rewrite + FAQ for external-audience personas
Retargeted the landing page to community/brand managers and indie makers — external audiences, not internal teams.
Added a /faq page with 11 natural-language Q&As and schema.org FAQPage JSON-LD.
Expanded /llms.txt with user-phrasing examples, comparison vs form builders, and an explicit distribution-boundary statement.
Added a worked community-feedback use case walkthrough at /use-cases/community-feedback.
v0.2.0
create_key MCP tool — agents self-provision API keys
New create_key MCP tool lets agents provision their own HumanSurvey API key with optional owner email and CAIP-10 wallet address.
No human setup required — an agent can bootstrap the full create_survey → get_results loop from a single Claude Code install.
Wallet address captured up front for future x402-style agent-native billing.