REST API

Build your launch list
before you ship.

A hosted waitlist page with referral tracking and email capture. Get your first 1,000 signups without writing a line of HTML.

Free tier1 waitlist
ReferralTracking built in
CSVExport anytime
REST APIFull access

Features

Everything your launch list needs

Hosted waitlist page
A custom public page at your slug — headline, description, email capture form, and live signup count. Branded to your product.
Referral tracking
Every signup gets a unique referral link. Friends who join through it move the referrer up the list automatically — virality built in.
Position ranking
Subscribers see their live position in the queue. Referrals move them up — an instant incentive to share without any extra work from you.
CSV export
Download your full subscriber list as CSV at any time — email, position, referral count, and join date included.
REST API
Create waitlists, add subscribers, query positions, and export data via JSON API. Integrate with your app or deployment pipeline.
Email notifications
Notify subscribers when you launch or when their position changes. Send updates directly from the API with a single request.

Pricing

Start free, scale when you need

Free
£0
1 waitlist · 500 subscribers
Hosted waitlist page
Referral tracking
CSV export
REST API access
Get started
Pro
£29/mo
Unlimited waitlists
Everything in Starter
Custom domain
Webhook on signup
API rate limit boost
Get started

Quickstart

Create your first waitlist

Create a waitlistcurl
$ 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"}