DEV Community

Ruhan Ponnada
Ruhan Ponnada

Posted on

Visualize and digest your GitHub repos

I've built a project with close friends to visualize the connections in a codebase called Mabbu

. It's hard to obtain context over your codebase when your looking at it for the first time. You want to see the underlying connections in the code and also the flow of information from dependency calls to emulating the right click in vs code. We've also built a chatbot that has context over your entire codebase which is much more accurate than CoPilot X. It has the context of all the edges in the codebase along with their associations to other files at a function level and file level dependency.

Just paste your repo into Mabbu, choose what folder to visualize and get started navigating and chatting with your codebase!

Top comments (0)