Live data from Hacker News

Show HN: Generate instant docs, tutorials and code reviews for any GitHub repo

entelligence.ai

11–13 of 13 posts

Re: Show HN: Generate instant docs, tutorials and code reviews for any GitHub repo

#11

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
Post reply on HN