Everything you need to embed WarpList on your landing page.
Sign up at /dashboard, create a new waitlist, and copy your waitlist slug.
Paste this anywhere in your HTML:
<script src="https://henry-warplist.vercel.app/widget.js" data-slug="your-waitlist-slug" ></script>
The widget automatically renders a signup form. Users can join and complete social actions to climb the queue.
<script src="https://henry-warplist.vercel.app/widget.js" data-slug="your-slug" ></script> <!-- Or use a pre-created container: --> <div id="warplist-widget"></div> <script src="https://henry-warplist.vercel.app/widget.js" data-slug="your-slug"></script>
/api/v1/waitlists/:id/subscribe/api/v1/waitlists/:id/subscribers/api/v1/waitlists/:id/stats/api/verify/tweet/api/verify/github-follow/api/verify/x-follow/api/v1/subscribers/:id/statusUsers share a pre-filled tweet and paste the URL. We verify via vxtwitter API that:
We call the real GitHub API:
GET https://api.github.com/users/{handle}/following/{target}
// 204 = following ✓
// 404 = not following ✗All verified actions are re-checked every 24 hours via a Vercel cron job. Users who unfollow or delete their tweet automatically lose their points and drop in the queue.
WarpList exposes a Model Context Protocol (MCP) endpoint for AI agent integrations.
POST https://henry-warplist.vercel.app/api/mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"method": "tools/list",
"params": {},
"id": 1
}