We built a tool that instantly turns any GitHub repository into a full documentation, chat and code review suite - simply replace github.com with entelligence.ai in any github codebase URL.
For any codebase, it provides -
1. Real-time documentation that auto-updates with your code
2. Tutorials generated for any feature or workflow
3. Automated code reviews with architectural insights
4. Large scale codebase chat
5. PR summaries and development snapshots
Hey yes we generate PR reviews in real time for any codebase. You can also set up the reviews for any codebase through the page as well - here's a good blog we put up for it! https://www.entelligence.ai/post/pr_review
through a codebase graph essentially. That's all done on the codebase preprocessing on setup. Then when you want to generate a doc it recursively goes through that graph, passes context to the LLM and generates sections for each of the main sub areas
We built a tool that instantly turns any GitHub repository into a full documentation, chat and code review suite - simply replace github.com with entelligence.ai in any github codebase URL.
For any codebase, it provides - 1. Real-time documentation that auto-updates with your code 2. Tutorials generated for any feature or workflow 3. Automated code reviews with architectural insights 4. Large scale codebase chat 5. PR summaries and development snapshots
Try it at: http://entelligence.ai/explore or replace http://github.com with http://entelligence.ai for any of your favorite codebases.