Open Sourcing our SDK Boilerplate Library
Today, we're open sourcing Sideko's SDK boilerplate library, which is a component of our SDK generation engine.
While traditional SDK generators rely on templates, we've created a more sophisticated approach using syntax tree analysis to produce maintainable, human-like code. On top of the quality benefits, this approach unlocks customization of generated source code + adding new files without breaking the maintenance automation. We see this as an important step forward in the codegen space.
We've initialized this library with the Python and TypeScript implementations, as those are the languages we will be launching more broadly in the coming weeks.
Check out the repo to see how Sideko is approaching SDK generation differently:
https://github.com/Sideko-Inc/sdk-reference?tab=readme-ov-file
Production-Ready Integration Code in Minutes
Sideko's deterministic engine generates reliable, production-ready SDKs, then guided AI customizes workflows to your exact needs.
Scaling SDK Generation to Handle Millions of Tokens Per Second
How Sideko built a high-performance caching system that transformed our SDK generation pipeline from hundreds to millions of tokens per second