Recipes by Category
Every recipe is cross-element by design — that is the point of a recipe. This index groups each one under the element category it best showcases, so you can find a worked example near whatever you are building. A recipe listed under one category almost always pulls in elements from several others; follow the links to see the full combination.
Categories follow the chemistry taxonomy — see the Chemistry pillar
for the category index, and each element page at /docs/chemistry/:category/:type.
Foundation — circles & tenancy
- Bootstrap a Personal Circle — the first recipe: how a
circlecomes into being and what you get for free. - Multi-Tenant SaaS Skeleton —
circle+circle-ref+auth-policy+api-tokenfor per-customer isolation.
Agents — autonomous workers
- Agent Swarm Orchestration — a lead
triformerdelegates to worker agents, tracked on aboard. - Evaluator-Gated Agent Loop —
triformer+evaluatoras a self-correcting, rubric-graded loop.
Actions — executable steps & humans
- Human-in-the-Loop Approval — an
automationpauses at ahitlgate before a consequential action runs.
Apps — orchestration & UIs
- Self-Documenting Workflow — an
automationrenders its own topology into adiagram. - Internal Dashboard —
view+sql+board+automationfor an operations console.
Intelligence — labs that hear, think, speak
- Voice Assistant — the
labcompound:earstranscribe, the lab reasons, themouthspeaks. - Branded Voice Content —
brand+prompt+lab+mouthfor on-brand copy spoken in a consistent voice.
Tools — browsers & platform surfaces
- Authenticated Browser Scrape — a
cookie-jarbonds to achromelessbrowser to read behind a login.
Data — storage & retrieval
- Knowledge Graph from Documents —
document+entity+organizations+graphlift relationships out of prose. - Event-Sourced Audit Log —
queue+timeseries+documentfor an append-only, time-keyed record. - Support Assistant —
document+vector+triformerfor a searchable knowledge base.
Frontend — what users see
- API-to-SPA Dashboard —
http+queue+sqlfeeding a customspa. - 3D Product Viewer — a
three-d(Bevy→WASM) viewer backed by afilesasset store.
IO — the outside world
- Realtime Slack RAG Assistant — a
slacktrigger →vectorretrieval →labanswer. - Scheduled Report Pipeline —
schedule→sql/timeseries→document→email/slack. - Scheduled Data Sync —
schedule→httpfetch →sqlupsert on a timer. - Multichannel Inbox —
slack/discord/teams/emailfan-in to oneboard. - Realtime Collaborative Canvas — a
websocketpushes live edits to a shareddiagram+graph.
Connectivity — wiring elements together
- Wire Fan-In — multiple io triggers →
queue→rate-limit→lab, carried bywire.
Modifiers — policy as data
- ICP Lead Qualification — an
icprule set filters leads, matched by asales-board.
How to read a recipe
Each recipe states the problem it solves, the elements involved (linked to their
/docs/chemistry/:category/:type page), a step-by-step build grounded in real
operations, and an honest “what this shows” framing. Nothing in a recipe claims a
capability an element does not actually have — if a step names an operation, that
operation exists on that element.