Your codebase, finally easy to explore.
I have to touch cross-language repos. One part of the code will be in PHP, and another in Python or C++, and switching between each and seeing how they interact makes it harder to finish the features.Modern codebases are too large and dynamic to understand manually. Tools like Cursor use LLMs to help but they all need one key thing A structured understanding of your codebase. Graptor is an open source engine that gives you just that. It reads your entire project and extracts a semantic code graph. For Example: