Code examples for integrating Waitlister into your website.
| Framework | Description | Folder |
|---|---|---|
| HTML/JavaScript | Zero dependencies, pure HTML | html/ |
| React | Component with hooks | react/ |
| Vue | Composition API component | vue/ |
| Next.js | API route + form component | nextjs/ |
- Get your waitlist key from waitlister.me
- Replace
YOUR_WAITLIST_KEYin the examples - Copy into your project
All examples submit to Waitlister's form action endpoint:
POST https://waitlister.me/s/YOUR_WAITLIST_KEY
Content-Type: application/x-www-form-urlencoded
email=user@example.com&name=John
MIT