Early Tester Quote

(From the first testers)
I stopped juggling five tools the day I opened Auralis. It's the first thing in years that felt finished before it launched.
Portrait of an early tester

Marlowe Reyes

Founder, Studio Vellum

Ask for an invite

Fifty makers are already inside. The next hundred seats open soon.

About this block

Early Tester QuotePRO

A quote-led pre-launch section on a soft muted card with a monospace parenthetical eyebrow, a large early-tester pull quote, an author row with avatar, and an invite pill button with a supporting note.

ComingSoon28: Early Tester Quote

A monochrome, editorial pre-launch card that centers a parenthetical eyebrow, an oversized early-tester pull quote, an author row with a round avatar, and a border-topped footer pairing an invite pill button with a supporting note, all on a soft muted surface.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Upgrade Now

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/comingsoon28?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/comingsoon28?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/comingsoon28.tsx.

Quick start

The installed file exports comingsoon28Demo alongside the block: the exact props behind the preview above. Spread it to get a working section in one line.

tsx
import { ComingSoon28, comingsoon28Demo } from "@/components/beste/block/comingsoon28";

export default function Page() {
  return <ComingSoon28 {...comingsoon28Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { ComingSoon28 } from "@/components/beste/block/comingsoon28";

export default function Page() {
  return (
    <ComingSoon28
      badge={{ label: "From the first testers" }}
      quote="It felt finished before it launched, and that never happens."
      author={{
        name: "Marlowe Reyes",
        role: "Founder, Studio Vellum",
        avatar: { src: "/people/marlowe.jpg", alt: "Portrait of an early tester" },
      }}
      button={{ label: "Ask for an invite", href: "/waitlist" }}
      labels={{ note: "Fifty makers are already inside. The next hundred seats open soon." }}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Parenthetical eyebrow rendered above the quote via Badge7
labelsComingSoon28Labels{}Supporting note shown beneath the invite button
quotestringLarge early-tester pull quote
authorAuthorAuthor name, role, and avatar shown under the quote
buttonActionLinkInvite pill link rendered via Button12
classNamestringExtra classes for the outer <section>
ts
type Author = {
  name: string;
  role: string;
  avatar: { src: string; alt: string };
};

type ActionLink = {
  label: string;
  href: string;
};

type ComingSoon28Labels = {
  note?: string;
};

Behavior notes

  • There is no form or event callback: the button is a real navigation via Button12 asChild wrapping a Next.js <Link href={button.href} />, so it always points at a URL.
  • Every region is optional: the eyebrow, quote, author row, button, and note each render only when their prop or label is present, so the card collapses cleanly around whatever you omit.
  • The author avatar renders as a plain <img> in a size-14 rounded-full frame beside a left-aligned name and role.
  • The button and note sit together in a border-t footer, so passing neither leaves the divider and padding but no content below it.
  • The whole card is a centered bg-muted surface in a max-w-4xl column, and every string is plain text with no inline markup parsing, so HTML passed in shows as escaped text.

More Coming Soon blocks

View all Coming Soon
PRO

comingsoon19

Pre-Launch Manifesto

A pre-launch manifesto section on a soft muted card with a monospace parenthetical eyebrow, a large statement heading, and a three-column ruled list of numbered building principles above a follow-along pill button.

PRO

comingsoon38

Private Beta Apply

A two-column private-beta section with a square eyebrow, a heading, a supporting paragraph, and a dark seal apply button beside a bordered card listing accent-checked tester benefits.

PRO

comingsoon50

Launch Readiness Progress

A coming-soon section on a soft muted card with a monospace parenthetical eyebrow, a heading, a launch-readiness percentage that counts up with an animated progress bar, a build-status row, and a working email notify form.

PRO

comingsoon32

Trusted By Waitlist

A centered pre-launch section with a monospace parenthetical eyebrow, a statement heading, a supporting paragraph, a waitlist pill button, and a captioned grayscale logo strip of early partners.

PRO

comingsoon15

Waitlist Coming Soon

A centered pre-launch section with an eyebrow, a large light heading, a paragraph, an image tile holding a working email-capture form with a success state, and a social-proof note.

PRO

comingsoon77

Full-Bleed Launch Countdown

A pre-launch section on a full-bleed photograph under a dark gradient, with a light display heading, four oversized countdown figures between hairline rules, and a working email capture card.