waitlist-api

Shared waitlist backend for 20 landing pages.

POST /api/waitlist
{
  "email": "[email protected]",
  "product": "fluentpal"
}
GET /api/signups?product=fluentpal&key=ADMIN_KEY

Returns all waitlist entries for a product. Admin-only.

Setup
  1. Add a Vercel KV store via the Storage tab (one click).
  2. Set ADMIN_KEY to something only you know.
  3. Redeploy. Signups start persisting.