Keystone Request access

The C4 model, without the DSL.

Structurizr proved that C4 works best as a model. Keystone keeps the model and swaps the text file for a visual editor, so the people who know the system can fix it themselves.

The C4 model has four zoom levels: context, container, component and code.

Where we agree

Structurizr and Keystone share the big idea: model once, draw many views. Each element exists once, and every diagram that shows it stays in sync. Both can run on your own servers.

The difference is who can hold the pen.

workspace {
  model {
    customer = person "Customer"
    store = softwareSystem "Online store" {
      api = container "API"
      db  = container "Orders DB"
    }
    api -> db "Reads and writes"
  }
}

Why a visual editor matters

A model is only as good as the people keeping it up to date. When updating it means editing a text file and opening a pull request, most of the company just doesn't. The product manager who spots a wrong arrow and the SRE who knows a queue was replaced both end up posting in chat instead.

In Keystone they click the object and fix it, or flag it as an inaccuracy right there.

Keystone object panel for Postgres showing its type, parent and status
Click an object, edit it. No pull request.

Where we differ

Keystone compared with Structurizr
KeystoneStructurizr
How you editVisual editor in the browserWrite DSL, then render
Who can contributeAnyone with a loginMostly engineers comfortable with the DSL and git
Reviewing changesDrafts with a change list, merge and conflict checksPull requests on the DSL file
Request walkthroughsFlows with playback and alternate pathsDynamic diagrams
Comments and decisionsComments pinned to objects; decision records with status and approval lockADRs as documentation files
Traffic simulationBuilt inNot offered
Model lives in gitVia YAML/JSON import, JSON export and the APINatively

Based on Structurizr's public docs as of September 2026. Spot something out of date? Email support@keystone-app.io.

Which should you pick?

Structurizr, if…

  • only engineers maintain your architecture docs, and they want them as code next to the source;
  • git history is how you want to review every change.

Keystone, if…

  • architects, managers, SREs and new hires should all be able to read, comment on and fix the map;
  • you want flows, drafts and decision records in one place;
  • you want to test designs with simulation. Automation still works through the REST API, YAML and JSON import, and signed webhooks.

Give your whole team the pen.

See what happens when everyone can keep the model right.

Request access or write to support@keystone-app.io