Architecture Diagrams
← Back to Diagramming
Visual representation of system structure and component relationships. The C4 Model provides four zoom levels: Context (system in its environment), Container (high-level tech choices), Component (internal structure), Code (class-level detail).
Related
- Sequence Diagrams (dynamic interactions)
- Architecture Documentation (diagrams support docs)