Docs · Engines

GlyphScript

Compatible with Glyph native — no other tool speaks it yet

The first diagram language designed for research. Every element has a domain type — `study`, `cohort`, `arm`, `outcome`, `project`, `task`, `service`, `kpi`, … — and numbers PROPAGATE. Declare `cohort eligible { n: 1240, from: screened, excluded: { ineligible: 198, declined: 64 } }` and the validator checks that 198 + 64 + 1240 = screened.n. One model renders as many publication-ready views (CONSORT 2010 flow ships in V0; Sankey, summary-bars, Gantt, C4, funnel coming next). Designed for clinical trials, biology, ML eval, project management, engineering architecture, and business strategy from day one.

Templates
21
Source language
glyphscript
Workstation
Lab
Engine id
glyphscript

In the same space

Most users come to GlyphScript from Word CONSORT diagrams, PowerPoint-drawn PRISMA flows or Hand-counted study tables. Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

cohort patients {
  n: 100
  age: 40..75 years
}

Paste this in the Studio code pane to see GlyphScript render live. The full grammar is at the upstream-docs link above.

Sample templates

All 21
Engine reference: glyphscript · ← Browse all engines · Quick-start guide