Create waitlists, collect subscribers, track referrals, and export data. One API call to start. Zero infrastructure to manage.
# Create a waitlist curl -X POST https://api.lazy-mac.com/waitlist-api/api/v1/waitlists \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "My Product Launch"}' # Add a subscriber curl -X POST https://api.lazy-mac.com/waitlist-api/api/v1/waitlists/wl_xxx/subscribe \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com", "name": "Jane"}'
One POST request creates a fully functional waitlist with subscriber management, deduplication, and position tracking.
Every subscriber gets a unique referral code. Track who referred whom and surface your top advocates automatically.
Simple X-API-Key header authentication. Your data is isolated per key. No OAuth complexity needed.
Get notified in real-time when new subscribers join. Connect to Slack, Discord, email, or any HTTP endpoint.
Dashboard-ready stats endpoint. Export subscribers as JSON or CSV anytime. Referral leaderboard included.
Built-in Model Context Protocol endpoint. Let AI assistants manage your waitlist through natural language.
Start free. Scale when you need to.