Finalized research · code-validated reference

HTML Layout Systems Field Guide

A durable method for selecting, composing, and validating distinct HTML experiences across marketing, portfolio, technical, editorial, analytical, and operational communication.

Version 2.0.0Reviewed 2026-07-2341 registered sourcesStatic HTML · no runtime dependency

Central decision

Do not begin with a hero, card system, framework, or visual theme. Begin with the knowledge model, audience posture, dominant information object, proof burden, site family, route shell, page archetype, and authoring mode.

Consistency belongs at the system-language layer. Variation belongs where the communication purpose changes.

Open guide navigation
01 / Orientation

Why polished HTML keeps looking the same

The recurring appearance is not primarily a color or component problem. It is caused by choosing the same information topology before visual design begins.

Recommendation Treat the familiar header, hero, summary grid, rounded cards, alternating bands, and expandable details as optional patterns. Preserve accessibility and engineering invariants, but force the communication architecture to be selected independently.

Observed failure

Different subjects are poured into the same shell: introductory hero, executive summary, repeated cards, diagrams, FAQ-like disclosure, and sources. The content changes while the page silhouette remains stable.

Root cause

Component selection precedes the definition of audience posture, dominant object, proof model, and navigation topology. A polished component inventory silently becomes the design strategy.

Required shift

The system must distinguish quality invariants from structural choices. Accessibility, semantic HTML, focus behavior, contrast, responsive containment, provenance, and print resilience remain stable. Navigation, density, containment, hierarchy, typography, opening composition, and disclosure change by purpose.

Frameworks should be mined for the problems they solve, not the appearance they popularize.
02 / Validated model

The hierarchy that public code supports

The final model is more precise than “choose the best archetype.” It separates shared system language from route-specific composition and implementation mode.

01Knowledge model

Facts, claims, concepts, tasks, projects, APIs, evidence and decisions.

02Site family

Marketing, documentation, portfolio, reference, editorial and operational surfaces.

03Route shell

Persistent regions, navigation and interaction posture for a surface.

04Page archetype

Linear, hierarchical, matrix, task-flow, spatial or other communication form.

05Authoring mode

Composition, content tree, data, schema or hybrid generation.

06Expression

Typography, color, media, shape and motion after structure is justified.

Observation Docusaurus separates standalone pages from documentation routes; Fumadocs templates separate landing and docs route groups; Starlight makes hero, sidebar, and table-of-contents regions conditional on route data. These implementations preserve one product language without forcing one page skeleton. [S22][S23][S25][S27]

Inference The correct unit of variation is the route or surface, not necessarily the entire site. A site can use marketing persuasion, tutorial progression, API reference, changelog chronology, and operational status layouts while retaining shared tokens and recognizable navigation.

Communication → Site family → Surface shell → Page archetype → Authoring mode → Opening contract → Proof → Responsive contract → Expression
03 / Opening contracts

The opening is a purpose-specific contract

“Above the fold” should not be treated as a fixed pixel boundary. It is the initial visible promise that gives the visitor enough orientation and value to continue.

Fact Nielsen Norman Group’s guidance emphasizes that the visible opening matters because users continue only when the initial content appears promising; homepage guidance also prioritizes clarity and direction toward user goals. [S35][S36]

Opening contract = orientation + primary value or purpose + credible proof + route forward
Marketing · product-proof split
Marketing · trust first
Portfolio · work first
Technical · documentation shell
Technical · search and task routes
Decision brief · recommendation first
Operational · state and action
Persuasive · narrative transition
Reference · index and contract
Portfolio · visual gallery
Learning · guided progression
Editorial · article and evidence

Control Do not optimize for a literal fold height. Browser chrome, zoom, text expansion, orientation, localization, and accessibility settings make fixed viewport assumptions unreliable. Specify the opening’s required information and continuation cue instead.

04 / Marketing grammar

Marketing pages organize claims, proof, and action

A marketing page is a persuasion system. Its sequence should reflect category maturity, purchase risk, visitor intent, and the type of proof actually available.

