Skip to content

Matter patterns

Components are the parts. Patterns are how they fit together.

Read this section when you're about to compose a screen and want to see how the same primitive should behave in context. Every pattern documents the components it uses, the layout shape it expects, and the lifecycle moments it covers.

Visual treatment

Data & input

Dynamic cards (Claude / agent surfaces)

The dynamic-card family powers every Claude-rendered output inside Matter — board consents, filing trackers, equity moments, doc panels, signature flows, lifecycle stages.

Pick the right pattern

Two questions you'll ask in order:

  1. What lifecycle moment is this? Create / Manage / Exit. Filings and registrations sit in Create; cap-table changes and quarterly compliance live in Manage; M&A and dissolution live in Exit. The pattern catalogue is indexed first by moment.
  2. What's the right surface? A full sheet, an inline card, a table row, a chat-rendered card. Each pattern is paired with a recommended surface — start from the recommendation and adapt.

Layouts that ship in production

For complete screens (data-corpus, doc-detail, board, equity, API reference) see Recipes — each recipe page diagrams a real screen, lists every component used, and links to the matching source file in apps/app/.

On this page