Is there a way to visualize the code paths on a more meaningful level than line references? I would think an LLM would be useful for explaining behavior, whereas visualizing code references can be done with no AI at all.
Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
11–17 of 17 posts
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#12Does this tool work with non compiling code?
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#13I watched the 1:30 video and didn't see a single code visualization. Not one. The closest was a "visualization" of a single, unconnected node that can be moved around — all by its lonesome self — on a canvas. For some reason.
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#14Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#15pretty crazy stuff. i have been looking at different options to include. does it work on C++ codebases? also do you provide support or plan to maintain it long term? so far i'm looking at some graph based solutions. btw if you want to see if it can integrate with this architecture https://github.com/ByteAsk/byteask-extensions
I looked to your product we can work together to integrate both the products!!!
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#16Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#17The idea is very great to have a codebase visualizer because we can see through the architecture through the codebase