Layout & Grid Design Hub
Master modern Bento Box layout composition, 12-column responsive CSS Grid tracks, column overlay guides, and 8px baseline spacing token scales.
Interactive Layout & Grid Studio
Configure column spans, gutter gap sizes, container width, column overlay guides, and export CSS Grid or Tailwind v4 tokens.
Grid & Canvas Settings
Customize columns, gutters, container width, and card spans.
Bento Cards (5)
Interactive Canvas Preview
Responsive preview simulating a 12-column grid container.
Ultra-fast vector processing with real-time inference.
Global edge network SLA.
Sub-millisecond cold start times.
TypeScript, Python, and Rust libraries.
Enterprise security standards.
Export Production Layout Code
:root {
--grid-cols: 12;
--grid-gutter: 24px;
--grid-max-width: 1280px;
--grid-padding: 24px;
}
.bento-grid-container {
display: grid;
grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
gap: var(--grid-gutter);
max-width: var(--grid-max-width);
padding: var(--grid-padding);
margin-inline: auto;
}<!-- Container -->
<div class="grid grid-cols-12 gap-6 p-6 max-w-[1280px] mx-auto">
<!-- Generative AI Engine -->
<div class="col-span-8 row-span-2 rounded-2xl border border-default p-6 bg-elevated/40">
<p class="font-bold">Generative AI Engine</p>
</div>
<!-- 99.99% Uptime -->
<div class="col-span-4 rounded-2xl border border-default p-6 bg-elevated/40">
<p class="font-bold">99.99% Uptime</p>
</div>
<!-- 12ms Latency -->
<div class="col-span-4 rounded-2xl border border-default p-6 bg-elevated/40">
<p class="font-bold">12ms Latency</p>
</div>
<!-- Developer SDKs -->
<div class="col-span-6 rounded-2xl border border-default p-6 bg-elevated/40">
<p class="font-bold">Developer SDKs</p>
</div>
<!-- SOC-2 Type II -->
<div class="col-span-6 rounded-2xl border border-default p-6 bg-elevated/40">
<p class="font-bold">SOC-2 Type II</p>
</div>
</div><template>
<div class="grid grid-cols-12 gap-6 max-w-[1280px] mx-auto p-6">
<div class="col-span-8 p-6 rounded-2xl border border-default bg-default">
<h3 class="font-bold text-lg">Generative AI Engine</h3>
<p class="text-sm text-muted">Ultra-fast vector processing with real-time inference.</p>
</div>
<div class="col-span-4 p-6 rounded-2xl border border-default bg-default">
<h3 class="font-bold text-lg">99.99% Uptime</h3>
<p class="text-sm text-muted">Global edge network SLA.</p>
</div>
<div class="col-span-4 p-6 rounded-2xl border border-default bg-default">
<h3 class="font-bold text-lg">12ms Latency</h3>
<p class="text-sm text-muted">Sub-millisecond cold start times.</p>
</div>
<div class="col-span-6 p-6 rounded-2xl border border-default bg-default">
<h3 class="font-bold text-lg">Developer SDKs</h3>
<p class="text-sm text-muted">TypeScript, Python, and Rust libraries.</p>
</div>
<div class="col-span-6 p-6 rounded-2xl border border-default bg-default">
<h3 class="font-bold text-lg">SOC-2 Type II</h3>
<p class="text-sm text-muted">Enterprise security standards.</p>
</div>
</div>
</template>Curated Bento & Grid Layout Directory
Production-grade 12-column Bento grids, SaaS dashboards, and landing page hero layouts. Click to customize in Grid Studio.
Apple-Style 3x3 Bento Showcase
Bento & CardsHigh-contrast 3x3 Bento Grid with a large hero feature card, stat badges, and secondary teaser cards.
AI Analytics Dashboard Bento
Bento & CardsBento grid tailored for AI monitoring platforms with primary charts, token counters, and status toolbars.
SaaS 60/40 Hero Split Grid
Hero & LandingBalanced 12-column hero split with 7 columns for headline/CTAs and 5 columns for interactive preview video/mockup.
Full Backdrop Hero Grid
Hero & LandingImmersive centered hero layout spanning 12 columns with floating feature badges underneath.
4-Column SaaS Feature Matrix
SaaS & DashboardClean 4-column equal grid layout (3 cols each) ideal for displaying key product pillars side-by-side.
3-Column Product Value Grid
SaaS & DashboardHigh-impact 3-column feature grid (4 cols each) with generous padding for value propositions.
App Workspace Dashboard Grid
SaaS & DashboardClassic 12-column web app layout with 3-column navigation sidebar and 9-column workspace canvas.
Executive KPI Metrics Grid
SaaS & DashboardMulti-row dashboard grid with 4 top KPI summary cards and 2 large detailed data visualization panels.
3-Tier SaaS Pricing Table Grid
Forms & Split12-column pricing matrix layout with 4 columns per tier (Free, Pro, Enterprise) highlighting the middle Pro plan.
3-Pane API Documentation Grid
Forms & Split3-pane developer docs grid (3 cols nav, 5 cols docs, 4 cols live curl/code playground).
Modernist Editorial Gallery Grid
Editorial & GalleryAsymmetric staggered grid layout tailored for editorial magazine features, fashion lookbooks, and art galleries.
Creative Agency Portfolio Grid
Editorial & GallerySpacious grid showcasing case studies with varying card widths (6 cols, 6 cols, 12 cols).
Split Authentication & Checkout Grid
Forms & SplitClean 6/6 split grid with brand testimonial sidebar on the left and form inputs on the right.
Cyberpunk Dark Neon Bento Grid
Bento & CardsFuturistic dark-mode bento grid with neon gradient accents and high-visibility glow tiles.
Scandinavian Minimalist Monochrome Bento
Bento & CardsUnderstated monochrome bento grid with muted slate borders and crisp typographic hierarchy.