Statement first

Use when the value proposition is simple or a new category needs framing.

Product proof

Use when the product interface or behavior can make the claim immediately credible.

Trust first

Use for consequential decisions where credentials, controls, or customer evidence reduce risk.

Utility first

Use when returning visitors primarily need search, login, reorder, status, or task continuation.

Form first

Use only for high-intent quote, waitlist, lookup, or lead-generation contexts.

Category first

Use for marketplaces or broad multi-product portfolios where routing is the first task.

Comparison first

Use in mature categories when the visitor is actively replacing or selecting an alternative.

Narrative world

Use when emotional identity and experience are central to consumer or cultural value.

Common sequences

Marketing sequences should follow the decision context.
ContextRecommended sequencePrimary proof
Product-led SaaSPromise → visible product → capability → trust → objections → conversionDemonstration and relevant adoption evidence
Enterprise solutionOutcome → urgency → operating model → proof → security and integration → decision pathControls, architecture, quantified outcomes, credible customers
New categoryProblem reframing → new model → demonstration → comparison → credibility → actionMental-model clarity and demonstration
Consumer brandEmotional world → identity → experience → proof → product selectionProduct imagery, social evidence, experience
MarketplaceSearch or category → breadth → trust and safety → options → repeat-use mechanismInventory, trust controls, relevance

Observation Cruip’s public landing-page source directly composes Hero, Workflows, Features, Testimonials, and CTA. AstroWind exposes an even larger inventory including features, steps, blog posts, FAQs, statistics, and CTA. These are intentionally opinionated persuasion funnels. [S14][S16]

Recommendation An opinionated funnel is valid when the content can substantiate it. It becomes harmful when placeholder sections, generic logo walls, invented statistics, or irrelevant FAQs are added because the template contains them.

05 / Portfolio grammar

Portfolios organize authorship, judgment, and work evidence

The repeatable object is normally the project, not the feature claim. Strong portfolios clarify the creator’s role, constraints, decisions, artifact, and result.

Identity-led

Establish the person, specialty, current focus, and route into the body of work.

Work-led

Make the visual artifact or project collection immediately dominant.

Case-study-led

Lead with one high-value project and use the homepage as evidence rather than an index.

Portfolio archetypes

Identity-first minimal
Best for a known practitioner or narrow specialty. The first screen names the person and scope with little interference.
Work-first gallery
Best for photography, art direction, visual design, architecture, or other artifact-dominant disciplines.
Profile and index
Combines authorship context with a structured project archive.
Manifesto first
Appropriate for studios or strategists whose point of view is itself a product; must quickly connect to evidence.
Project table
Useful for technical, architecture, research, or mature professional work where client, role, date, and scope matter.
Narrative project entry
Useful when one project unfolds through process, chronology, place, or editorial storytelling.

Observation Brittany Chiang’s route composes Hero, About, Jobs, Featured, Projects, and Contact, creating an identity-led professional narrative. The Multiverse starter instead renders a data-driven gallery immediately, making the work itself the dominant object. [S18][S20]

Context → problem → role → constraints → decisions → artifact → result → reflection

Control Do not infer outcomes, ownership, or client results from attractive artifacts. A portfolio’s visual evidence and its professional evidence are separate. The case-study schema must explicitly represent role and provenance.

06 / Technical grammar

Technical communication organizes orientation and execution

Documentation pages should help readers locate, learn, perform, verify, and recover. One documentation shell can support several content contracts, but the internal page structure must change by task.

Fact Mintlify explicitly distinguishes tutorial, how-to, reference, and explanation content and provides different templates for each. [S33][S34]

Technical content contracts
TypeReader objectiveStructure
TutorialLearn by completing a guided outcomeOutcome → prerequisites → setup → steps → expected result → troubleshooting → next capability
How-toComplete a known taskTask → context → concise procedure → validation → exceptions
ExplanationBuild a mental modelQuestion → model → relationships → example → implications → related concepts
ReferenceLook up an exact contractDefinition → syntax → parameters → behavior → examples → errors → compatibility
Decision recordUnderstand why a direction was selectedDecision → context → alternatives → rationale → consequences → controls → status
RunbookRestore or operate a systemCurrent state → safety constraints → diagnostic path → actions → validation → escalation

