Private Beta Apply
A two-column pre-launch screen: one side carries the pitch, an eyebrow, heading, supporting paragraph, and an apply button, while the other side holds a bordered card listing what beta testers get, each item checked off with an icon.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its button dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/private-beta-apply.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/coming-soon/comingsoon38.tsx instead.
Usage
The file also exports comingsoon38Demo, 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 { ComingSoon38, comingsoon38Demo } from "@/components/blocks/coming-soon/comingsoon38"; export default function Page() { return <ComingSoon38 {...comingsoon38Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | "Coming soon" | Small label above the heading. |
| heading | string | "Apply for private beta" | Main heading. |
| description | string | "We're onboarding a small group of teams..." | Supporting copy under the heading. |
| applyLabel | string | "Apply for access" | Label for the apply button. |
| benefitsHeading | string | "What beta testers get" | Heading above the benefits card. |
| benefits | string[] | none | List of checked benefit bullets shown in the benefits card. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- Fully static Server Component, no client state anywhere.
- The "Apply for access" button is decorative with no onClick handler, it's a placeholder call-to-action rather than a working form.
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.