Vercel BotID Demo

Protected signup form with Vercel BotID

Vercel BotID Protection Active: This form is protected by Vercel BotID to prevent automated submissions.

Protection is invisible to users - no CAPTCHAs or challenges required.

Test Bot Detection with curl
curl -X POST "/api/signup"   -H "Content-Type: application/json"   -d '{"email":"bot@example.com","name":"Bot"}'
Run this command in your terminal to simulate a bot and test the API protection.