Observation Starlight’s page implementation conditionally composes the hero, sidebar, content panel, and table of contents from route data. Its mobile table of contents is a distinct component rather than a scaled-down desktop region. [S23][S25][S26]

Recommendation Keep the documentation shell predictable, but let the content contract control the body topology. A quickstart, conceptual article, API reference, and architecture decision should not be forced into the same article template.

07 / Premium and free templates

What template markets actually teach

Templates are a useful corpus for layout possibilities, implementation practices, and commercial conventions. They are weak evidence of usability, conversion, or domain fitness.

Premium catalogs

Often add stronger art direction, typography, motion, page families, supporting routes, product mockups, and customization systems.

Free catalogs

Often provide conventional responsive structures, familiar navigation, accessible implementation baselines, and easy customization.

Inspiration galleries

Reveal visual and structural possibility, but usually provide little evidence about task success, maintenance, accessibility, or conversion.

Fact Tailwind Plus markets substantially different template classes—including SaaS marketing, agency, personal, information product, API reference, and changelog templates—within one implementation ecosystem. [S06][S07][S08]

Fact HTML5 UP’s free templates include modular one-page storytelling and editorial article-index structures; Start Bootstrap provides regularly updated Bootstrap themes; Cruip offers free landing and dashboard starters across modern stacks. [S09][S10][S11][S12]

What premium templates frequently add

  • Complete page families. Pricing, integrations, authentication, legal, changelog, blog, contact, and product-detail pages support a coherent site rather than one showcase page.
  • Art direction. Custom typography, imagery, illustration, motion, and mockups create a distinct brand world.
  • Content-model specialization. A strong API reference, agency case study, course page, or changelog template can encode purpose-specific information structure.
  • Implementation support. Better documentation, source organization, tokenization, and stack variants reduce time to production.

Commercial-market distortion

Inference Marketplaces reward perceived breadth. Long pages, many components, interchangeable heroes, multiple carousels, and decorative dashboards may increase saleability while reducing communication precision.

Recommendation Mine templates for opening contracts, information topology, proof placement, responsive transformation, and page-family completeness. Do not treat the visual preview as evidence that the structure is appropriate.

08 / Design-system lessons

Use company systems as structural evidence

Major design systems encode different priorities. The useful abstraction is the design grammar, not the company’s visual identity.

Transferable design grammars
SystemUseful grammarUse it forAvoid copying
Apple HIGPlatform familiarity, content prominence, graceful adaptation, directnessHost-platform behavior and context-aware layoutMaking ordinary websites imitate iOS
Material 3Adaptive structures, semantic states, canonical panes, expressive hierarchyCross-context adaptation and clear state relationshipsGoogle’s exact shapes and product identity
Fluent 2Cross-platform balance, spatial hierarchy, command clarityEnterprise decision and productivity surfacesMicrosoft appearance without ecosystem relevance
SpectrumProfessional-tool density, contextual panels, multiple input modesComplex creative and technical workspacesDense application chrome for reading pages
Carbon / CloudscapeStructured enterprise information, resource state, data and workflowsOperational consoles and data-heavy applicationsConsole patterns for persuasive narratives
PrimerDeveloper workflows, technical density, compact referenceDeveloper portals and code-oriented toolsExpert assumptions for general audiences
USWDSPublic trust, accessibility, content hierarchy, restraintHigh-trust and regulated communicationGovernmental expression where not appropriate

Fact Apple recommends layouts that adapt to context while remaining recognizably consistent. Material defines adaptive design as changing an interface for context. Fluent uses layout to create relationships and guide decisions. Spectrum foregrounds readability, input diversity, and inclusive design. [S01][S02][S03][S04][S05][S39]

