Turnstile Svelte Playground

Explore Cloudflare Turnstile by changing render mode, sitekey, theme and size to see live behavior and emitted tokens. Watch how each option affects the widget and the token it emits.

Select Render Mode
Select Dummy Sitekey
SitekeyDescriptionVisibility
1x00000000000000000000AAAlways passesvisible
2x00000000000000000000ABAlways blocksvisible
1x00000000000000000000BBAlways passesinvisible
2x00000000000000000000BBAlways blocksinvisible
3x00000000000000000000FFForces an interactive challengevisible
Select Theme
Select Widget Size

Turnstile Widget

npm install @battlefieldduck/turnstile-svelte

Render

Explicitly render the Turnstile widget

Params

{
    "sitekey": "1x00000000000000000000AA",
    "theme": "light",
    "size": "normal"
}

Output

{
    "token": ""
}