Examples

Real Example Form

A realistic launch request flow showing how every hook-form field works together inside one form.

Launch request

DocsResearch

Live payload

This preview updates as each hook-based field writes into the shared form state.

{
  "projectName": "Insights Hub",
  "ownerEmail": "ava@company.com",
  "plan": "growth",
  "city": "lisbon",
  "audience": "beta",
  "launchDate": "2026-04-18T16:01:15.428Z",
  "estimate": 6,
  "teams": [
    "product",
    "design"
  ],
  "tags": [
    "Docs",
    "Research"
  ],
  "notes": "Coordinate launch copy, QA sign-off, and customer success enablement before rollout.",
  "approved": true
}