Files
2026-08-03 03:13:22 -07:00

40 lines
1.4 KiB
Plaintext

---
title: Wireframes
description: Use HTML wireframes to compare layouts, hierarchy, navigation, and responsive structure.
---
Wireframes show how a page or flow is organized without presenting a finished
design. An agent can turn the same brief into several HTML wireframes that you
can open at desktop and mobile sizes.
<GuideChapterEvidence chapter="wireframes" />
## What a wireframe can show
- content hierarchy and density;
- navigation and page structure;
- responsive layout;
- different ways to organize the same content;
- the order and grouping of controls.
## Keep the focus on structure
Use realistic content, clear boundaries, and a restrained palette so people can
compare layout and structure before discussing color, typography, and branding.
<GuideHandoff
artifactHref="/examples/release-readiness/wireframe.html"
artifactLabel="Open the wireframe"
artifactDescription="Open it at desktop and mobile widths."
sourceHref="https://github.com/plannotator/effective-html/tree/main/examples/release-readiness"
skillHref="https://github.com/plannotator/effective-html/blob/main/skills/html-wireframe/SKILL.md"
skillLabel="Use the wireframe skill"
skillDescription="Create a simple HTML wireframe from a brief."
/>
<GuideNext
href="/docs/prototypes"
title="Prototypes"
description="See how a working HTML flow can show behavior and state."
/>