Complete waitlist system with email confirmations and server actions
npx shadcn@latest add "https://supreme.jashagrawal.in/r/waitlist-module.json"
RESEND_API_KEY=your-key
SMTP_HOST=smtp.gmail.com
The system automatically detects and uses the available mailer configuration.
checkIfAlreadyInWaitlist()
Prevents duplicate signups
onAddWaitlist()
Handles signup with email confirmation
onWaitlistSignup()
Custom business logic hooks