Waitlist Form
Brand waitlist signup.
Preview → install → use
01
Preview
npx shadcn@latest add @atroui/waitlist-formZero spam. Early-bird invite + discount when Pro opens.
Source lands in your repo. Setup: Installation · Registry catalog · Host APIs.
02
Usage
Posts to /api/waitlist. Install @atroui/api-waitlist (Resend audience or SMTP). See Installation.
Collect emails without standing up a waitlist SaaS
The form is a registry block. The Host API writes to a Resend audience/segment or falls back to SMTP. Duplicate-friendly Resend 409 is treated as success so double-submits do not look like errors.
FAQ
- Where are waitlist emails stored?
- On your Resend audience (RESEND_AUDIENCE_ID / RESEND_SEGMENT_ID) or in the mailbox CONTACT_EMAIL_TO. AtroUI does not store subscribers.
Part of Next.js forms with Host APIs.
Waitlist Form