I can provide some layout examples from earlier versions if anyone is interested.
Now I'm trying to productize this algorithm, but the options are overwhelming. Graph visualization has so many potential applications, such as real-time visualization of programming language semantics (control flow graphs, dependency graphs, event triggering graphs), a visual heap memory debugger, or an improved node editor. I know these applications are genuinely useful, but I'm concerned about the long development cycles. I'm leaning towards simpler tools, like a mind map editor. Traditional mind map tools only support tree-like structures (with some manually-controlled extra edges), but my algorithm can automatically lay out arbitrary graph structures, which I think could be quite appealing.
First time posting – I hope my question is clear and relevant!
comes from https://mermaid.js.org/
Maybe you could start with something similar?
An arXiv paper? A patent? Reliable open-source software for a mainstream platform? A business? Part of somebody else's product?