What it is#
The voxgig-sdk organisation on GitHub holds one repository per public API the generator has been run against, 600 and more of them. Each carries the SDK in TypeScript, Python, PHP, Go, Ruby and Lua, plus a CLI, a REPL and an MCP server for that API, and an offline test mode, all generated from the API's own OpenAPI description.
It exists for two reasons. It is the generator's test corpus: a change to a template or a feature is run against hundreds of real API shapes before it ships. And it is a library of worked examples: find an API shaped like yours and read the generated code before you install anything.
Every catalogue entry has a page on this site with its README, a markdown twin for agents, and JSON through the site's API. The SDKs are unofficial and not affiliated with the APIs they wrap, and each repository states its own licence.
The other sections#
- SDK GeneratorSix surfaces from one OpenAPI description.
- aontuType-safe system definitions, as guardrails for coding agents.
- jostracaA code generator you can run twice.
- tabnasAn extensible parsing engine, and a compile target for agents.
- SenecaA microservices toolkit for Node.js.
- Voxgig toolsThe libraries inside every generated SDK, ported to every language the SDKs ship in.
Start with the code#
Every repository is public. Read it, fork it, or send a pull request. When a project needs to go further than its README, talk to us.