André Lindenberg’s Post

GitVizz combines Tree-sitter AST parsing, interactive dependency graphs, auto-generated documentation, and multi-LLM repo chat (Claude, GPT, Gemini, Groq) in one deployable stack. Its LLM context builder assembles structured prompts from repo topology … your model gets navigable context instead of dumped files. Also ships as a standalone Python library, so the analysis layer embeds into your own tooling. 360 stars, MIT, Docker-ready. #GitVizz #codeVisualization #contextEngineering #LLM

  • No alternative text description for this image

GitVizz … Understand Any Codebase in Minutes, Not Hours AI-powered repository analysis that turns complex codebases into interactive documentation, dependency graphs, and intelligent conversations. https://github.com/adithya-s-k/GitVizz 

Dear André Lindenberg This is the tenth post title looking fundamental I read since 9 pm. What should I do now?

Like
Reply

I am seeing a lot of projects like this - Gitnexus, Repowise, code-review-graph. Same idea - use treesitter to parse AST and create-persist a knowledge graph capturing the relationships between code elements in some form of vector database which can live as a file on a hard disk. And then expose it via mcp server to tools like Claude code and Github Copilot. Don't know if a cool looking graph actually makes understanding significantly easier for a large enough codebase.😄

Like
Reply

This is exactly where repo tooling needs to go, raw file dumping into LLMs just doesn't scale. Structured context from AST + dependency graphs is a huge upgrade for accuracy and reasoning. Curious how GitVizz handles large monorepos and incremental updates?

Like
Reply

André Lindenberg I noticed that you really like dots and lines visualisation softwares 🤣 Me too 😜

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories