workspace "Name" "Description" !identifiers hierarchical model { u = person "User" ss = softwareSystem "Software System" { wa = container "Web Application" db = container "Database Schema" { tags "Database" } } u -> ss.wa "Uses" ss.wa -> ss.db "Reads from and writes to" } views { systemContext ss "Diagram1" { include * autolayout lr } container ss "Diagram2" { include * autolayout lr } styles { element "Element" { color #0773af stroke #0773af strokeWidth 7 shape roundedbox } element "Person" { shape person } element "Database" { shape cylinder } element "Boundary" { strokeWidth 5 } relationship "Relationship" { thickness 4 } } } }
Structurizr DSL v4.1.0 - some features (e.g. !docs, !script, etc) are unavailable via this demo page; see DSL for details.
Structurizr UI
Graph
PlantUML
C4-PlantUML
Mermaid
DOT
WebSequenceDiagrams
Ilograph