CLI tool for generating fully-typed Zod v4 schemas and type-safe TypeScript REST API clients and server from OpenAPI 2.0, 3.0.x, and 3.1.x specifications.
npm install @apical-ts/craft⨠Effortlessly turn your OpenAPI specifications into **fully-typed Zod v4
schemas** ready for runtime (client or server) validation and TypeScript
development.
Need a client? š Instantly generate a type-safe, low-footprint,
operation-based REST API client alongside your schemas.
Need to validate server requests and return typed responses? š”ļø We've got
you covered with built-in support for request and response validation using Zod
schemas.
See https://gunzip.github.io/apical-ts/ for more information.