Getting Started
Templates
Blocks
Components
For solo developers, indie hackers, and freelancers shipping their own products. Pay once, keep everything forever.
Instant download · No subscription · Lifetime access
For small teams, agencies, and freelancers shipping multiple client products. Lifetime access for everyone on your team.
Instant CLI token for 5 seats · Onboarding included · Invoice on request
A typography-first marketing-site header. Same shell as the Platform Header — sticky positioning, scroll-triggered backdrop blur, portaled mobile drawer with morphing burger icon — but the dropdowns drop the icons and inner cards in favor of two text-only sections divided by a vertical rule. The Product menu pairs an 8-item Features grid with a 4-item Agents Workflow column; the Company menu uses the same pattern for Use cases + Resources.
Key Features:
bg-background/95 + backdrop-blur once scrolleddivide-x divide-border vertical rulecreatePortal (escapes any overflow ancestors)MenuToggleIcon) using stroke-dasharray animationuseScroll hook (no extra deps)| Element | Purpose |
|---|---|
<header> | Sticky shell that gains a translucent backdrop on scroll |
<NavigationMenu> (desktop) | Hosts the Product / Company text dropdowns and the inline Pricing link |
productFeaturesLinks | Left section of the Product dropdown — 8 features in a 2-column grid |
productAgentsWorkflowLinks | Right section of the Product dropdown — 4-item single column |
companyUseCasesLinks | Left section of the Company dropdown — 8 use-cases in a 2-column grid |
companyResourcesLinks | Right section of the Company dropdown — 4-item single column |
MobileMenu | Portaled full-screen drawer for sub-md viewports |
MenuToggleIcon | Animated SVG burger that morphs into an arrow when open is true |
TextListItem | Title (semibold) + description (muted) link with hover background — no icon |
divide-x divide-border utility on the flex container — no extra divs needed.