Groups

Groups organize related components visually and logically.

Basic Syntax

Use indented sections with brackets:

@arch
[nodes]
  client:Client|cloud

  [Backend]
    api:API
    db:Database|cyl
Rendered diagram

Nested Groups

Groups can be nested for complex architectures:

Rendered diagram

Compact Syntax

For inline grouping, use the |group: property:

Rendered diagram
Rendered diagram

Group Styling

Groups can have colors:

Rendered diagram

Edges Across Groups

Edges work normally across group boundaries:

Rendered diagram

Common Patterns

AWS VPC Layout

Rendered diagram

Kubernetes

Rendered diagram

Microservices Domains

Rendered diagram

Next Steps

  • Styling - Colors and visual customization

  • Icons - Add cloud provider icons

Last updated