#181 · Primary category: AI Coding Assistants
kubb
🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.
Project last updated:08/29/26
GitHub Stars
1.8K
Forks
145
Contributors
97
License
MIT
Why we included this project
Kubb takes an OpenAPI or Swagger spec and generates the TypeScript layer that talks to it: types, axios or fetch clients, TanStack Query and SWR hooks, Zod validators, Faker mocks, and MSW handlers. A plugin system lets you enable only the pieces you actually use, so the output stays lean. The MCP server is the part that matters for AI-assisted work: it exposes generation as a Model Context Protocol tool, so an assistant like Claude or Cursor can regenerate clients and types from a spec conversationally instead of you running the CLI by hand. For teams with API-heavy TypeScript frontends, that's a practical way to keep generated code in sync with a changing contract. It's a build-time tool rather than a runtime service, so judge it on how well.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.