Recommendation Choose one primary structural lineage and one supporting influence per surface. Maintain a shared site language, but allow route-specific grammars when user purpose changes.

09 / UI framework roles

Do not ask one framework to solve every layer

“UI framework” can refer to application runtime, CSS utilities, styled components, headless behavior, source-distributed components, or a company design-system implementation.

Layer
Examples
Provides
Does not provide
Selection question
Application
React, Vue, Angular, Svelte
Rendering and state model
Design language or product patterns
Which runtime fits the product and team?
CSS
Tailwind, Bootstrap
Styling primitives and responsive utilities
Complete semantic behavior
How will consistency be governed?
Styled components
MUI, Ant, Mantine, Prime
Broad ready-made controls and visual conventions
Your domain, evidence, content, and governance
Is speed worth visual and API coupling?
Headless behavior
React Aria, Radix, Base UI, Headless UI
Interaction, focus, keyboard and accessible primitives
Brand, hierarchy, page archetypes
Can the organization own the design layer?
Source distribution
shadcn-style registries
Local ownership and modification
Automatic propagation of upstream fixes
Can forks and upgrades be governed?
Company implementation
Carbon, Fluent, Spectrum, Cloudscape
Domain-informed components and patterns
Universal fit outside the ecosystem
Does the product’s workflow actually match?

Recommendation Standardize the semantic knowledge layer above the implementation framework: tokens, anatomy, behavior, content, permissions, evidence, analytics, responsive contracts, and release policy.

10 / Public-code validation

What real source code corrected

Public repositories validate the communication-first model while revealing implementation constraints that visual template studies cannot show.

Code observations and implications
ImplementationObserved source structureImplication
Cruip OpenDirect route composition of Hero, Workflows, Features, Testimonials, CTAOpinionated marketing funnels can be valid accelerators.
AstroWindLarge widget inventory including hero, features, steps, posts, FAQ, stats, CTAMultipurpose breadth increases section-contamination risk.
Brittany ChiangIdentity and professional narrative composed as explicit route sectionsPortfolio sequence should reflect authorship and evidence.
MultiverseImage records generate an immediate galleryData-driven authoring can make work the dominant object.
DocusaurusStandalone pages, docs, blogs, and themes are separate systemsOne site language can support multiple surface shells.
StarlightRoute data conditions hero, sidebar, TOC; user CSS participates in cascade-layer orderLayout and CSS interoperability are route architecture concerns.
FumadocsLanding and docs route groups; Content → Core → UI layering; machine-readable outputKnowledge, rendering logic, UI, and machine surfaces should be separable.
ScalarOpenAPI configuration drives layout, search, schemas, code clients, localization, routing and MCPSchema-driven surfaces need their own authoring model and performance controls.

Fact The source files directly show the route compositions and conditional shell behavior summarized above. [S14][S16][S18][S20][S22][S25][S30][S32]

Assumptions revised

One archetype per artifact
Revised. Select archetypes per route or surface. Preserve a shared design language at the site-family layer.
Maximum flexibility is best
Revised. Opinionated funnels are effective for known problems. Composable shells are needed for atypical content.
Visual distance is a quality gate
Rejected. Task fitness and structural justification outrank novelty. Repetition is a diagnostic only when the task materially differs.
Responsive means recomposition
Strengthened. Source code shows explicit mobile substitutions and region-level behavior, not only stacking.
HTML is the final product
Revised. Human HTML should coexist with JSON, Markdown, OpenAPI, llms.txt, feeds, and protocol surfaces where useful.
11 / Authoring modes

The source model constrains the layout

Authoring mode is a first-class architectural decision because it determines how hierarchy, repetition, validation, updates, and machine reuse work.

Composition-driven

Authors manually assemble route sections. Best for bespoke persuasion and narrative.

Content-tree-driven

Files or CMS records generate hierarchy and navigation. Best for documentation and knowledge collections.

Data or schema-driven

Structured records or contracts generate repeated views and interactive reference.

