Single-column layout
One focused vertical content column optimized for reading or completing a task.
- Also known as
- One-column layout, Linear layout, Reading column
- AI prompt
Create a focused single-column page with a readable line length, clear heading hierarchy, predictable vertical rhythm, optional anchored actions, and responsive gutters for small and large viewports.
Two-column layout
A primary region paired with a secondary column for context, controls, or related content.
- Also known as
- Dual-column layout, Main and aside, 2-column layout
- AI prompt
Create a responsive two-column page with a dominant main region and narrower complementary aside, semantic landmarks, independent min-width constraints, and a logical single-column order on small screens.
Three-column layout
A central content region supported by two narrower side regions.
- Also known as
- Triple-column layout, Three pane layout, 3-column layout
- AI prompt
Create a responsive three-column page with a flexible central region, bounded side columns, deliberate collapse priorities, semantic landmarks, and no loss of content or functionality at narrow widths and high zoom.
Holy Grail layout
A header, footer, main content, and two sidebars arranged as a classic responsive page shell.
- Also known as
- Classic page layout, Header-main-footer grid, Holy grail
- AI prompt
Create a modern Holy Grail layout with semantic header, main, complementary sidebars, and footer; use CSS Grid, keep the main region fluid, stack regions in a logical source order, and make the footer follow content naturally.
App shell
A persistent application frame with navigation, top bar, content workspace, and optional inspector.
- Also known as
- Application shell, Workspace layout, Admin shell
- AI prompt
Create a responsive application shell with semantic navigation and main landmarks, collapsible sidebar, top bar, scrollable workspace, min-height: 0 and min-width: 0 in nested Grid or Flex regions, preserved focus, and mobile drawer behavior.
Dashboard layout
A scannable arrangement of metrics, charts, tables, and actions with clear priority.
- Also known as
- Analytics dashboard, KPI grid, Admin dashboard
- AI prompt
Create a responsive dashboard grid with clearly prioritized KPIs, charts, recent activity, and actions; use semantic headings, consistent card alignment, adaptive column spans, accessible data alternatives, and no information conveyed by color alone.
Card grid
A repeatable grid of self-contained cards that adapts the number of columns to available width.
- Also known as
- Tile grid, Responsive card layout, Collection grid
- AI prompt
Create an accessible responsive card grid using auto-fit or explicit responsive columns, consistent gaps, equal visual alignment without fixed content heights, correctly scoped interactive targets, and a sensible list alternative.
Feed layout
A continuous stream of similarly structured content optimized for browsing and discovery.
- Also known as
- Content feed, Activity stream, Timeline feed
- AI prompt
Create a responsive content feed with clear item boundaries, stable media dimensions, meaningful chronology, accessible load-more or pagination behavior, preserved position when content updates, and compact-to-expanded adaptations.
List-detail layout
A collection pane paired with a detailed view of the currently selected item.
- Also known as
- Master-detail layout, Split view, Collection-detail
- AI prompt
Create an adaptive list-detail layout with a selectable list, clearly labelled detail region, synchronized selection and URL state, preserved scroll and focus, side-by-side presentation on wide screens, and drill-in/back navigation on compact screens.
Supporting pane
Primary content accompanied by a contextual pane for related tools, details, or assistance.
- Also known as
- Contextual pane, Inspector layout, Companion panel
- AI prompt
Create an adaptive supporting-pane layout with a dominant main task and a clearly related secondary pane, sensible wide and medium arrangements, an accessible compact-screen modal or separate view, and explicit close and return-focus behavior.
Split-screen layout
Two substantial regions share the viewport, often pairing brand media with an interactive task.
- Also known as
- Half-and-half layout, 50/50 layout, Dual-pane screen
- AI prompt
Create a responsive split-screen composition with two meaningful regions, balanced but not necessarily equal sizing, controlled media cropping, logical reading order, and a stacked narrow-screen layout that keeps the primary task first.
Magazine layout
An editorial grid combining a lead story with varied supporting story sizes and rhythm.
- Also known as
- Editorial layout, News grid, Publication layout
- AI prompt
Create a responsive editorial magazine layout with one clear lead story, varied but consistent supporting modules, readable text measures, stable media ratios, semantic article order, and a simple linear small-screen presentation.
Bento grid
A modular grid of differently sized panels arranged into a cohesive rectangular composition.
- Also known as
- Feature grid, Modular tile layout, Bento box UI
- AI prompt
Create a responsive bento grid with intentional large and small feature tiles, consistent gaps and radii, concise content hierarchy, robust grid spans, logical source order, and a balanced single-column fallback.
Masonry layout
Unequal-height items packed into columns to reduce vertical gaps.
- Also known as
- Pinterest layout, Packed columns, Waterfall grid
- AI prompt
Create a responsive masonry-style collection with stable item dimensions, logical DOM and focus order, progressive enhancement for CSS masonry where supported, a dependable multi-column or Grid fallback, and no content jumping during media load.
Gallery layout
A visual collection of images or media with consistent browsing and selection behavior.
- Also known as
- Image grid, Media gallery, Thumbnail gallery
- AI prompt
Create an accessible responsive media gallery with intrinsic image dimensions, appropriate object-fit, useful alternative text or captions, keyboard-operable item actions, lazy loading, and a column count that adapts to its container.
Form page layout
A structured page that aligns field groups, guidance, validation, and actions for efficient completion.
- Also known as
- Form grid, Input page layout, Data-entry layout
- AI prompt
Create a responsive form page layout with grouped fields, persistent labels, aligned but source-ordered controls, full-width rows for long answers, inline guidance and validation, a single-column mobile layout, and a clear action area.