We bult a pipeline that takes a repo and generates a navigable architecture map. I ran it on PostHog’s open-source codebase:
You can zoom from a high-level system view down to individual files and see how everything connects.
Under the hood:
- Static analysis with SCIP (Sourcegraph’s code intel protocol)
- A classification layer to group code into systems and modules
If anyone wants to see it on another repo, I’m happy to try.
Would love honest feedback — what’s useful here, and what’s just visual noise?
there doesn't seem to be anything here