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
Sideko Releases C# SDK Generator
Sideko's new C# SDK generator, leveraging C#'s growth (+1.43% in TIOBE), creates invisible, fully tested, strongly typed, and auto-authenticated SDKs with customizable code and complete documentation.
The Stripe API Challenge: How Sideko Generated over 1 Million Lines of SDK Code in less than 60 seconds.
Sideko's Rust-based SDK generator created massive Python (~607k lines) and TypeScript (~421k lines) Stripe SDKs in under 60 seconds on a 1GB container, saving an estimated 9 engineer-years of development time.