(no title)
b_shulha | 7 months ago
Okay, maybe not the last one, but I'm working on a prototype of the "idiomatic" OpenAPI schema generator.
I wasn't happy with the well-known options:
swaggo requires magic comments that I cannot take.
goa introduces custom DSL and forces you to either use it's generated structures or continuously hook in your own structures, trying to match those in sync.
I decided to give a try for my own vision and this project was born. It is currently at the PoC stage, but I plan to use it for my other tiny startup (it's live, but runs on the MVP version with React Server Actions under the hood).
Please let me know what you think!
No comments yet.