Show HN: Arcaide – Explore code with multi-level call graphs
11–16 of 16 posts
[dead]
Re: Show HN: Arcaide – Explore code with multi-level call graphs
#12It's a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated? [0] https://www.ilograph.com
They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.
Re: Show HN: Arcaide – Explore code with multi-level call graphs
#13This looks really cool! I’ve piddled with something like this using mermaid charts, but this takes it up a level. Do you offer access to the code behind the tool?
Re: Show HN: Arcaide – Explore code with multi-level call graphs
#14This looks really cool! I’ve piddled with something like this using mermaid charts, but this takes it up a level. Do you offer access to the code behind the tool?
Not at this time, but down the line I probably will.
Re: Show HN: Arcaide – Explore code with multi-level call graphs
#15It's a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated? [0] https://www.ilograph.com
They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.
I think you found a very good prompt/technique to extract mostly the high level stuff without making the diagrams too complicated. And then elk.js seems to do the layout.
Deepwiki.com also has some usable autogenerated architecture diagrams worth a look.
Re: Show HN: Arcaide – Explore code with multi-level call graphs
#16Consider to let the user export the graph itself and convert/use it elsewhere.