99
cat ~/projects/dummy-diagram.md

Dummy Diagram Demo

hardware·demo

Throwaway page comparing diagram styles. Delete after viewing.

Problem

Show how a hand-drawn SVG diagram renders next to the auto-colored ASCII kind.

Architecture

ASCII fence, auto-colored by the build plugin:

client ──▶ REST API (dummy)            DB

Real SVG image, colors drawn into the file itself:

architecture diagram

Mermaid, rendered to SVG locally with mermaid-cli + Catppuccin themeVariables, committed as an asset:

mermaid diagram

Key decisions

  • D-01 SVG colors live in the file, ASCII colors come from the plugin.

What I’d do differently

Nothing, I am a dummy page.