Example app

This example application uses Zod to validate a contact form. It demonstrates how to handle server-side validation errors and display them to the user.

See the blog post for more information.

Running Locally

pnpm install
pnpm dev
open http://localhost:3000