What problem does it solve?
Manually maintaining TypeScript typings for every API surface is error-prone and time-consuming; this Skill generates a fully typed API client from OpenAPI schemas, reducing boilerplate and increasing reliability.
Core Features & Use Cases
- OpenAPI-driven type generation that converts paths, methods, and schemas into typed API functions with optional runtime validation.
- Fetch-compatible interface with automatic path param substitution, typed query/body/headers, and consistent success/error typing.
- Ecosystem integration: builds across Vite, Next.js, Webpack, Rsbuild, plus React Query, Zod, react-hook-form, and UI components for end-to-end workflows.
- Multi-server support to generate types for several OpenAPI schemas and access per-server types.
- Cold Typing and Boiled Typing: code immediately with relaxed types and enable full type safety after the build.
Quick Start
Install the core package and a relevant build plugin, place your openapi.json in the project root, and run your bundler to generate and use the typed API client.