RelGeo is suited to work that needs readable source, deterministic geometry, and drawing rules that remain reusable.
1. Embedding Free-Form Vector Graphics in Markdown
RelGeo offers a path somewhat like Mermaid, but for free-form vector drawings rather than a limited diagram template family.
In this context:
rgis useful when the source should remain readablerelgeois useful when the rendered result should appear directly
2. Self-Describing Technical Drawings
Technical drawing is the first deep domain. Relations, dimensions, calculations, and construction intent remain readable in source form.
3. Parametric Drafting
RelGeo fits cases where one drawing rule needs to be reused with different inputs:
- the data changes
- the parameters change
- the drawing variant changes
- the authoring intent remains in the same family
4. Drawings That Stay Readable to Both Machines and Humans
This matters for:
- version control
- review
- audit
- automation
- tooling integration
Source remains useful not only for the renderer, but also for reading and processing.
5. Richer Authoring Surfaces Over Time
Its usage surfaces can grow:
- markdown
- playground
- CLI
- desktop app
- editor or doc-site integrations
Markdown embedding and technical drawing both matter, but neither one is the boundary of RelGeo’s identity.
Continue Reading
- read Current Capabilities to see the surfaces that already exist
- read Why RelGeo to understand the problem framing
- open the Documentation to move into usage surfaces