SaaS
Waitlist / Launch Kit
Landing page, email capture, referral links, and a small admin export for the list.
Next.jsTypeScriptPrisma
Who it is for
Founders collecting a waitlist before the product is ready.
Included
- Polished landing page
- Email capture
- Unique referral links
- Referral tracking and queue position
- Launch state toggle
- Social share links
- Admin list and CSV export
What you receive
- Next.js waitlist app
- Prisma schema
- Admin export route
- README
Setup
1. npm install
2. Set ADMIN_TOKEN in .env
3. npx prisma db push
4. npm run dev
The zip includes the project source, README, and .env.example. Install dependencies locally. Paid source is not published on the site.
License and access
One-time purchase. After Stripe confirms payment, you download the source. Use and modify it in personal, commercial, and client projects. Do not resell the original source as a competing kit. Attribution is optional. The download stays on the success page for that checkout session.
Guides
FAQ
Where do emails go?
Signups are stored in the database. The admin page exports CSV. Connect a provider later by editing src/lib/notify.ts.