···991010# Get Started
11111212-[@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) is an [open source](/openapi-ts/license) OpenAPI to TypeScript code generator trusted by companies like Google, Amazon, and PayPal to generate API clients, SDKs, validators, and more. We also build complementary tools and [services](https://app.heyapi.dev/) that help teams design, manage, and distribute APIs more effectively.
1212+[@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) generates TypeScript code from OpenAPI specifications. Point it at your spec, pick your plugins, and get production-ready code in seconds.
1313+1414+Used by companies like Vercel, OpenCode, and PayPal.
13151416> _โOpenAPI codegen that just works.โ_
1517>
···23252426## Features
25272626-- runs in CLI, Node.js 20+, or npx
2727-- works with OpenAPI 2.0, 3.0, and 3.1
2828-- core plugins for types, SDKs, and schemas
2929-- clients for your runtime (Fetch API, Angular, Axios, Next.js, Nuxt, etc.)
3030-- plugin ecosystem to reduce third-party boilerplate
3131-- custom plugins and custom clients
3232-- [integration](/openapi-ts/integrations) with Hey API Platform
2828+- production-ready code that compiles
2929+- runs in any Node.js 20+ environment
3030+- accepts any OpenAPI specification
3131+- core plugins for SDKs, types, and schemas
3232+- HTTP clients for Fetch API, Angular, Axios, Next.js, Nuxt, and more
3333+- 20+ plugins to reduce third-party boilerplate
3434+- highly customizable via plugins
3535+- [sync with Hey API Registry](/openapi-ts/integrations) for spec management
33363437## Quick Start
3538
+1-1
docs/partials/sponsors.md
···11## Sponsors
2233-Help Hey API stay around for the long haul by becoming a [sponsor](https://github.com/sponsors/hey-api).
33+Hey API is sponsor-funded. If your team relies on Hey API in production, consider becoming a [sponsor](https://github.com/sponsors/hey-api) to accelerate the roadmap.
4455<div class="sponsors-list">
66
+14-13
packages/openapi-ts/README.md
···1414<p align="center">
1515 <a href="https://stackblitz.com/edit/hey-api-example?file=openapi-ts.config.ts,src%2Fclient%2Fschemas.gen.ts,src%2Fclient%2Fsdk.gen.ts,src%2Fclient%2Ftypes.gen.ts">Demo</a>
1616 <span> โข </span>
1717- <a href="https://heyapi.dev">Docs</a>
1717+ <a href="https://heyapi.dev">Manual</a>
1818 <span> โข </span>
1919 <a href="https://github.com/hey-api/openapi-ts/issues">Issues</a>
2020 <span> โข </span>
···23232424## About
25252626-[@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) is an [open source](https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md) OpenAPI to TypeScript code generator trusted by companies like Google, Amazon, and PayPal to generate API clients, SDKs, validators, and more. We also build complementary tools and [services](https://app.heyapi.dev/) that help teams design, manage, and distribute APIs more effectively.
2626+The OpenAPI to TypeScript code generator used by Vercel, OpenCode, and PayPal.
27272828-## Features
2828+Generate production-ready SDKs, Zod schemas, TanStack Query hooks, or choose from 20+ other plugins.
29293030-- runs in CLI, Node.js 20+, or npx
3131-- works with OpenAPI 2.0, 3.0, and 3.1
3232-- core plugins for types, SDKs, and schemas
3333-- clients for your runtime (Fetch API, Angular, Axios, Next.js, Nuxt, etc.)
3434-- plugin ecosystem to reduce third-party boilerplate
3535-- custom plugins and custom clients
3636-- [integration](https://heyapi.dev/openapi-ts/integrations) with Hey API Platform
3030+Part of the Hey API ecosystem.
37313838-## Dashboard
3232+## Features
39334040-Access your projects and OpenAPI specifications in the [Hey API Platform](https://app.heyapi.dev/).
3434+- production-ready code that compiles
3535+- runs in any Node.js 20+ environment
3636+- accepts any OpenAPI specification
3737+- core plugins for SDKs, types, and schemas
3838+- HTTP clients for Fetch API, Angular, Axios, Next.js, Nuxt, and more
3939+- 20+ plugins to reduce third-party boilerplate
4040+- highly customizable via plugins
4141+- [sync with Hey API Registry](https://heyapi.dev/openapi-ts/integrations) for spec management
41424243## Contributing
4344···47484849## Sponsors
49505050-Help Hey API stay around for the long haul by becoming a [sponsor](https://github.com/sponsors/hey-api).
5151+Hey API is sponsor-funded. If your team relies on Hey API in production, consider becoming a [sponsor](https://github.com/sponsors/hey-api) to accelerate the roadmap.
51525253<h3 align="center">Gold</h3>
5354
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33 "version": "0.89.2",
44- "description": "๐ OpenAPI to TypeScript code generator. Generate API clients, SDKs, validators, and more.",
44+ "description": "๐ OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {
77 "type": "git",