Authoring-mode trade-offs
ModeBest forPrimary riskRequired control
CompositionMarketing, launches, executive narratives, bespoke reportsSection proliferation and inconsistencyEvidence gates and route-level review
Content treeDocumentation, policies, encyclopedias, editorial collectionsFile hierarchy becomes accidental information architectureTaxonomy ownership and content-type templates
Data drivenPortfolios, directories, timelines, catalogsUniform records flatten importance and contextFeatured states, richer schemas, editorial weighting
Schema drivenAPIs, domain catalogs, control inventoriesImplementation structure overwhelms user tasksTask-oriented overlays, search, progressive depth, performance budgets
HybridProduct ecosystems with marketing, docs, reference and operationDivergent sources of truthCanonical knowledge model and generated projections

Fact Fumadocs describes content-source adapters and separates core logic from UI. Scalar’s typed configuration projects OpenAPI source into layout, navigation, models, search, examples, localization, and interaction. [S28][S30][S32]

12 / Responsive contracts

Preserve the message, not the desktop arrangement

Responsive work should define what must survive, which regions reflow, which controls are replaced, and what can be progressively disclosed.

Fact Research examining hundreds of large- and small-screen visualization pairs identified dozens of responsive strategies and emphasized the trade-off between density and preservation of the intended message. [S38]

Fact Material’s adaptive guidance treats context changes as potential structural changes, while Apple emphasizes graceful adaptation with recognizable consistency. [S01][S39]

Surface-specific responsive transformation
SurfaceDesktop structureNarrow transformation
MarketingClaim and product proof side by sideOrder by comprehension dependency; product proof may precede the claim if seeing is necessary to understand.
PortfolioProject grid or collageFeatured sequence, compact index, or selective visual strip—not automatically identical stacked cards.
DocumentationSidebar, article, local TOCNavigation invoker, article, in-flow or dedicated mobile TOC, stable previous/next routes.
OperationalFilters, dense table, details panelPrioritized list, task-specific fields, full-screen detail, preserved state and recovery.
Decision briefSide-by-side alternatives and evidenceRecommendation first, then sequential alternatives and consequences.

Recommendation Specify responsive behavior as a transformation map: reflow, replace, move, progressively disclose, or remove with justification.

13 / Selection protocol

Choose structure before expression

The system should ask a bounded set of material questions, then produce structural candidates only when ambiguity can change the result.

  1. State the communication outcome. Convert, inform, teach, establish credibility, compare, decide, reference, or operate.
  2. Identify the user posture. Discover, evaluate, verify, learn, locate, execute, operate, decide, or experience.
  3. Select the dominant object. Claim, product, person, project, task, concept, process, API, data, event, resource, or decision.
  4. Define the proof burden. Demonstration, artifact, source citation, quantified result, code, credential, comparison, or live state.
  5. Choose the site family and route shell. Marketing, portfolio, documentation, reference, editorial, analytical, or operational.
  6. Choose topology and authoring mode. Linear, hierarchical, hub-and-spoke, faceted, chronological, matrix, spatial, or task flow; composition, content tree, data, schema, or hybrid.
  7. Write the opening contract. State what must be understood, proven, and available before continuation.
  8. Map responsive transformations. Preserve the decision, task, evidence, and orientation—not the desktop geometry.
  9. Select design lineage and expression. Typography, containment, media, motion, color, and component choices now have a structural rationale.
  10. Validate task fit and evidence integrity. Novelty is optional. Structural justification is mandatory.

Decision shortcuts

Quick archetype selection by primary need
Primary needStarting archetypeDominant mechanism
Deep researchEditorial research or technical referenceTypography, outline, inline evidence, source registry
RecommendationExecutive decision briefDecision, alternatives, consequences, action
Teach a systemLearning experienceMental model, sequence, worked examples, practice
Explore a corpusKnowledge explorerSearch, taxonomy, related concepts, stable deep links
Manage stateOperational consoleStatus, filters, queue, detail, action, recovery
Show capabilityPortfolio or product demonstrationArtifact, role, context, outcome
14 / Design genome

