# Technical Documentation: ivanceras/svgbob > ℹ️ **Provenance:** Hybrid Fusion: `ivanceras/svgbob` (README + 2 In-Tree Chapters) · [CodeWiki Reference](https://codewiki.google/github.com/ivanceras/svgbob) · Recency: Active (< 180 days) ## 1. Project Overview & Quickstart (ivanceras/svgbob) # Svgbob [](https://crates.io/crates/svgbob) [](https://docs.rs/svgbob/) [](https://github.com/ivanceras/svgbob/actions) [](https://github.com/ivanceras/svgbob/blob/master/LICENSE) Svgbob can create a nice graphical representation of your text diagrams. Svgbob provides a cli which takes text as an input and creates an svg image as an output. [**Demo**](https://ivanceras.github.io/svgbob-editor/) [Specification](https://ivanceras.github.io/content/Svgbob/Specification.html) [](https://liberapay.com/ivanceras/donate) ## Used by: - [google/comprehensive-rust](https://github.com/google/comprehensive-rust) via [markdown-svgbob](https://github.com/boozook/mdbook-svgbob) - [asciidoctor](https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/svgbob/) - [discourse](https://meta.discourse.org/t/discourse-svgbob/223573) - [typst/bob-draw](https://typst.app/universe/package/bob-draw/) - [zola](https://zola.discourse.group/t/diagramming-tool-integrations-plantuml-svgbob-graphviz-etc/269) - [kroki](https://kroki.io/) ## 2. In-Tree Documentation Chapters (ivanceras/svgbob) ## File: README.md # Svgbob [](https://crates.io/crates/svgbob) [](https://docs.rs/svgbob/) [](https://github.com/ivanceras/svgbob/actions) [](https://github.com/ivanceras/svgbob/blob/master/LICENSE) Svgbob can create a nice graphical representation of your text diagrams. Svgbob provides a cli which takes text as an input and creates an svg image as an output. [**Demo**](https://ivanceras.github.io/svgbob-editor/) [Specification](https://ivanceras.github.io/content/Svgbob/Specification.html) [](https://liberapay.com/ivanceras/donate) ## Used by: - [google/comprehensive-rust](https://github.com/google/comprehensive-rust) via [markdown-svgbob](https://github.com/boozook/mdbook-svgbob) - [asciidoctor](https://docs.asciidoctor.org/diagram-extension/latest/diagram_types/svgbob/) - [discourse](https://meta.discourse.org/t/discourse-svgbob/223573) - [typst/bob-draw](https://typst.app/universe/package/bob-draw/) - [zola](https://zola.discourse.group/t/diagramming-tool-integrations-plantuml-svgbob-graphviz-etc/269) - [kroki](https://kroki.io/) --- ## File: crates/svgbob_server/README.md # Svgbob server This is running svgbob as a rest api ```sh cargo install svgbob_server PORT=3000 svgbob_server ``` Then you can use svgbob in port 3000 to convert text diagrams into svg ```sh curl -X POST -F 'ascii=o------>' http://localhost:3000 > output.svg ``` --- METRICS --- - Files Extracted: 3 - Estimated Token Budget: ~634 tokens - Recency Window: Active (< 180 days) - Canonical Reference: https://codewiki.google/github.com/ivanceras/svgbob