Remove Waitlist

Remove the pre-launch waitlist and coming-soon page.

Steps

  1. Delete directories and files:

    • app/api/waitlist/ (waitlist signup endpoint)
    • hooks/core/use-waitlist.ts (client-side waitlist hooks)
    • Coming-soon component from components/ (search for coming-soon)
  2. Update Prisma schema (prisma/schema.prisma):

    • Remove the WaitlistEntry model
  3. Disable the feature flags: Set NEXT_PUBLIC_ENABLE_WAITLIST=false and NEXT_PUBLIC_COMING_SOON=false in .env, or delete the lines from lib/config/features.ts.

  4. Clean up references: Remove any waitlist section renders from landing page components.

  5. Run pnpm db:push to sync the schema.

Demo Mode — Explore freely. Some actions are restricted. demo@launchfst.dev / demo1234

Get LaunchFst →