A reusable, code-ready specification

The genome is a decision record. It keeps the knowledge model separate from presentation and gives authors, designers, engineers, and AI agents the same constraints.

type HtmlLayoutGenome = {
  communication: {
    purpose: "discover" | "evaluate" | "verify" | "learn" |
      "locate" | "execute" | "operate" | "decide" | "experience";
    audience: string[];
    dominantObject: "claim" | "product" | "person" | "project" |
      "task" | "concept" | "api" | "data" | "decision";
    requiredProof: string[];
  };

  family: {
    siteLanguage: string;
    surface: "marketing" | "portfolio" | "documentation" |
      "reference" | "editorial" | "analytical" | "operational";
    routePattern: string;
    shell: string;
  };

  generation: {
    authoringMode: "composition-driven" | "content-tree-driven" |
      "data-driven" | "schema-driven" | "hybrid";
    sourceOfTruth: string;
    contentSchema?: string;
  };

  structure: {
    archetype: string;
    topology: "linear" | "hierarchical" | "hub-and-spoke" |
      "faceted" | "chronological" | "matrix" | "spatial" | "task-flow";
    openingContract: {
      visitorQuestion: string;
      primaryObject: string;
      proofMode: string;
      primaryRoute: string;
      continuationCue: string;
    };
    sectionSequence: string[];
    evidenceGates: string[];
  };

  runtime: {
    enhancement: "none" | "minimal" | "moderate" | "application";
    performanceBudget: string;
    motionPurpose: string;
    embeddedMode: boolean;
    cssLayerContract?: string[];
  };

  responsive: {
    preserve: string[];
    regions: Array<{
      desktop: string;
      strategy: "reflow" | "replace" | "move" |
        "progressively-disclose" | "remove-with-justification";
      narrow: string;
    }>;
  };

  outputs: {
    human: string[];
    machine: Array<"json" | "markdown" | "llms.txt" |
      "openapi" | "schema-org" | "rss" | "mcp">;
  };

  validation: {
    taskFit: string[];
    structuralJustification: string[];
    repetitionRisks: string[];
    accessibility: string[];
    performance: string[];
    provenance: string[];
  };
};

Observation Fumadocs exposes a machine-readable llms.txt surface, and Scalar’s configuration includes MCP integration alongside human reference configuration. [S29][S32]

Recommendation HTML should be one projection of a canonical knowledge model. Generate machine surfaces from the same source when future search, agents, APIs, or updates benefit.

15 / Governance and release gates

Variation without fragmentation

The system must prevent both template sameness and uncontrolled novelty. The release process should ask whether the structure is justified, accessible, maintainable, and supported by evidence.

1Task-fit review
2Structural justification
3Evidence eligibility
4Responsive preservation
5Accessibility and contrast
6Runtime and performance
7Provenance and freshness
8Maintenance and recovery

Evidence eligibility

Minimum evidence required for common sections
SectionMinimum evidenceFailure action
TestimonialAttributed source, relevant statement, permission or public sourceRemove; do not invent
StatisticValue, unit, method or source, as-of dateLabel estimate or omit
Customer logosVerified relationship and display authorizationUse capability proof instead
ComparisonNamed comparator and comparison basisPresent qualitative trade-offs
Case studyContext, role, artifact or decision, honest resultReframe as project description
AI outputPresence, provenance, limitations, user control and recoveryDo not imply certainty or human authorship

Anti-contamination controls

  • No hero by default. Use an opening composition justified by the initial visitor uncertainty.
  • No card for ordinary prose. Cards require independent action, selection, portability, comparison, or repeated-object semantics.
  • No sticky region without persistent orientation, state, navigation, or action value.
  • No testimonial, statistic, customer mark, or comparison without the required evidence.
  • No carousel to resolve stakeholder-priority conflicts. Carousel use must satisfy discovery, control, and content-count constraints. [S37]
  • No responsive “stack everything” default. Document each major region’s transformation.
  • No visual-distance target. Reuse familiar structures when the task is the same; challenge them when the task differs.
  • No framework-specific API as the canonical knowledge model.

