Skip to content
Real HTML, running live

We never share it.

Active

Hypermedia Components

Semantic HTML components and htmx recipes — the markup is the wire contract.
Badge
  • Chip
KA
64 components · 25 recipes, every one with a live demo · 2 page templates · 0 runtime dependencies · MIT

Native elements like button, dialog, and popover are the primary building blocks.

No Shadow DOM. htmx attributes, form behavior, and progressive enhancement work as expected.

Themes, density, and component values come from token files exported as CSS custom properties.

Confirm action, live search, remote dialog, filter popover — with documented server contracts.

What you write is what ships — a semantic class on a native element, state in attributes, no wrapper runtime. The Code tab below is the wire format a server (or template engine, or code generator) emits:

We never share it.

Draft

Theming rides the same markup — try the color / density / dark switchers in the header and everything on this page follows.

The server answers with fragments, htmx swaps them in, and the components just work — no JSON, no client state. Type below: a debounced request hits this site’s demo API and the results fragment swaps back.

Every one of the 25 recipes works this way — each page documents the server contract and runs it live against this site’s Worker. The page templates compose them into full screens.