Code Config Hero
Dark dev split — typed config copy beside a syntax-highlighted editor window.
Freesoft-mono
v3.2 · typed config
Your hero,
as a typed config.
Describe the section once and let the CLI generate the markup, motion and tokens — fully typed, no copy-paste drift.
$ npx velynkit add heroRead docshero.config.ts
1import { defineHero } from 'velynkit'23export const hero = defineHero({4variant: 'spotlight',5motion: { reveal: true },6accent: '#6366f1',7})