A hosted waitlist page with referral tracking and email capture. Get your first 1,000 signups without writing a line of HTML.
Features
Pricing
Quickstart
$ curl -X POST "http://localhost:3000/api/waitlists" \ -H "x-api-key: wl_your_api_key" \ -H "Content-Type: application/json" \ -d '{"name":"My Product","headline":"Early access coming soon","cta_text":"Join waitlist"}' # Response: {"waitlist_id":1,"api_key":"wl_abc123...","url":"http://localhost:3000/w/my-product"}