Chapter 5: Organisms
Core Idea
Organisms are relatively complex, distinct sections of an interface — assembled from groups of molecules and/or atoms — that give a design system its first recognizable, product-specific shape (a header, a product grid, a footer).
Key Concepts
- Composed from molecules and atoms: an organism like a site header might combine a logo atom, a navigation molecule, and a search-form molecule into one distinct section.
- Can repeat molecules: unlike molecules (usually built from distinct atoms), organisms can be built from the same molecule repeated (a product grid organism made of many identical product-card molecules).
- Concrete, context-carrying sections: organisms start to look like an actual piece of a real product, not an abstract UI kit entry — this is where a system starts demonstrating final design direction.
Mental Models
Organisms are where "this is our product" starts to show. Atoms and molecules are largely generic; organisms are where a product's specific information architecture and content strategy start shaping the UI.
Test organisms in different contexts early. Because organisms are context-carrying, the same organism (e.g. a header) may need to flex across pages with different content lengths, states, or nested content — validate this at the organism stage before it's baked into full page templates.
Anti-patterns
- Building organisms that are really one-off page sections: if a "organism" only ever appears on a single page and can't be reasonably reused, it may not need to be modeled as a standalone system component — treat it as page-specific composition instead.
- Skipping organism-level review: reviewing only atoms/molecules and only full pages, skipping the organism stage, misses the layer where cross-team reuse actually gets validated.
Key Takeaways
- Organisms combine molecules (and atoms) into distinct, recognizable interface sections — the first stage that looks like part of an actual product.
- Organisms can legitimately repeat one molecule many times (a card grid), unlike molecules, which usually combine distinct atoms.
- Organism-level review is where teams catch whether components genuinely flex across real content and contexts, before that gets locked into full templates.
Connects To
- Ch 4 (Molecules): the building material for organisms.
- Ch 6 (Templates & Pages): where organisms get arranged into full layouts.