📧 Waitlist Module Demo

Complete waitlist system with email confirmations and server actions

Server ActionsEmail ConfirmationsResend/NodemailerBusiness Logic
Join Our Waitlist
Be the first to know when we launch!
🚀 Installation
npx shadcn@latest add "https://supreme.jashagrawal.in/r/waitlist-module.json"
✨ New Features
  • Server actions with business logic
  • Email confirmations (Resend/Nodemailer)
  • Duplicate email checking
  • Status checking functionality
  • Approval/rejection workflows
  • Analytics and CRM integration hooks
📧 Email Configuration
Resend (Recommended):RESEND_API_KEY=your-key
Nodemailer SMTP:SMTP_HOST=smtp.gmail.com

The system automatically detects and uses the available mailer configuration.

🔧 Server Actions
checkIfAlreadyInWaitlist()

Prevents duplicate signups

onAddWaitlist()

Handles signup with email confirmation

onWaitlistSignup()

Custom business logic hooks