Client-side encrypted workspace
The workspace "
" has been client-side encrypted, please enter the passphrase to decrypt it.
Save passphrase in browser local storage
The workspace could not be decrypted.
Render
Structurizr DSL documentation
Structurizr DSL tutorial
Structurizr DSL cookbook
Basics
Identifiers
Implied relationships
Expressions
Structurizr DSL language reference
workspace
- model
- group
- person
- softwareSystem
- deploymentEnvironment
- deploymentNode
- infrastructureNode
- softwareSystemInstance
- containerInstance
- element
- -> (relationship)
- views
- systemLandscape
- systemContext
- container
- component
- filtered
- dynamic
- deployment
- custom
- image
- styles
- element
- relationship
- themes
- branding
- terminology
- configuration
- visibility
- scope
- users
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 * } container ss "Diagram2" { include * } styles { element "Element" { color #f88728 stroke #f88728 strokeWidth 7 shape roundedbox } element "Person" { shape person } element "Database" { shape cylinder } element "Boundary" { strokeWidth 5 } relationship "Relationship" { thickness 4 } } } configuration { scope softwaresystem } }
Structurizr v2026.01.02
|
|
|
View source