HAUSE

Answer

The question asked the way people ask it, answered first — one lift-able paragraph beneath the editorial surface, addressable by anchor.

MEET THE FORM
01 / THE ENCOUNTERA STATEMENT — THE READER READS

A STUDY IN ANSWER

The beautiful page still answers.

A reader asks a plain question. The response should be findable, complete and addressable—not hidden in the atmosphere.

THE DIRECT ROUTE

What is a semantic form?

A semantic form names what a piece of communication does, rather than the container it occupies. Claim makes an assertion and carries its status. Evidence presents the support. Refusal states what cannot responsibly be asserted. The reader can recognise the act from its treatment, while a model has a vocabulary for selecting that treatment.

THIS ANSWER HAS AN ADDRESS ↗

The question and answer below have their own stable address. Editorial staging surrounds the answer without replacing it.

INSPECT THE REUSABLE LIBRARY COMPONENT

What makes a form semantic?

Its name describes the act it performs. Claim asserts something that can be tested; Evidence presents the support; Refusal states a limit. The interface makes those distinctions visible before the reader has to infer them from the prose.

02 / THE DECISION

An act.
Not a container.

YOU ARE SAYING SOMETHING

Answering the question a reader would type.

Is there a forty-to-a-hundred-word paragraph a stranger could lift whole and still be right?

EXPLORE THE SELECTION GRAMMAR ↗

What is the Answer form in HAUSE, and when do you use it?

The Answer form is a HAUSE statement — the question asked the way people ask it, answered first — one lift-able paragraph beneath the editorial surface, addressable by anchor. The legibility form: a natural-language question as a real heading and a 40–100 word answer a reader — or a machine — can lift whole. It gives a page a boringly clear semantic skeleton without touching the editorial surface around it: the beautiful heading stays; this sits beneath it and says the plain thing plainly.

origin — vindex3 · the legibility layer · 2026-08-30

THE LIBRARY’S OWN ACCOUNT

Behind the form.

components/forms/Answer.tsx

The legibility form: a natural-language question as a real heading and a 40–100 word answer a reader — or a machine — can lift whole. It gives a page a boringly clear semantic skeleton without touching the editorial surface around it: the beautiful heading stays; this sits beneath it and says the plain thing plainly.

The `id` makes the pair addressable — /page#anchor — so Ask, search engines and answer engines can cite the exact question, not the whole page.

THE STATEMENT’S DISCIPLINE

Every statement is prose in the three voices — editorial for claims, system for explanation, evidence for measurement. Server-renderable, no interaction: the reader reads, and nothing about the form depends on JavaScript arriving.

03 / MAKE SOMETHINGINSTALL HAUSE ↗

Give it your subject.

The opening study is an authored demonstration, not an additional component API. Expand the library specimen above to inspect the reusable form. Its props below come directly from the source.

REACT · Answer

import { Answer } from "@chrishayuk/hause/components/forms/Answer";

export function Answer({
	id,
	question,
	answer,
	cite,
}: {
	/** Stable anchor for deep links (e.g. "gate-up-down"). */
	id?: string;
	/** The question, phrased the way it is actually asked. */
	question: string;
	/** The direct answer — one lift-able paragraph, 40–100 words. */
	answer: string;
	/** Optional source note, e.g. "recorded — granite-4.1-3b · 2026-08-20". */
	cite?: string;
})

The import and the complete props contract. For installation and composition, follow the Build guide.

NOT INVENTED IN ISOLATION

A page needed this.

2026-08-30 · Entered the library from vindex3 · the legibility layer.

Used in hause.design. These exhibitions share an author; this is evidence of reuse, not independent adoption.

01 / THE PROBLEMEVERYTHING BECOMES A CARDAsk a model for an interface and the same eight containers come back: cards, badges, accordions, tabs, chat bubbles. A comparison, a refusal, an answer and a measurement are four different acts. They arrive as the same rectangle.03 / THE PROBLEMPAGES MACHINES CANNOT READStrip a page to its text. If the answer disappears, the page never had one — it had a rendering of one.04 / THE PROBLEMNOTHING TO CITEThe idea was published. Months later there is a page that has quietly changed, an updated timestamp where a publication date should be, and no version anyone can point at.

PUBLISHED 31 AUG 2026 · REVISED 9 SEP 2026 · VERSION 0.1.0

CITE

source components/forms/Answer.tsx · origin vindex3 · the legibility layer · 2026-08-30 · site build 3ee5339 · built 2026-09-09

CITE THIS

Web page · 0.1.0

Hay, C. (2026). Answer — a HAUSE statement. In HAUSE — a design system for AI (Version 0.1.0). hause.design. https://hause.design/forms/answer

The specimen, the source account and the props share one form record. Cite this page or follow its source identifier to inspect the implementation.