Implementation contracts

Fact Starlight explicitly orders user CSS and internal cascade layers; Scalar exposes custom CSS, embedded configuration, localization, routing, and performance-sensitive expansion options. [S25][S32]

Recommendation Every reusable shell should define reset ownership, cascade-layer order, token boundary, global-selector policy, standalone versus embedded behavior, print behavior, forced-colors behavior, and supported enhancement budget.

16 / Provenance registry

Evidence and source traceability

Sources are classified by what they can support. Official guidance provides stated principles. Public code proves implementation. Templates prove available structures. Galleries prove possibility, not effectiveness.

Source registry · reviewed 2026-07-23
IDSourceEvidence classUse in this guide
S01Human Interface Guidelines — Layout
Apple
Official design guidancePlatform familiarity, graceful adaptation, recognizable consistency.
S02Material Design 3 — Layout overview
Google
Official design guidanceAdaptive layout, context response, panes and breakpoints.
S03Fluent 2 — Design principles
Microsoft
Official design guidanceCross-platform decision principles and user empowerment.
S04Fluent 2 — Layout
Microsoft
Official design guidanceSpacing, hierarchy, relationships, and decision comfort.
S05Spectrum — Principles
Adobe
Official design guidanceProfessional-tool clarity, input diversity, international and inclusive design.
S06Tailwind Plus — Templates
Tailwind Labs
Premium template catalogEvidence that one implementation ecosystem supports marketing, agency, portfolio, course, API reference, and changelog structures.
S07Tailwind Plus — Protocol
Tailwind Labs
Premium technical templatePurpose-built API-reference structure.
S08Tailwind Plus — Studio
Tailwind Labs
Premium portfolio/agency templateCase-study-led agency and portfolio structure.
S09HTML5 UP — Story
HTML5 UP
Free HTML templateModular linear storytelling and configurable opening banner.
S10HTML5 UP — Massively
HTML5 UP
Free HTML templateEditorial opening, dated content, and article-led index structure.
S11Start Bootstrap — Themes
Start Bootstrap
Free template catalogConventional Bootstrap page families and implementation baseline.
S12Cruip — Free templates
Cruip
Free template catalogLanding-page and dashboard starter patterns across modern stacks.
S13Open React Template
Cruip
Public source repositoryComposition-driven marketing funnel.
S14Open React Template home route
Cruip
Public source fileExplicit Hero → Workflows → Features → Testimonials → CTA composition.
S15AstroWind
Community open source
Public source repositoryLarge interchangeable marketing-section inventory.
S16AstroWind home route
Community open source
Public source fileHero, features, steps, content, posts, FAQ, stats, and CTA assembly; includes explicit fake sample statistics.
S17Brittany Chiang portfolio v4
Brittany Chiang
Public production-site repositoryIdentity-led portfolio sequence and a warning against uncredited copying.
S18Brittany Chiang home route
Brittany Chiang
Public source fileHero → About → Jobs → Featured → Projects → Contact professional narrative.
S19Multiverse Gatsby starter
Community / HTML5 UP derivative
Public source repositoryWork-first gallery portfolio.
S20Multiverse home route
Community / HTML5 UP derivative
Public source fileData-driven image collection as the page’s dominant object.
S21Docusaurus
Meta Open Source
Public framework repositorySeparate page, documentation, blog, and theme systems.
S22Docusaurus — Creating pages
Meta Open Source
Official framework guidanceStandalone pages are structurally distinct from documentation routes.
S23Starlight — Route data
Astro
Official framework guidanceRoute data determines page regions and behavior.
S24Starlight — Overriding components
Astro
Official framework guidanceControlled shell customization and component replacement.
S25Starlight Page component
Astro
Public source fileConditional hero, sidebar and TOC regions; explicit CSS layer ordering.
S26Starlight MobileTableOfContents
Astro
Public source fileMobile-specific substitution instead of simple desktop shrinkage.
S27Fumadocs UI template
Fuma Nama
Public template repositoryLanding and documentation route groups with centralized shared layout options.
S28Fumadocs quick start
Fuma Nama
Official framework guidanceContent-source abstraction, layout customization, and framework integration.
S29Fumadocs llms.txt
Fuma Nama
Machine-readable documentation surfaceHuman documentation projected into machine-readable navigation.
S30Fumadocs marketing home route
Fuma Nama
Public source fileExpressive marketing surface distinct from documentation routes; layered Content → Core → UI model.
S31Scalar
Scalar
Public framework repositorySchema-driven API reference and client experience.
S32Scalar API Reference configuration
Scalar
Public source fileSchema-driven layout, localization, routing, search, models, testing, metadata and MCP configuration.
S33Mintlify — Documentation content types
Mintlify
Official technical-writing guidanceTutorial, how-to, reference, and explanation as distinct reader contracts.
S34Mintlify — Content templates
Mintlify
Official technical-writing guidancePurpose-specific MDX starting structures.
S35Homepage Design: 5 Fundamental Principles
Nielsen Norman Group
UX research guidanceHomepage clarity, goal guidance, and brand orientation.
S36The Fold Manifesto
Nielsen Norman Group
UX research guidanceThe visible opening must provide enough value to justify continuation.
S37Carousel Usability
Nielsen Norman Group
UX research guidanceSequential-access and discoverability risks; constrain frames and use only with justification.
S38Design Patterns and Trade-Offs in Responsive Visualization for Communication
Kim, Moritz, Hullman
Research paperResponsive transformation should preserve the intended message; many adaptation strategies exist beyond stacking.
S39Material Design 3 — Adaptive design
Google
Official design guidanceContext-aware structural adaptation rather than uniform scaling.
S40Starlight — Internationalization
Astro
Official framework guidanceLocale-aware documentation shell.
S41Fumadocs — Internationalization
Fuma Nama
Official framework guidanceLocale routing and content-source integration.

