Topic
Launch
Email capture, a referral code from random bytes, and a queue position counted from earlier signups. The Waitlist kit stores that in Prisma and exports it from a small admin.
Launch
Waitlist referral codes and queue position
The Waitlist kit stores a unique refCode and computes position by counting earlier signups.
Launch
Building a waitlist with referrals in Next.js
Collect emails, issue a referral code, and compute a queue position with Prisma in a Next.js server action.