Skip to content

Gallery

Collected .gg diagrams organised by application domain. Every example is a live render — each fenced gg-diagram block below is parsed, resolved, and drawn at build time.

The goal is to show the range: Gridgram's DSL works well beyond the "boxes and arrows in a cloud architecture" case it was originally sketched for. Examples collectively exercise every feature — regions, notes, badges, dashed lines, theme overrides, waypoints, sizeScale, labelScale — so the category read-through doubles as a feature tour.

Domains

Technology & engineering

Business & people

Operations & logistics

Knowledge & communication

Each page uses the gg-diagram fenced code block. The docs/.vitepress/plugins/gg-diagram.ts plugin parses every fence at build time and inlines the resulting SVG, so the gallery never ships raw .gg text to the browser — you see the rendered diagram directly.

Only Tabler built-ins and inline raw SVG are available in this mode; @alias/ paths, URLs, and file references are skipped (they'd need the async loader that markdown-it can't await). If you want those in a custom page, add an examples/<name>/ entry and use the <Example> component instead.

Edit this pageLast updated: