App Waitlist Split
A two-column coming-soon screen for a mobile/desktop app. The left panel sits on a muted background with a wordmark, a monospace eyebrow, an oversized heading, a working email-waitlist form with a confirmation state, and a row of decorative platform-support badges. The right column is a full-bleed photo, hidden below the lg breakpoint.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its badge, media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/app-waitlist-split.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon59.tsx instead.
Usage
The file also exports comingsoon59Demo, the exact props behind the preview above. Spread it to get a working section in one line, then replace it with your own data.
import { ComingSoon59, comingsoon59Demo } from "@/components/blocks/coming-soon/comingsoon59"; export default function Page() { return <ComingSoon59 {...comingsoon59Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| wordmark | string | none | Product name shown at the top of the left panel. |
| eyebrow | string | "(coming soon)" | Monospace label above the heading. |
| heading | string | "The app is almost ready" | Main heading. |
| description | string | "Join the waitlist and be the first to know..." | Supporting copy under the heading. |
| platforms | string[] | none | Platform names rendered as outline badges, e.g. "iOS", "Android". |
| image | MediaSlotImage | undefined | Photo filling the right-hand panel. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- The email field and submit are real client state (useState): submitting swaps the form for a confirmation message, nothing is sent to a server.
- The platform badges are purely decorative labels, not interactive filters or links.
- The photo panel is hidden below the lg breakpoint (hidden lg:block), so on small screens only the waitlist panel renders.
More Coming Soon Blocks
View all →countdown-timer-launch
Countdown Timer Launch
A centered launch page with a live days/hours/minutes/seconds countdown to a target date.
development-progress-milestones
Development Progress Milestones
A centered launch page with an overall progress bar and a milestone tracker list with status badges.
social-connect-launch
Social Connect Launch
A centered coming-soon page with pill-style outline buttons linking out to Twitter, GitHub, LinkedIn, and email.
animated-icons-preview
Animated Icons Preview
A centered coming-soon page with a row of bobbing icon tiles and a pulsing build-status indicator.
sneak-peek-feature-grid
Sneak Peek Feature Grid
A centered coming-soon page with a grid of blurred feature cards teased behind a lock icon overlay.
waitlist-with-avatars
Waitlist with Avatars
A centered coming-soon page with a working waitlist signup form, stacked subscriber avatars, and a live join count.