✅Runtime validation + TS typesUse Zod schemas to both validate incoming data and infer TypeScript types automatically.
📦Response serializationSerialize outgoing responses via Zod, with option to customize the process for special types.
📄OpenAPI supportGenerate API docs automatically from the Zod-defined schemas for request and response shapes.