Hacker News new | ask | show | jobs
by xeor 667 days ago
Mermaid is great for simple stuff. If you want a more advanced approach where you can even have multiple levels. Lool at c4. The best way to do c4 without paying a dime I think is https://likec4.dev/

But again, for simple stuff, mermaid! It's also natively supported in a lot of markdown renderers, like gitlab

5 comments

There are also ilograph and structurizr for architecture diagrams.

Ilograph https://app.ilograph.com/

Structurizr https://structurizr.com/dsl

It's not a great look for Ilograph's first example diagram to smash text on top of one another :-/ https://imgur.com/CdJXyYN
It's a known issue with FireFox... at least it only happens on hover.
That's... not better.
Wow! Thanks for sharing this ... Been looking for a FREE C4 diagrammer without paying Simon Brown! LOL
IcePanel has a free tier. [0]

[0] https://icepanel.io/

Mermaid even has experimental support for plantUML-format C4: https://mermaid.js.org/syntax/c4.html
Indeed they do. It works but it is not great. I tried it for a couple of projects but eventually switched away from it because the layout renderer is pretty bad at this time and the results are not aesthetically pleasing at all, at times being difficult to read because the layout algorithm is so bad.
There's also PlantUML (lots of ads on the page, unfortunately) with support for all sorts of diagram types, and it's extensible. Swimlane, UML, sequence and about 20 more.
with this plantuml excel plugin, you keep keep all your diagrams in excel and also no need to learn the syntax for couple of plantuml diagram types https://docs.cornerstoneappsolutions.com/getting-started/ https://www.youtube.com/@CornerStoneAppSolutions/videos?app=...
also supports macros
LikeC4 looks really cool. I spent a little time with the documentation and it seems like it requires that it runs its own server to render the diagram. In other words no export to html or svg. Do you know if that's the case?