c4-lab
is a web interface to create diagrams expressing a software
architecture, and share those as images and text-based data.
c4-lab
is a based on Simon Brown's C4 approach (Context,
Containers, Components, and Classes). See
Visualising Software Architecture for more information.
The latest version is deployed at https://ryepup.github.io/c4-lab
c4-lab
uses yarn to install dependencies and as a task runner. To develop:
yarn install
yarn start
See architecture decision records in doc/adr
Pull requests are welcome.