PlantUML Diagrams
PlantUML is a versatile diagramming tool that generates diagrams from text descriptions. It supports UML diagrams, network diagrams, mind maps, and more.
Sequence diagram
Section titled “Sequence diagram”Class diagram
Section titled “Class diagram”Activity diagram
Section titled “Activity diagram”Component diagram
Section titled “Component diagram”Syntax
Section titled “Syntax”Use a fenced code block with the plantuml language identifier:
```plantuml@startumlAlice -> Bob: HelloBob --> Alice: Hi@enduml```PlantUML supports many diagram types including sequence, class, activity, component, state, object, deployment, and timing diagrams.