Power Design

May 21, 2026 · View on GitHub

Power Design · Web

Beyond HTML, into the system.

A long-scroll explainer for the modern website design stack — tokens, shadcn, Tailwind, Radix, OKLCH, motion, theming. The sister doc to Power Design (for slides).


What it covers

A self-contained HTML explainer (index.html) that walks through the canonical layers of a modern website design system, in plain English, with citations to first sources.

§TopicKey sources
01Design tokens — the atomsSalesforce / Jina Anne · 2016 · W3C DTCG
02shadcn/ui — your library, not theirsshadcn (Hunter Reaves) · March 2023 · ui.shadcn.com
03Tailwind v4 — utility-first, token-fluentAdam Wathan · 2017 · v4 Jan 2025 · tailwindcss.com
04Radix UI — the accessibility backboneWorkOS · radix-ui.com
05OKLCH color — 12-step scale, perceptual uniformBjörn Ottosson / Lea Verou
068-point grid + modular typeBryn Jackson · 2015
07Canonical systems — Geist · Primer · Carbon · Material · HIG · Atlassian
08Motion + themingMatt Perry · Material 3 motion · next-themes
09The 2026 canonical stackNext · Tailwind · shadcn · Radix · Motion · lucide · next-themes

Open it

open index.html

Or serve locally:

python3 -m http.server 4174
# → http://localhost:4174

Deploy to Vercel

npx vercel deploy --prod

The page is fully static — no build step.


Companion repo

  • Power Design — Claude skill for slides that don't look like AI made them. Brand DNA × 20 codified design principles.

License

MIT