Skip to content
KaufmannCommerce UI
Foundations · v0.1⌘ K

Kaufmann Commerce UI / Meaning family

Editorial Commerce

Responsive hero and story surfaces for ContentNodes—the layer that gives Offers context without copying volatile price or availability data.

Seasonal hero

The primary storefront opening adapts from a generous split composition to a calm stacked reading order.

Live specimen

The autumn collection · 2026

Objects for slower seasons.

A small collection of printed stories, quiet rituals and useful things—made with care, offered without hurry.

Story cards

Editorial cards can carry image references later; neutral generated states remain composed until then.

Live specimen

Meaning stays fluid

These components render Content projections. A future commercial block should store an Offer reference and let a read-only resolver expand live data; the article should never copy the price into its own content payload.

Astro
---
import { EditorialCard, EditorialHero } from "@kaufmann/ui";
---

<EditorialHero hero={hero} tone="sage" />
<EditorialCard story={story} tone="clay" />