Utilities · +6 points

Zod

TypeScript-first schema validation — used in tRPC, Next.js server actions.

Install
npm install zod
License
MIT
Stars
37k+

Integration goal

Define a Zod schema for user input and parse safely.

  1. Create userSchema with email
  2. Export parseUser function
  3. Push schema.js
Open Integration Workspace →

← All open source tools