// Quill Keyboard — hero (direction A: vivid mesh, product-shot led) function TrustLine({ light }) { const c = light ? 'rgba(255,255,255,0.92)' : 'var(--fg2)'; const items = [['key-round', 'Bring your own key'], ['credit-card', 'No subscription'], ['lock', 'Text never hits our servers']]; return (
{items.map(([ic, t]) => ( {t} ))}
); } function Hero() { return (
Powered by Anthropic Claude

The keyboard,
with Claude built in.

Summarize, fix grammar, change tone, or run any prompt on what you're typing — right above the keys, in any app. No copy-paste, no second tab.

Join the Mac waitlist
); } Object.assign(window, { Hero, TrustLine });