The website confused me initially, but it's a service for rendering diagrams. You send your diagram in one of 20-ish formats via the URL or via a POST body, and it returns the graphic. You can install it locally.<p>Neat.
This site made me wonder if it's possible to embed PlantUML diagrams into Notion. One quick google search, and a top result referenced using Kroki. Serendipity.<p><a href="https://www.notion.so/Notion-Diagrams-6d8bd0a3a0e442e2bd092fa77e8199aa" rel="nofollow">https://www.notion.so/Notion-Diagrams-6d8bd0a3a0e442e2bd092f...</a>
Liking Kroki; I'll probably have a use for that (eg C4).<p>In return, if anyone just wants a simple place to create a sequence diagram (only) and prefers to do it interactively, then (thanks to js-sequence-diagrams, credit-linked from the site) a while ago I stuck a static site on Netlify: <a href="https://sequence-diagrams.netlify.app/" rel="nofollow">https://sequence-diagrams.netlify.app/</a>
It's a good observation that a lot of people want "diagrams", not separate, incompatible graph layouts, scatter plots, maps, histograms, radar charts, and everything else. Grammar based libraries and tools are starting to fill this need, but still feel low level, and sometimes too much DIY integration. Great problem though and exciting to see progress in understanding practical needs.