llms.txt Content
# Kubb
> Generate type-safe TypeScript clients, React Query hooks, Zod schemas, and mock data from OpenAPI specifications. Plugin-based code generation for modern TypeScript applications.
## Table of Contents
### Menu
- [Kubb](/kubb.md)
- [Kubb Changelog - Release Notes & Updates](/kubb/changelog.md): Kubb changelog with release notes, bug fixes, new features, and breaking changes for all versions.
- [Kubb Ecosystem - Projects, Articles & Community](/kubb/ecosystem.md): Discover projects built with Kubb, articles featuring Kubb, and community resources. See how teams use Kubb for OpenAPI code generation.
- [Kubb Migration Guide - Upgrade to Latest Version](/kubb/migration-guide.md): Migrate to the latest Kubb version. Breaking changes, upgrade steps, and migration guides for major version updates.
### Getting started
- [Kubb - OpenAPI TypeScript Code Generator](/kubb/getting-started/introduction.md): Generate type-safe TypeScript clients, React Query hooks, Zod schemas, and MSW mocks from OpenAPI/Swagger specifications automatically.
- [Install Kubb OpenAPI Code Generator - Setup Guide](/kubb/getting-started/installation.md): Install Kubb in your TypeScript project. Quick interactive setup with npx kubb init or manual installation guide for all package managers.
- [Kubb Quick Start - Generate TypeScript from OpenAPI](/kubb/getting-started/quick-start.md): Quick start guide to generate TypeScript types and API clients from OpenAPI specs with Kubb. Get running in 2 minutes with npx kubb init.
- [Kubb Configuration Guide - kubb.config.ts Reference](/kubb/getting-started/configure.md): Complete Kubb configuration reference. Learn how to configure input/output, plugins, formatting, and advanced options in kubb.config.ts.
- [Kubb Troubleshooting Guide - Fix Common Issues](/kubb/getting-started/troubleshooting.md): Solve common Kubb issues including installation errors, configuration problems, generation failures, and runtime errors. Debug mode guide included.
- [Kub