waitlist

Installation
SKILL.md

Scaffold a complete waitlist — email capture, storage, confirmation email, and an admin view. Reads the project first, wires into existing stack.

Phase 1: Detect the Project

cat package.json | grep -E "next|supabase|prisma|drizzle|resend"

Check for:

  • Database: Supabase / Prisma / Drizzle / raw Postgres?
  • Email: Resend already installed?
  • Auth: Any auth provider? (Admin view needs it)
  • Existing waitlist table? Search for waitlist in schema files

Phase 2: Ask the User

I'll scaffold a waitlist for [product name].
Installs
38
GitHub Stars
8
First Seen
Jun 20, 2026
waitlist — tushaarmehtaa/tushar-skills