kroki
Kroki is an open-source diagram rendering service that provides a lightweight HTTP API for converting text-based diagram descriptions into raster or vector images. By delegating the rendering to multiple diagram engines, Kroki enables users to embed diagrams in documentation, wikis, issue trackers, and websites without depending on local toolchains.
Supported languages include PlantUML, Graphviz DOT, Mermaid, Vega and Vega-Lite, and Ditaa, among others. The server
Clients interact with Kroki through its REST API. Typical usage involves sending POST requests with the language
Development and maintenance are community-driven; Kroki is actively developed with contributors adding new language renderers and