Live demo

Design-system playground

Everything below is driven by tokens. Change a control and the whole preview retheme​s — no component edits. This is what shipping on the DwarvenStack system feels like.

Live preview

tag shipped

Component card

MIT

A card rendered entirely from semantic tokens — surface, border, radius, and text roles. Nothing here is hard-coded.

AstroWeb ComponentsTokens
:root {
  --color-primary: #f25c14;
  --ds-radius-md: 8px;
}