MINK starter

Write your page geometry, ship it to your sites

This repo consumes MINK as installed packages — @mink/spine, @mink/kit, and @mink/styles. You scaffold a page, arrange its bands, fill its content, and build your pages into a deployable site — deploy the whole dist/ folder, or carve out one page. The design system stays rigid; the geometry is yours to compose.

A schematic of a MINK page: a split band above a row of peer cards.Rendered entirely by @mink/kit and the frozen @mink/styles CSS.
Packages
MINK arrives as dependencies

The render engine, components, and styling install from node_modules — the same way you pull in any library. Updates flow through the package version.

Geometry
Seed from a template, or start blank

scaffold:page writes the bands into your own page file — editable source, never a re-export. Seed it from a template or pass --blank and write the geometry yourself. Cells must sum to 12; everything else is open.

Yours
Your pages are your repo

The page geometry, content, and any custom code live here, in your git — never in the kit. Build the site and deploy the dist/ folder anywhere.

Start blank, or from a seed

Run npm run scaffold:page -- --blank --as your-page, arrange the bands, fill the content, and build.