Show HN: Zudoku – Open-Source Documentation Framework for APIs (github.com)
Zudoku is a framework for building high quality, interactive API documentation. We’ve now released it as an OSS project under a MIT license: https://github.com/zuplo/zudoku)
It’s predominantly built around a highly interactive API reference powered by OpenAPI (with GraphQL support on the way), but also has MDX support, authentication options such as Auth0 and Clerk, search, static site generation, theming, and a plugin architecture that we hope will enable developers to extend Zudoku however they want/need for their use cases. All the details, and all the docs are at http://zudoku.dev
Also, if you'd like to see what your API reference would like using Zudoku, you can do that by entering a URL for an OpenAPI document or uploading the file over at https://zudoku.dev
This release is the beta version and we’d love feedback on it, either here or on GitHub.
We’re going to continue to work on it ourselves, and put out regular releases, but if anyone else wants to get involved, please play with it and let us know where you see areas for improvement.
5 comments
[ 3.6 ms ] story [ 14.5 ms ] threadZudoku is also the basis of part of our product (zuplo.com) offering so it is extremely extensible. Our managed, hosted version builds on the extensibility of Zudoku to add additional capabilities like API Key management, analytics, etc. Anyone can use these extensibility points to add their own custom capabilities.
You can do this by extending Zudoku with plugins that you can share within the community. So we can build this thing together (The docs are not quite done yet for plugins https://zudoku.dev/docs/custom-plugins)
Also, it's free & open source!
Do you think that's different from other tools?