go-captcha · interactive demo

Five captcha modes powered by go-captcha, served by captcha.golemdrive.com with custom AI-generated background images.

backend live · CORS enabled · 5 backgrounds

Click — letters

click-basic

Pick the highlighted letters in the order shown in the thumbnail. Tests reading + visual matching.

Click — shapes

click-shape

Tap the matching shapes. Same pattern as click-basic but with geometric icons instead of letters.

Slide — puzzle

slide-basic

Drag the puzzle piece into the matching slot. Classic anti-bot interaction.

Slide — region

slide-region

Drag the small tile to its highlighted target zone. Variant of slide with a free 2D drop area.

Rotate — angle

rotate-basic

Rotate the inner disc until the image lines up. Slider controls the angle.

How it works

behind the scenes

Each widget calls GET /api/go-captcha-data/<mode> to fetch a generated puzzle, lets you solve it, then POSTs the answer to /api/go-captcha-check-data/<mode>. State (answer per captcha_key) lives in shared Redis with a TTL.