Layout Clusters
The skeleton of your ecosystem. Our architecture eschews rigid containers—master the unified Frame Topology to synthesize dynamic CSS Flex and CSS Grid matrices.
Frame
The universal architectural unit. Frames are adaptive carriers that can contain any node and be styled through advanced metadata properties. Every node in BrilliantNode is a Frame.
Preview Morphology
Deployment Cases
- As a carrier node for grouping other architectural elements.
- To synthesize custom layouts with granular precision.
- When you require a styled block with fills, strokes, and spatial padding.
Configurable Node Settings
Flex Row
A Frame protocol optimized for horizontal topologies via `display: flex`. Nodes are distributed side-by-side with elastic spacing and alignment logic.
Preview Morphology
Deployment Cases
- For navigation manifests and horizontal arrays.
- To distribute elements side-by-side (abstract next to artifact).
- When synthesizing button clusters or functional bars.
Configurable Node Settings
Flex Column
A Frame protocol optimized for vertical stacking. Nodes are arrayed top-to-bottom, perfect for assembling structural page sections.
Preview Morphology
Deployment Cases
- For vertical architecture sections.
- To stack cards or functional blocks.
- When building forms or vertical navigation manifests.
Configurable Node Settings
Grid Matrices
Frame protocols configured with `display: grid` for complex multi-node layouts. Supports uneven distributions like Bento Grids and responsive matrices.
Preview Morphology
Deployment Cases
- For feature matrices and card distributions.
- Media galleries and image-node grids.
- Dashboard-style layouts with multiple distinct clusters.
- Modern bento-style hero architectures.
Configurable Node Settings
Centered Carrier
A Frame protocol with max-width and auto-margin logic, optimized for centering architecture on ultra-wide viewports.
Preview Morphology
Centered Logic (max-w-1200px)
Deployment Cases
- For primary content nodes that should not exceed structural width limits.
- To create readable text manifests.
- When building centered section clusters.