Product carousel showcase
A horizontal product narrative with oversized slides, controlled peeking, and clear carousel progression.
- 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
- landing
- Layout archetype
- carousel
- Density
- spacious
- Base radius
- 18px
- Type scale
- 1.2
#15100dsurface#28201btext#fff7edmuted#c4b5a8accent#ff8a3dsuccess#74c69dwarning#ffd166danger#ef6f6cRequired layout sections
- Featured release
- Material story
- Color collection
- In use
- Details
- Shop collection
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.
3445 bytes · MarkdownView generated DESIGN.md
# Product carousel showcase
## Product direction
- **Page type:** landing
- **Layout archetype:** carousel
- **Audience:** Customers comparing a visual product collection
- **Goal:** Let each product story take the stage without losing collection context.
- **Tone:** Bold, cinematic, and tactile
## 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 18px; shadows are elevated.
- 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 | `#15100d` | Page canvas and the deepest application layer |
| Surface | `#28201b` | Cards, panels, navigation, and raised regions |
| Text | `#fff7ed` | Primary copy, labels, and high-emphasis content |
| Muted | `#c4b5a8` | Secondary copy, metadata, and inactive controls |
| Accent | `#ff8a3d` | Primary actions, focus, selection, and active state |
| Success | `#74c69d` | Confirmed success and healthy state |
| Warning | `#ffd166` | Caution, pending review, and non-blocking risk |
| Danger | `#ef6f6c` | 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. Featured release
2. Material story
3. Color collection
4. In use
5. Details
6. Shop collection
## 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": "Product carousel showcase",
"pageType": "landing",
"layoutStyle": "carousel",
"audience": "Customers comparing a visual product collection",
"goal": "Let each product story take the stage without losing collection context.",
"tone": "Bold, cinematic, and tactile",
"palette": {
"background": "#15100d",
"surface": "#28201b",
"text": "#fff7ed",
"muted": "#c4b5a8",
"accent": "#ff8a3d",
"success": "#74c69d",
"warning": "#ffd166",
"danger": "#ef6f6c"
},
"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": 18,
"shadow": "elevated",
"sections": [
"Featured release",
"Material story",
"Color collection",
"In use",
"Details",
"Shop collection"
],
"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
landing: Let each product story take the stage without losing collection context.
Expected result
A spacious landing using #ff8a3d as the semantic accent and 6 defined sections.