What problem does it solve? Adding bot protection to forms and endpoints requires coordinating widget creation, frontend embeds, backend siteverify calls, and secret handling across many frameworks, which is error-prone when done manually. ## Core Features & Use Cases - Guided setup wizard: Probes Cloudflare API token scope, creates the Turnstile widget, embeds it at chosen surfaces, and wires canonical server-side siteverify into the existing backend handler. - Framework-specific snippets: Provides ready integration references for vanilla HTML, Next.js App Router, Next.js Pages Router, Astro, SvelteKit, and Hugo. - Migration and recovery: Migrates existing reCAPTCHA or hCaptcha integrations to Turnstile and retrieves existing widget secrets through a guarded, confirmation-gated flow. - Use Case: Ask the agent to protect a signup form from bots; it scans the codebase, creates the widget, gates the existing handler on siteverify success, and validates with a real token including replay rejection. ## Quick Start Ask the agent to set up Cloudflare Turnstile bot protection on your signup form and follow the guided wizard prompts.