Concept Cluster
group related terms, cards, or sections without hard layout changes
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Concept Cluster" — group related terms, cards, or sections without hard layout changes. It has a cohesion layer (flocking — pull toward neighbours), a crystallize layer (snap matter onto a lattice), a link layer (ropes / cloth between neighbours), and a memory layer (a decaying trail / hysteresis). The active render stack is metaballs, links, particles.
Related concepts cluster without a rigid layout (cohesion + crystallize); active concepts strengthen nearby terms; unrelated ones cool and drift.
Copy this pattern
<field-root></field-root>
<div data-body="cohesion" data-strength="0.7" data-range="300" data-feedback></div>
<div data-body="crystallize" data-strength="0.5" data-range="260"></div>
<div data-body="link" data-strength="0.5" data-range="280"></div>
<div data-body="memory" data-strength="0.4" data-range="320"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="cohesion" data-strength="0.7" data-range="300" data-feedback></div>
<div data-body="crystallize" data-strength="0.5" data-range="260"></div>
<div data-body="link" data-strength="0.5" data-range="280"></div>
<div data-body="memory" data-strength="0.4" data-range="320"></div> import { FieldField } from '@fundamental-engine/react';
export default function ConceptCluster() {
return (
<FieldField>
<div data-body="cohesion" data-strength="0.7" data-range="300" data-feedback />
<div data-body="crystallize" data-strength="0.5" data-range="260" />
<div data-body="link" data-strength="0.5" data-range="280" />
<div data-body="memory" data-strength="0.4" data-range="320" />
</FieldField>
);
} {
"id": "concept-cluster",
"name": "Concept Cluster",
"intent": "group related terms, cards, or sections without hard layout changes",
"naturalField": "strong",
"primitives": [
"cohesion",
"crystallize",
"link",
"memory"
],
"bodies": [
{
"body": "cohesion",
"strength": 0.7,
"range": 300,
"feedback": true
},
{
"body": "crystallize",
"strength": 0.5,
"range": 260
},
{
"body": "link",
"strength": 0.5,
"range": 280
},
{
"body": "memory",
"strength": 0.4,
"range": 320
}
],
"render": [
"metaballs",
"links",
"particles"
],
"metrics": [
"cluster",
"memory",
"density"
],
"diagnostics": [
"topology",
"heatmap",
"inspector"
],
"accessibility": {
"reducedMotion": "concepts collapse into grouped lists; active groups keep emphasis",
"meaningWithoutMotion": "related concepts are grouped under headings with relation badges"
},
"notes": "Related concepts cluster without a rigid layout (cohesion + crystallize); active concepts strengthen nearby terms; unrelated ones cool and drift.",
"tier": "core",
"status": "shipped"
} See also
- Priority Well make important elements feel naturally weighted without shouting
- Focus Orbit keep related options moving around the active item
- Search Relevance Field let search results settle by relevance, confidence, and recency
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Conflict Field make contradiction, uncertainty, and unstable state visible