This looks like it could be a sensible way to use LLMs in programming, although I'm not convinced AI-generated documentation can give meaningful explanations rather than paraphrase. However, since the generated wiki is editable, it seems it can be used to give a kick start to internal documentation and let the actual devs step in when it's required. I'm skittish about genAI in the workplace (or anywhere really) but t…
Show HN: Davia – Open source visual, editable wiki from your codebase
11–20 of 21 posts
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#12Looks interesting but it needs some demos using real world complex projects. Point it at famous open source projects like React, or three.js, and use those as examples on the homepage.
Thanks! On our homepage ( https://davia.ai/showcase ) we already showcase examples like AI SDK, E2B, GPT OSS, and Transformers. We’ll also add more examples directly on our GitHub soon.
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#13Earlier quoted context omitted.
It's just one short page? Or am I missing something?
There are actually 5 sub-pages. Also, the link I sent is a ‘share’ version, so it’s not editable once published.
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#14Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#15Earlier quoted context omitted.
Thanks! On our homepage ( https://davia.ai/showcase ) we already showcase examples like AI SDK, E2B, GPT OSS, and Transformers. We’ll also add more examples directly on our GitHub soon.
Ah I missed those. Would definitely be great to have some non AI projects there.
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#16Earlier quoted context omitted.
There are actually 5 sub-pages. Also, the link I sent is a ‘share’ version, so it’s not editable once published.
Ah I see why I missed it. You've hijacked the main site hamburger icon in the header to show navigation for the demo project. I assumed that hamburger icon still went to this like /Pricing, /Docs, /Blog
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#17What's the token usage and time taken to run this for a given repository?
Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#18Re: Show HN: Davia – Open source visual, editable wiki from your codebase
#19This looks like it could be a sensible way to use LLMs in programming, although I'm not convinced AI-generated documentation can give meaningful explanations rather than paraphrase. However, since the generated wiki is editable, it seems it can be used to give a kick start to internal documentation and let the actual devs step in when it's required. I'm skittish about genAI in the workplace (or anywhere really) but t…
But what if you edited a section about code piece A and then you change that code? Does it have permission to overwrite? Seems like a fairly hard problem to solve.