About this page
This showcase documents the Kmm mind-map family: three tiers that share a single JSON tree contract (version, title, root). The demo tree reconstructs prompt and planning themes behind Kitchen Sink — illustrative, not a chat export.
Static (Mms) is server-rendered SVG for print. Dynamic (Mmd) collapses branches and reflows on resize. Editable (Mme) supports label edit plus add/delete with GET load and POST save (demo mode uses sessionStorage on static hosting). Legacy Mermaid examples remain on Diagram-as-code.
Static (printable)
Orthogonal connectors, light palette, no JavaScript required. Click the diagram to open the modal zoom viewer.
Dynamic (collapse)
Branches start collapsed below depth 1. Click a node or chevron to expand/collapse; layout reflows on resize (vertical stack under 480px).
Editable — static mode
Select a node, edit its label inline, add children or siblings, then Save (demo persists to sessionStorage).
Editable — API demo
Loads tree JSON from assets/mindmap-ks-creation.json via GET. Save uses demo fallback when no POST endpoint is configured (Firebase static hosting).