#>architectural_field_guides
system design durability patterns

Systems / Architecture

Systems That Stay Readable

Architecture is where constraints become durable. This route gathers field notes on the choices that shape a system long after the first launch: plain-text protocols, route topology, local-first assumptions, interface boundaries, and the social cost of hidden state. The aim is not only correctness. The aim is to leave behind structures that another person can inspect, repair, and extend.

~"architecture_studies"

Reference Studies

A useful architectural image is not a literal system diagram. It shows the kind of load-bearing relationship you want the software to have: fold, support, seam, span, or compression.

Papergami architectural study with stacked planes and interior spans.
Load-bearing seams Good architecture exposes where the joins are. The seam is visible, but it does not fail under ordinary use.
Papergami study of offset cubes and repeated volumes.
Composable volumes Module boundaries work best when they can stack, rotate, or be replaced without collapsing the surrounding system.
~[pattern_languages]

System Patterns

Durable Protocols

Portable formats, inspectable HTML, and local-first invariants are architectural choices because they decide who can recover the system later.

site: Local First Web

Christopher Alexander

Pattern language is still useful because it treats design as a family of recurring relationships rather than a single frozen blueprint.

wiki: A Pattern Language

Readable Surface Architecture

At site scale, architecture is not only data flow. It is also route affordances, semantic depth, and whether a public page can explain its own moving parts.

route: Website design