Tokens
Neutral canvas, one vermillion accent, zero-radius geometry, and a Geist-led hierarchy that keeps the system sharp and technical.
Buttons
Features
Hero, trust band, feature grids, panels, and more.
Token card with holographic sheen and code window.
Tabs, FAQ accordion, contact forms with JS.
Pricing
Everything included in a single subscription. No hidden fees.
Premium Component
Premium Component
const pluckDeep = key => obj =>
key.split('.').reduce(
(accum, key) => accum[key],
obj
);
// Extract tokens from page styles
const analyze = async (url) => {
const tokens = await extractDesignTokens(url);
return createDesignMarkdown(tokens);
};