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
- Add a Vercel KV store via the Storage tab (one click).
- Set
ADMIN_KEYto something only you know. - Redeploy. Signups start persisting.