C4 model - unders/mywiki GitHub Wiki

The C4 model for visualising software architecture.

Zoom Levels

  1. System Context - The system plus users and system dependencies.

  2. Containers - The overall shape of the architecture and technology choices.

  3. Components - Logical components and their interactions within a container.

  4. Code - Component implementation details.

References