{"id":49581353,"url":"https://github.com/kubb-labs/plugins","last_synced_at":"2026-06-30T12:00:50.097Z","repository":{"id":351747318,"uuid":"1212278588","full_name":"kubb-labs/plugins","owner":"kubb-labs","description":"🧡 Official and community plugins for Kubb.","archived":false,"fork":false,"pushed_at":"2026-06-23T14:06:40.000Z","size":46050,"stargazers_count":3,"open_issues_count":12,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T14:11:45.113Z","etag":null,"topics":["axios","code","community","faker","fetch","generation","kubb","meta","msw","plugins","react-query","typescript","vue-query","zod"],"latest_commit_sha":null,"homepage":"https://www.kubb.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubb-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["stijnvanhulle"]}},"created_at":"2026-04-16T08:16:26.000Z","updated_at":"2026-06-23T14:09:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kubb-labs/plugins","commit_stats":null,"previous_names":["kubb-labs/plugins"],"tags_count":165,"template":false,"template_full_name":null,"purl":"pkg:github/kubb-labs/plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubb-labs%2Fplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubb-labs%2Fplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubb-labs%2Fplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubb-labs%2Fplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubb-labs","download_url":"https://codeload.github.com/kubb-labs/plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubb-labs%2Fplugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34965643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","code","community","faker","fetch","generation","kubb","meta","msw","plugins","react-query","typescript","vue-query","zod"],"created_at":"2026-05-03T20:05:10.924Z","updated_at":"2026-06-30T12:00:50.075Z","avatar_url":"https://github.com/kubb-labs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/stijnvanhulle","https://opencollective.com/kubb"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://kubb.dev\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg src=\"https://kubb.dev/og.png\" alt=\"Kubb banner\"\u003e\n  \u003c/a\u003e\n\n[![Stars][stars-src]][stars-href]\n[![License][license-src]][license-href]\n[![OC Backers][oc-backers-src]][oc-backers-href]\n\n  \u003ch4\u003e\n    \u003ca href=\"https://kubb.dev\" target=\"_blank\"\u003eDocumentation\u003c/a\u003e\n    \u003cspan\u003e · \u003c/span\u003e\n    \u003ca href=\"https://github.com/kubb-labs/plugins/issues/\" target=\"_blank\"\u003eReport Bug\u003c/a\u003e\n    \u003cspan\u003e · \u003c/span\u003e\n    \u003ca href=\"https://github.com/kubb-labs/plugins/issues/\" target=\"_blank\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n# Kubb Plugins\n\n**Official and community plugins for [Kubb](https://kubb.dev).**\n\nThis monorepo is home to official and community plugins for [Kubb](https://kubb.dev), the meta framework for code generation. Point Kubb at your OpenAPI specification and it generates TypeScript types, API clients, Zod schemas, React/Vue/Svelte/Solid Query hooks, Faker mocks, MSW handlers, and more.\n\nWant to build your own plugin? See [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Official plugins\n\nMaintained by the Kubb team. Kubb v5 OpenAPI configs use [`@kubb/adapter-oas`](https://npmx.dev/package/@kubb/adapter-oas) as the adapter layer.\n\n### TypeScript\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-ts`](./packages/plugin-ts) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-ts.svg)](https://npmx.dev/package/@kubb/plugin-ts) | TypeScript types and interfaces generation |\n\n### Clients\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-axios`](./packages/plugin-axios) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-axios.svg)](https://npmx.dev/package/@kubb/plugin-axios) | Type-safe HTTP client based on [Axios](https://github.com/axios/axios) |\n| [`@kubb/plugin-fetch`](./packages/plugin-fetch) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-fetch.svg)](https://npmx.dev/package/@kubb/plugin-fetch) | Type-safe HTTP client based on the Fetch API |\n\n### Zod\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-zod`](./packages/plugin-zod) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-zod.svg)](https://npmx.dev/package/@kubb/plugin-zod) | [Zod](https://github.com/colinhacks/zod) schema generation for runtime validation |\n\n### Data fetching\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-react-query`](./packages/plugin-react-query) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-react-query.svg)](https://npmx.dev/package/@kubb/plugin-react-query) | [TanStack Query](https://github.com/TanStack/query) hooks for React |\n| [`@kubb/plugin-vue-query`](./packages/plugin-vue-query) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-vue-query.svg)](https://npmx.dev/package/@kubb/plugin-vue-query) | [TanStack Query](https://github.com/TanStack/query) composables for Vue |\n\n### Testing and mocking\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-faker`](./packages/plugin-faker) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-faker.svg)](https://npmx.dev/package/@kubb/plugin-faker) | [Faker.js](https://github.com/faker-js/faker) mock data generation |\n| [`@kubb/plugin-msw`](./packages/plugin-msw) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-msw.svg)](https://npmx.dev/package/@kubb/plugin-msw) | [Mock Service Worker](https://github.com/mswjs/msw) handlers |\n| [`@kubb/plugin-cypress`](./packages/plugin-cypress) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-cypress.svg)](https://npmx.dev/package/@kubb/plugin-cypress) | [Cypress](https://github.com/cypress-io/cypress) e2e test generation |\n\n### Documentation and AI\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [`@kubb/plugin-redoc`](./packages/plugin-redoc) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-redoc.svg)](https://npmx.dev/package/@kubb/plugin-redoc) | [ReDoc](https://github.com/Redocly/redoc) API documentation generation |\n| [`@kubb/plugin-mcp`](./packages/plugin-mcp) | [![npm version](https://img.shields.io/npm/v/@kubb/plugin-mcp.svg)](https://npmx.dev/package/@kubb/plugin-mcp) | Model Context Protocol tools for AI assistants |\n\n## Community plugins\n\nPlugins built and maintained by the community. Want to add yours? See [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n\u003e No community plugins listed yet. Be the first to [contribute one](./CONTRIBUTING.md#adding-a-plugin).\n\n## Examples\n\n| Example | Description |\n|---------|-------------|\n| [`typescript`](./examples/typescript) | Generate TypeScript types |\n| [`client`](./examples/client) | Generate API clients with Axios |\n| [`fetch`](./examples/fetch) | Generate API clients with Fetch |\n| [`zod`](./examples/zod) | Generate Zod validation schemas |\n| [`react-query`](./examples/react-query) | Generate React Query hooks |\n| [`vue-query`](./examples/vue-query) | Generate Vue Query composables |\n| [`faker`](./examples/faker) | Generate Faker.js mock data |\n| [`msw`](./examples/msw) | Generate MSW handlers |\n| [`cypress`](./examples/cypress) | Generate Cypress tests |\n| [`mcp`](./examples/mcp) | Generate MCP tools |\n| [`advanced`](./examples/advanced) | Advanced multi-plugin configuration |\n\n## Contributing\n\nWe welcome contributions, and there are a few ways to get involved:\n\n- Found a bug? File it in the [issue tracker](https://github.com/kubb-labs/plugins/issues).\n- Have an idea for a plugin or improvement? [Open an issue](https://github.com/kubb-labs/plugins/issues/new) to share it.\n- Need help? Ask the community on [Discord](https://discord.gg/4dQjA6vrWX).\n\nWant to contribute to an existing plugin or add a new one, official or community? See [CONTRIBUTING.md](./CONTRIBUTING.md) for the project structure, prerequisites, local setup, and commands.\n\n## Sponsors\n\nKubb's development is funded by sponsors. To support the project, [become a sponsor on GitHub](https://github.com/sponsors/stijnvanhulle) or [back us on Open Collective](https://opencollective.com/kubb).\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sponsors/stijnvanhulle\"\u003e\n    \u003cimg src=\"https://shieldcn.dev/sponsors/stijnvanhulle.svg?titleAlign=center\u0026mode=dark\" alt=\"stijnvanhulle sponsors\" width=\"100%\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\n[MIT](./LICENSE) © [Stijn Van Hulle](https://github.com/stijnvanhulle)\n\n## Star history\n\n\u003cimg alt=\"Star history chart\" src=\"https://shieldcn.dev/chart/github/stars/kubb-labs/plugins.svg?theme=orange\" width=\"100%\" /\u003e\n\n\u003c!-- Badges --\u003e\n\n[stars-src]: https://shieldcn.dev/github/stars/kubb-labs/plugins.svg?variant=secondary\u0026size=xs\u0026theme=zinc\u0026mode=dark\n[stars-href]: https://github.com/kubb-labs/plugins\n[license-src]: https://shieldcn.dev/npm/license/@kubb/plugin-ts.svg?variant=secondary\u0026size=xs\u0026theme=zinc\n[license-href]: https://github.com/kubb-labs/plugins/blob/main/LICENSE\n[coverage-src]: https://shieldcn.dev/codecov/github/kubb-labs/plugins.svg?variant=secondary\u0026size=xs\u0026theme=zinc\u0026mode=dark\n[coverage-href]: https://app.codecov.io/gh/kubb-labs/plugins\n[oc-backers-src]: https://shieldcn.dev/opencollective/backers/kubb.svg?variant=secondary\u0026size=xs\u0026theme=zinc\u0026mode=dark\n[oc-backers-href]: https://opencollective.com/kubb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubb-labs%2Fplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubb-labs%2Fplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubb-labs%2Fplugins/lists"}