Prompts that scaffold or build full web apps.
25votes
1answers
2.8kviews

Prompt for end-to-end typed forms with zod + react-hook-form and no type drift

The recurring pain: the zod schema, the TypeScript type, and the form field names would drift apart, so you'd validate a field the form didn't have, or submit a shape the API rejected. Three sources o