Free · the 27-page field guide

The DOC Model

Your automations keep breaking because nobody owns the architecture. This is the three-layer map that fixes it — and it works on every tool you'll ever switch to. Free, 27 pages.

Strata School
DOC
A Developer's Framework for Building Anything
Data · Operations · Components
Lacey Kesler 2026 · free field guide

Most builders learn tools before they learn architecture. Six months later, they're holding five of them together with digital duct tape.

You pick a tool because it looked great in a demo. You build something. It works. Then the project grows — so you add another tool, then a third to connect the first two. Eventually one stores data in a format another can't read, and changing one piece breaks three others.

This is the Tool Trap, and almost everyone building on the modern web has fallen into it. It isn't a failure of execution. It's a failure of architecture — the part most tool-first education skips entirely.

The core problem

Courses teach you how to use a tool. Very few teach you how to think about what you're building. When the tool changes — and it always does — the learning expires. The thinking doesn't.

Every system is three layers. Give each one a clear lane.

The DOC Model is a composable architecture pattern that separates any application into Data, Operations, and Components. It's not a technology — it's a lens you put on before you build. Once you see the layers, you can place any tool, including ones that don't exist yet.

D The layer

Data

Where information lives and how it's structured. The single source of truth for your entire system — and nothing more.

Example tools
SupabaseAirtableContentfulREST APIs
O The layer

Operations

Logic that transforms, moves, and acts on data. Automation, serverless functions, API middleware — and yes, AI agents belong here.

Example tools
Maken8nFunctionsAI agentsGraphQL
C The layer

Components

What users see and interact with. The golden rule: keep it dumb. A beautiful UI on a broken architecture will always feel broken.

Example tools
WebflowReactNext.jsFramerRetool
DataOperationsComponents · the same model Strata's content pipelines are built on.

Separation is the point — not the labels.

01

Swap tools without rebuilding

Moving from Airtable to Supabase is a Data layer decision. Your Operations logic and Components UI never change.

02

Debug faster

Wrong data? Data layer. Right data, wrong place? Operations. Right data, right place, wrong display? Components. Diagnosis, not archaeology.

03

Grow without collapsing

Layer violations — when one layer does another's job — are the root cause of most technical debt. Clear lanes keep them out.

From the Tool Trap to AI — one durable way of thinking.

A complete, standalone reference. No specific tool or programming background required — though if you have one, you'll recognize separation of concerns and single responsibility throughout.

Intro
The Tool Trap
Why "what tool should I use?" is the wrong first question.
01
The DOC Model
What it is, where it came from, and why the separation is the point.
02
The Data Layer
Schema design, source of truth, and the formula-creep problem.
03
The Operations Layer
Automation, middleware, business logic — and where AI agents belong.
04
The Components Layer
The golden rule, why "dumb" is good, and what makes a UI tool worth using.
05
Layer Contracts & Violations
The taxonomy of what breaks — and how to identify and fix each one.
06
Applying the DOC Model
A complete real-world mapping: a content-ops system, placed correctly.
07
AI and the DOC Model
Why architecture matters more with AI, not less.
End
What You Do Next
The three questions to ask on every project.
LK

Lacey Kesler

Founder of Strata School and creator of the DOC Model. She's been teaching visual development as a discipline — distinct from "no-code" — since 2021, when she spoke at Webflow Conf on the power of structural thinking for builders who don't start with syntax. The DOC Model is the framework that underpins Strata, built layer by layer on the same architecture.

Get the field guide.

27 pages on why your automations keep breaking and the three-layer map that fixes it. Free — no sequence, no pitch. You'll get the guide and the occasional field note.

You're on the list.

Check your inbox — the guide is on its way. Want the same map run on your stack?