Sideko's CLI Launch
I remember being amazed by Vercel's ~ npx create-next-app
The command is so elegant, and so intuitive. A modern website running locally in seconds.
But as we built Sideko's
~ sideko sdk init
We learned firsthand that creating genuine simplicity is anything but simple. Under the hood of the "sdk init" command there is processing OpenAPI specs through a sophisticated pipeline that handles thousands of edge cases while generating type-safe code in multiple languages. It unlocks customizations right away through the instantly generated config file.
So excited about this new concise state for our README:

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.