The store · category
Builders & toolkits
4Reusable builders and toolkits — metadata, structured data, schemas — the plumbing under the pretty pages.
OG & Metadata Toolkit
One helper that gives every page consistent SEO and social cards.
A centralized metadata builder plus dynamic OpenGraph image generation. Every page calls one helper for canonical URLs, OG tags, Twitter cards and Bauhaus-styled social images — consistent SEO with no boilerplate.
Bauhaus Token System
The site-wide design language: CSS variables + JS tokens, dark-aware.
The visual identity in code: CSS custom properties plus a JS token object, with a light/dark theme that switches on a data attribute. Every non-Tailwind surface styles itself from these tokens.
Structured Data Components
Reusable JSON-LD schema builders for rich search results.
A set of JSX components — Person, Website, Article, Software, Research, Breadcrumb — that each emit a JSON-LD script tag. Pages compose them to earn rich results and breadcrumbs in search.
Email Identity Registry
Per-surface "From" lines so no brand leaks onto another.
Every transactional email and magic link sends through one path with a pure, unit-tested per-surface identity registry. Only the address and domain come from EMAIL_FROM; the display name (and, for court mail, the local-part) come from the identity — so one surface’s brand can never leak onto another’s mail.