# Part I — Software That Explains Itself

> Begin FlowBook with the incident that inspired Flow-Like, the principles behind visible software, the platform model, and a first FlowScript workflow.

- **Document type:** Part overview
- **Canonical HTML:** [https://book.flow-like.com/part-1/](https://book.flow-like.com/part-1/)
- **Markdown alternate:** [https://book.flow-like.com/part-1/index.md](https://book.flow-like.com/part-1/index.md)
- **Book:** FlowBook — The FlowScript Book
- **Edition:** Open edition · 2026
- **Publisher:** Flow-Like
- **Language:** en
- **Topics:** Flow-Like FlowScript, explainable software, Flow-Like architecture, visual workflows, incident triage tutorial
- **LLM index:** [https://book.flow-like.com/llms.txt](https://book.flow-like.com/llms.txt)

---

FlowBook begins with a practical question: why does critical software become hardest to
understand at the moment people most need to understand it?

Part I follows that question from a costly incident into Flow-Like’s core design. It explains
why software structure, execution paths, permissions, and failures should remain visible beyond
the original author’s editor. It then maps the platform vocabulary—Apps, Flows, Boards, Events,
data, and execution—before turning the argument into a small program you can inspect in two
honest views.

By the end of this part, you will be able to:

- explain the operational problem Flow-Like and FlowScript are designed to address;
- evaluate the trade between unconstrained code and typed, governed building blocks;
- distinguish an App, Flow, Board, Event, and authoring surface; and
- build a deterministic incident-triage Flow, read its node graph, and edit its FlowScript.

The chapters form one sequence. The incident establishes the stakes, the manifesto states the
constraints, the platform model names the moving pieces, and the tutorial proves that the same
workflow can remain readable as source, graph, and runtime evidence.

---

## Chapters in this part

- [Chapter 1: The 3 A.M. Call](https://book.flow-like.com/part-1/01-the-3-am-call/index.md): A major incident reveals why Flow-Like was built for visible software structure, operational evidence, and domain knowledge that survives its author.
- [Chapter 2: The Manifesto: Constrained Freedom](https://book.flow-like.com/part-1/02-manifesto-constrained-freedom/index.md): Explore Flow-Like’s principles for typed building blocks, legible workflows, safe extension, governed execution, and freedom without hidden liabilities.
- [Chapter 3: One Platform, One Flow Model](https://book.flow-like.com/part-1/03-one-platform-one-flow-model/index.md): Understand how Flow-Like Apps, Flows, Boards, Events, data, permissions, authoring surfaces, and local or remote execution fit into one model.
- [Chapter 4: First Flow: Incident Triage in Two Views](https://book.flow-like.com/part-1/04-first-flow-incident-triage/index.md): Build a deterministic incident triage Flow, inspect its node graph, edit it in FlowScript and Studio, trace failures, and save a tested version.
