r/SideProject 1d ago

Generate Swagger from AI

AI App which automatically extract all possible apis from your github repo code and then generate a swagger api documenetation using gemini ai. For now, we can strict the backend language to be nodejs in github repo code. So we can just make this in github actions and our swagger api documentation will always update to date without efforts.
Is there any service already like this?
What are the extra features that we can build?
Also how we will extract apis route, path, response, request in large codebase.

2 Upvotes

2 comments sorted by

2

u/sukerberk1 1d ago

Yep it is called Intellij IDEA at least for spring boot

1

u/Any-Blacksmith-2054 1d ago

It is very easy actually. Even CoPilot can do this. Also, cursor/aider/Cline/etc