zod and react-hook-form are used together for simple, type-safe validation.
zod defines the schema and rules, while react-hook-form applies them in real time, reducing boilerplate and keeping forms consistent and easy to maintain.
These components are also integrated with form for validation and state management.