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 #d9232b stroke #d9232b strokeWidth 7 shape roundedbox } element "Boundary" { strokeWidth 5 } element "Person" { shape person } element "Database" { shape cylinder } relationship "Relationship" { thickness 4 } } } configuration { scope softwaresystem } }
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