Skip to main content
Clever Ops

Countdown Launch Hero

Launch-window hero, a tabular countdown ticks toward the date under restrained display type, with a notify field as the single action. Anticipation without carnival.

Preview & code

Loading Countdown Launch Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-countdown-launch

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { HeroCountdownLaunch } from '@/components/blocks/hero-countdown-launch'
Exampletsx
import { HeroCountdownLaunch } from '@/components/blocks/hero-countdown-launch'

export default function HeroCountdownLaunchDemo() {
  return (
    <div className="mx-auto w-full">
      <HeroCountdownLaunch
        eyebrow="Northline Atlas · Public beta"
        title="Cartography for the next route network."
        description="Atlas maps freight lanes, port dwell, and weather windows into one live surface. Join the waitlist, seats open when the July launch window hits."
        launchAt="2026-07-30T16:00:00.000Z"
        now="2026-07-13T12:00:00.000Z"
        notify={{
          placeholder: 'ops@northline.freight',
          buttonLabel: 'Notify me',
          onSubmit: (email) => {
            console.log('notify', email)
          },
        }}
        footnote="No spam · Launch brief only · Unsub in one click"
      />
    </div>
  )
}

API reference

HeroCountdownLaunch accepts the following props.

PropTypeDefaultDescription
eyebrowstring
title*string
descriptionstring
launchAt*Date | stringtarget datetime (ISO string ok)
nowDate | stringreference time for deterministic SSR/demos; live clients omit and resolve post-mount
notify{ placeholder?: string buttonLabel?: string onSubmit?: (email: string) => void }inline email capture; omit to hide
footnotestring

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Countdown Launch Hero component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/hero-countdown-launch`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Countdown Launch Hero require?

Countdown Launch Hero uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Countdown Launch Hero to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services