This can automatically generate the OpenAPI specification for the Hono API using your validation schema, which can be used to generate client libraries, documentation, and more.
This lib supports all the validation libs which are Standard Schema compliant.
For documentation visit honohub.dev.
Note
This package is still in development and your feedback is highly appreciated. If you have any suggestions or issues, please let us know by creating an issue on GitHub.
Visit our contributing docs.
- The idea for this project was inspired by ElysiaJS and their amazing work on generating OpenAPI specifications.
- This project would not have been possible without the work of Sam Chung and his Zod OpenAPI package.