Decisions stay readable
Write context and trade-offs in a focused document editor built for durable technical thinking.
Draef brings architecture documents, live diagrams, source models, and team review into one calm workspace.
Built for explicit saves, review, and revision history.
Workspace
Why we are splitting the platform
One connected workspace
Write context and trade-offs in a focused document editor built for durable technical thinking.
Embed editable C4 views beside the decisions they explain, without exporting stale screenshots.
Discuss a paragraph, diagram, node, or relationship and resolve the thread where the work lives.
Architecture as code
Import Structurizr, C4 PlantUML, Mermaid C4, or structured JSON. Inspect normalized views, coverage, and source revisions without losing the original model.
workspace "Commerce platform" {
model {
customer = person "Customer"
platform = softwareSystem "Platform" {
web = container "Web application"
api = container "API"
}
customer -> platform.web "Uses"
platform.web -> platform.api "Calls"
}
}