

Highlight 1
SDKing significantly reduces the boilerplate code associated with API fetch requests, allowing developers to focus on core functionality.
Highlight 2
With built-in type safety and Zod validation, the SDKs generated help prevent runtime errors, leading to more reliable applications.
Highlight 3
The easy command-line interface makes it accessible for developers who might not have extensive experience with SDK generation.

Improvement 1
The documentation could be more comprehensive, particularly with examples that cover a variety of use cases beyond FastAPI and typical OpenAPI specs.
Improvement 2
Enhanced error handling and meaningful error messages during the SDK generation process could improve developer experience.
Improvement 3
Support for additional features in the SDK generation process, such as additional customization options for developers who require more tailored solutions.
Product Functionality
Consider adding integration with popular frameworks beyond FastAPI to increase versatility.
UI & UX
Improving the user interface of the documentation site to be more intuitive and visually appealing could enhance the user experience.
SEO or Marketing
Implement SEO best practices in your documentation by using targeted keywords and improving content structure to attract more visibility.
MultiLanguage Support
Providing documentation and tool support in multiple languages would help cater to a broader audience, especially non-English speaking developers.
- 1
What is SDKing?
SDKing is a TypeScript SDK generator that creates type-safe and Zod validated SDKs from OpenAPI specifications.
- 2
How does SDKing work?
You run a command specifying your OpenAPI YAML file path and the output path for the SDK, and SDKing generates the SDK for you.
- 3
Can I use SDKing without an OpenAPI spec?
While SDKing primarily requires an OpenAPI spec, if you are using FastAPI, it can generate an SDK with just one line modification.