Commerce product gallery
A refined shopping surface with a dominant product stage, compact collection grid, and quiet purchasing cues.
- Revision
- 1
- Verified
- 2026-07-26
Compatibility and paths
DESIGN.mdReference it from AGENTS.md.DESIGN.mdImport it from CLAUDE.md.DESIGN.mdReference it from GEMINI.md.Trust and provenance
Curated record reviewed 2026-07-26. Results still depend on the supplied context and target environment.
See the design before you give it to an agent
This sandboxed preview is rendered directly from the same DesignBrief embedded in the downloadable DESIGN.md.
What this preset defines
The file gives an agent concrete design constraints instead of a vague request to “make it look good.”
- Product
- application
- Layout archetype
- commerce
- Density
- spacious
- Base radius
- 10px
- Type scale
- 1.2
#f1efe9surface#fffdf8text#24211dmuted#777067accent#315c4bsuccess#317257warning#a66f20danger#b34338Required layout sections
- Hero product
- New collection
- Materials
- Color variants
- Editorial story
- Cart
How to use it
The preset is useful without AI and does not execute code.
- 01Preview and customize
Check desktop and mobile, then open the visual builder if the palette, typography, spacing, or sections need adjustment.
- 02Download DESIGN.md
Save it in the repository root. It contains readable design rules plus the versioned machine-readable DesignBrief.
- 03Connect your agent
Add the generated integration snippet to AGENTS.md, CLAUDE.md, or GEMINI.md so the agent explicitly reads the design system.
DESIGN.md is a OneLiners convention. The included integration file explains exactly how to use it with your selected agent.
Start with DESIGN.md, then take only the extras you need
The main download is human-readable Markdown. JSON is available only as an optional design-token file.
Product direction, semantic palette, typography, layout, responsive behavior, accessibility, and an importable DesignBrief.
3431 bytes · MarkdownView generated DESIGN.md
# Commerce product gallery
## Product direction
- **Page type:** application
- **Layout archetype:** commerce
- **Audience:** Customers exploring a design-led product range
- **Goal:** Make product comparison visual while keeping purchase details effortless.
- **Tone:** Refined, tactile, and calm
## Visual system
- Use the semantic palette below; never use color without meaning.
- Heading: Inter, ui-sans-serif, system-ui, sans-serif; body: Inter, ui-sans-serif, system-ui, sans-serif; code: JetBrains Mono, ui-monospace, monospace.
- Density is spacious; base radius is 10px; shadows are subtle.
- Icons: Lucide-style outline icons with consistent 1.75px strokes.
- Imagery: Use product-specific imagery only when it explains the workflow; never use decorative filler..
## Semantic palette
| Role | Value | Intended use |
| --- | --- | --- |
| Background | `#f1efe9` | Page canvas and the deepest application layer |
| Surface | `#fffdf8` | Cards, panels, navigation, and raised regions |
| Text | `#24211d` | Primary copy, labels, and high-emphasis content |
| Muted | `#777067` | Secondary copy, metadata, and inactive controls |
| Accent | `#315c4b` | Primary actions, focus, selection, and active state |
| Success | `#317257` | Confirmed success and healthy state |
| Warning | `#a66f20` | Caution, pending review, and non-blocking risk |
| Danger | `#b34338` | Errors, destructive actions, and blocking risk |
The optional `design-tokens.css` from the full export pack mirrors these values. This `DESIGN.md` remains complete when used on its own.
## Layout and content
1. Hero product
2. New collection
3. Materials
4. Color variants
5. Editorial story
6. Cart
## Responsive and accessibility
- Collapse sidebars into an explicit drawer and preserve the primary task before secondary metadata..
- Meet WCAG AA contrast, preserve visible focus, and respect reduced motion.
- Do not reduce essential content or actions on mobile.
## Machine-readable OneLiners DesignBrief
<!-- oneliners-design-brief:v1 -->
```json
{
"schemaVersion": "1",
"name": "Commerce product gallery",
"pageType": "application",
"layoutStyle": "commerce",
"audience": "Customers exploring a design-led product range",
"goal": "Make product comparison visual while keeping purchase details effortless.",
"tone": "Refined, tactile, and calm",
"palette": {
"background": "#f1efe9",
"surface": "#fffdf8",
"text": "#24211d",
"muted": "#777067",
"accent": "#315c4b",
"success": "#317257",
"warning": "#a66f20",
"danger": "#b34338"
},
"typography": {
"heading": "Inter, ui-sans-serif, system-ui, sans-serif",
"body": "Inter, ui-sans-serif, system-ui, sans-serif",
"mono": "JetBrains Mono, ui-monospace, monospace",
"baseSize": 16,
"scale": 1.2
},
"density": "spacious",
"radius": 10,
"shadow": "subtle",
"sections": [
"Hero product",
"New collection",
"Materials",
"Color variants",
"Editorial story",
"Cart"
],
"iconStyle": "Lucide-style outline icons with consistent 1.75px strokes",
"imagery": "Use product-specific imagery only when it explains the workflow; never use decorative filler.",
"mobileStrategy": "Collapse sidebars into an explicit drawer and preserve the primary task before secondary metadata.",
"accessibility": {
"contrastTarget": "WCAG AA",
"reducedMotion": true,
"visibleFocus": true
}
}
```
Real example
Input
application: Make product comparison visual while keeping purchase details effortless.
Expected result
A spacious application using #315c4b as the semantic accent and 6 defined sections.