Evidence interpretation

Official guidance
Supports claims about a system’s stated principles and recommended behavior. It does not prove every implementation follows the guidance.
Public source code
Supports claims about an implemented structure at the reviewed revision. It does not prove usability, adoption, or business performance.
Premium or free template
Supports claims about commercially or publicly packaged structures and implementation conventions. It does not prove task success.
UX research guidance
Supports broader interaction principles. Applicability still depends on audience, content, and context.
Research paper
Supports a method or observed pattern within the paper’s sample and limitations.
17 / Update protocol

How to maintain the guide

The artifact is designed to be revised without losing the distinction between evidence, inference, recommendation, and implementation control.

  1. Preserve canonical source IDs. Add new sources rather than silently replacing evidence unless a source is permanently unavailable.
  2. Record reviewed dates and revisions. For repositories, add commit SHAs when a future claim depends on exact source behavior.
  3. Revalidate current framework capabilities. Layout APIs, route systems, accessibility behavior, and machine-output features can change.
  4. Separate new observation from new recommendation. A popular implementation does not automatically become a normative rule.
  5. Add layout records, not screenshots alone. Capture user posture, dominant object, proof model, topology, authoring mode, responsive transformation, and failure risks.
  6. Retest the artifact. Validate links, internal anchors, semantic structure, keyboard navigation, contrast, zoom, print, forced-colors, and narrow layouts.

Version history

Artifact version history
VersionDateChange
2.0.02026-07-23Consolidated premium/free template research, design-system lessons, UI framework roles, public-code validation, authoring modes, route-level shells, responsive contracts, machine surfaces, and source registry.
1.0.02026-07-22Initial HTML Design Archetype Registry with ten archetypes, framework influences, anti-repetition controls, and release tests.

Final stance. A strong HTML system shares meaning, accessibility, tokens, content contracts, and operational controls. It varies the opening, topology, proof placement, density, interaction budget, and responsive transformation when the communication purpose changes.