Hacker News new | ask | show | jobs
Show HN: Generate instant docs, tutorials and code reviews for any GitHub repo (entelligence.ai)
14 points by aiswaryasbuilds 493 days ago
7 comments

Hey HN!

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.

The concept of having everything accessible in one page is interesting and the UI is very clean !

I am curious how the AI powered PR reviews look like in real time, is there any demo available?

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
Really nice UI! Makes the codebase understanding and onboarding really fast. Would love to try it for some of the private repos at my company!
Great - we do have private repo support and self hosting for the privacy centered folk!
At Mindsdb we have been using it, and I truly believe it’s the future of open source code management.
Looks super cool. How are you generating the prs?
cool it looks interesting. How does it generate the doc?
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
This is awesome!
Thanks :)