Kit
What’s in the ZIP
Buyers get the same blocks/ source mirrored on the live hub. Use this manifest for procurement or engineering review; filenames match each preview toolbar path.
Inside the ZIP
Manifest matches the repo source of truth
Buyers receive the same React files under blocks/ (plus README, HANDOFF, LICENSE). This table is documentation only—it is not duplicated as extra files inside the archive.
After npm run kit:zip, blocks are copied into kit/blocks/ inside dist/hexagon-ui-kit.zip.
Need isolated screenshots for a deck? Use the blocks hub — each preview toolbar lists the matching shipped filename.
File in ZIP
Export
Role
- blocks/nav-marketing.tsxClassic split bar with hover dropdowns and a primary CTA.NavMarketing
- blocks/nav-centered.tsxCentered wordmark flanked by split nav rails — editorial / brand-led.NavCentered
- blocks/nav-pill.tsxTrue floating capsule with hero backdrop — overlays product art.NavPill
- blocks/nav-search.tsxDocs-style bar with a prominent ⌘K search input and dense actions.NavSearch
- blocks/nav-mega.tsxContent-rich header — mega panels with icons, featured rail, dual CTAs.NavMega
- blocks/announcement-bar.tsxOptional promo / launch strip above the hero.AnnouncementBar
- blocks/hero-marketing.tsxClient component — headline, copy, dual CTAs, entrance motion.HeroMarketing
- blocks/hero-split.tsxSplit hero — copy lane + visual placeholder for screenshots or video.HeroSplit
- blocks/hero-compact.tsxMinimal centered hero for tight launches above dense grids.HeroCompact
- blocks/trust-strip.tsxIcon row with short credibility labels.TrustStrip
- blocks/logo-cloud.tsxPartner row — swap text placeholders for SVG marks.LogoCloud
- blocks/logo-marquee.tsxInfinite marquee row — CSS animation with reduced-motion fallback.LogoMarquee
- blocks/stats-strip.tsxKPI row — client; stagger on scroll, respects reduced motion.StatsStrip
- blocks/metrics-highlight-row.tsxThree-up metric cards with hints — procurement-friendly.MetricsHighlightRow
- blocks/stats-inline-row.tsxDense horizontal stats strip — fits between heroes and features.StatsInlineRow
- blocks/stats-big.tsxSingle oversized stat + supporting methodology line.StatsBig
- blocks/press-strip.tsx“As featured in” outlet row — swap text for publication SVGs.PressStrip
- blocks/partner-logo-grid.tsxSix-cell grid for partner or certification marks.PartnerLogoGrid
- blocks/security-row.tsxCompliance narrative trio — icons + factual clauses.SecurityRow
- blocks/feature-grid.tsx2×2 cards with Lucide icons and hover/tap motion.FeatureGrid
- blocks/feature-alternating.tsxEditorial alternating rows — screenshot lane + copy.FeatureAlternating
- blocks/icon-list-features.tsxVertical icon list — mobile-first dense storytelling.IconListFeatures
- blocks/feature-pills-row.tsxPill cluster for tags, guarantees, or tech assertions.FeaturePillsRow
- blocks/bento-showcase.tsxAsymmetric bento grid for dense product storytelling.BentoShowcase
- blocks/integrations-row.tsxTabbed integration groups with spring pill — Developer / Data / GTM lanes.IntegrationsRow
- blocks/integration-grid.tsxFour-up vendor grid — swap Lucide icons for real marks.IntegrationGrid
- blocks/steps-timeline.tsxNumbered rollout or how-it-works steps.StepsTimeline
- blocks/timeline-vertical.tsxBorder-left timeline — onboarding or launch phases.TimelineVertical
- blocks/video-section.tsx16:9 media shell with ratio + caption spacing locked.VideoSection
- blocks/social-proof-quote.tsxQuote card with avatar pile and trust line.SocialProofQuote
- blocks/quote-split.tsxQuote + attributed KPI mini-grid — board-deck friendly.QuoteSplit
- blocks/testimonial-grid.tsxThree-up cards — client motion on scroll.TestimonialGrid
- blocks/testimonial-spotlight.tsxSingle large quote — flagship social proof.TestimonialSpotlight
- blocks/team-grid.tsxPortrait grid — initials placeholders → photos.TeamGrid
- blocks/contact-section.tsxSales / Support / Partners tabs with lane-specific copy and form shell.ContactSection
- blocks/auth-login-marketing.tsxCentered login card — connect to your auth SDK.AuthLoginMarketing
- blocks/signup-strip.tsxInline email + submit — wire action to your ESP or API.SignupStrip
- blocks/pricing-single.tsxOne tier + checklist — wire checkoutHref (e.g. Gumroad).PricingSingle
- blocks/pricing-dual.tsxTwo-column SaaS-style comparison — emphasize featured tier.PricingDual
- blocks/pricing-three-tier.tsxThree columns — default copy is fictional example pricing.PricingThreeTier
- blocks/pricing-addon-row.tsxOptional upsell ribbon — workshops, audits, priority support.PricingAddonRow
- blocks/feature-comparison.tsxBoolean plan matrix — Hobby / Pro / Enterprise placeholders.FeatureComparison
- blocks/comparison-mini.tsxCompact two-plan check matrix — mid-page nudge.ComparisonMini
- blocks/cta-band.tsxGradient panel with primary + secondary actions.CtaBand
- blocks/cta-split-panel.tsxSplit CTA + stakeholder checklist lane.CtaSplitPanel
- blocks/cta-minimal-bar.tsxThin conversion strip — headline + pill button.CtaMinimalBar
- blocks/tabs-marketing.tsxSegmented tabs + spring pill + cross-fading panels — reuse via marketing-tab-controls.TabsMarketing
- blocks/newsletter-inline.tsxInline form — set formAction to your API.NewsletterInline
- blocks/blog-teaser-row.tsxThree-up cards for blog or changelog entries.BlogTeaserRow
- blocks/changelog-section.tsxVertical timeline of releases.ChangelogSection
- blocks/roadmap-inline.tsxThree-phase horizontal roadmap strip.RoadmapInline
- blocks/faq-accordion.tsxCategory tabs + spring-height accordions — flat list mode via items prop.FaqAccordion
- blocks/faq-rating.tsxHelp-center FAQ with helpful %, response counts, thumb feedback — inspired by modern block labs.FaqRating
- blocks/footer-simple.tsxCopyright + link row — same pattern as this marketing site.FooterSimple
- blocks/footer-columns.tsxFour-column marketing footer + brand lane and legal strip.FooterColumns
- blocks/footer-sitemap.tsxDense five-column sitemap — enterprise-scale link budgets.FooterSitemap
- blocks/section-intro.tsxEyebrow + title + paragraph spine between heavy blocks.SectionIntro
- blocks/card-stack-mini.tsxThree-card rollout pattern — milestones or phases.CardStackMini
- blocks/tokens/hexagon-ui-variables.cssLight/dark CSS variables to merge into globals—
- blocks/index.tsBarrel re-exports for tidy imports—
Review without buying
- From the repo root run
npm run kit:zip. - Unzip
dist/hexagon-ui-kit.zipon your Mac (double-click) or extract into any folder. - Open
blocks/— filenames match the table.
Terminal inventory
unzip -l dist/hexagon-ui-kit.zip
Lists every path inside the archive—quick sanity check before uploading to Gumroad.
Prefer browsing in Cursor? Run
npm run kit:syncthen open the generated kit/blocks/ folder (gitignored locally—it mirrors what buyers unzip).