Zod
TypeScript-first schema declaration and validation — parse untrusted data and infer static types from schemas.
Zod schemas are runtime validators that also serve as TypeScript type sources — z.infer<typeof schema> extracts the static type automatically. It integrates with React Hook Form, tRPC, and Prisma. The API covers primitives, objects, arrays, unions, transforms, and refinements with a fluent chainable style.
// commonly used with
React framework with file-based routing, SSR, SSG, and API routes — the standard for production …
Declarative UI library from Meta for building component-based web interfaces.
Full-stack React framework built on web standards — loaders, actions, and nested routing with …
Progressive Node.js framework inspired by Angular — decorators, dependency injection, and …
Content-focused web framework with islands architecture — ships zero JavaScript by default, …