wrk section registry — 8 sections · 12 skins · wrk-tmpl-01 · jobyaviation.com · dark navy · cream ink · electric blue

TextHero

Section registry

One set of sections,any house style.

Switch skin above. Not one line of any section below changes.

MediaHero — slot filled, art-directed

Media slot

The asset is a prop, not a filename.

Art direction comes through sources, so a narrow viewport gets its own crop.

ValuePropGrid

  • [01]

    One contract

    Every section reads the same namespaced tokens, so nothing collides with a template's own variables.

  • [02]

    Absolute spacing

    The scale is fixed in rem rather than inherited from a framework base, so proportions survive the move.

  • [03]

    No runtime

    Motion is expressed in CSS against duration and stagger tokens, so a section drags in no animation library.

Diptych — slot filled

Paired

Media half, text half.

Alternates side down a page. Named after the block that ships in two of the templates; the same shape appears unnamed in several more.

  • Slot is optional
  • Ratio is declared
  • No runtime
Read more

FaqAccordion

Markup and a stylesheet written only against the token contract. No colours, no type scale, no spacing base of its own.

Because a spacing utility does not mean the same thing in two templates. In one of them the Tailwind spacing base is 1px, so the same class is a quarter of the size it would be elsewhere.

Switch the skin above. Nothing on this page re-renders differently because a section changed — only the token layer did.

They stay in their template. Abstracting them costs more than rebuilding them when the need comes up.

ComparisonTable

What the port buys you
Copy out of templateRegistry section
Survives a different spacing baseNoYes
Restyled without editingNoYes
Free of a motion runtimeNoYes
Carries its own coloursyes, hardcodedno, tokens
Works in a CSS-Modules templateNoYes

ArticleList

MediaGrid — slots filled

StatBand

382
sections indexed
14
in the registry
12
skins
0
motion runtimesin any section

Timeline

  1. 01

    Index

    Catalogue what exists before extracting anything.

  2. 02

    Contract

    Fix the tokens, so restyling is a file swap.

  3. 03

    Port

    Rewrite sections against the contract.

  4. 04

    Publish

    Ship as installable source.

TestimonialSet

The same class meant 6px in one template and 24px in another. That is the whole problem in one line.
Spacing basewrk-tmpl-12
Both templates defined a colour called white. They disagreed about what it was.
Namespacingwrk-tmpl-01

LogoWall — slots empty, showing placeholders

Unfilled slots state what they need

CtaBand — accent tone

Install

npx shadcn add …/r/faq-accordion.json

Sections arrive as editable source, with the contract and all twelve skins resolved as dependencies.

SiteFooter