DocumentationGigacaptcha
Installation
npm
npm install gigacaptcha
yarn
yarn add gigacaptcha
cdn
https://cdn.jsdelivr.net/npm/gigacaptcha@latest/dist/gigacaptcha.min.js
Quick Start
Basic Usage
import Gigacaptcha from 'gigacaptcha' // Initialize const captcha = new Gigacaptcha({ siteKey: 'your-site-key', theme: 'light', size: 'normal' }) // Render captcha.render('#captcha-container') // Verify captcha.verify().then(token => { // Send token to your server console.log('Verification token:', token) })
Features
AI-Powered Verification
Multiple Challenge Types
Easy Integration
Analytics Dashboard
Customizable UI
Bot Detection
Accessibility Support
Mobile Optimized
Challenges
Image Recognition
AI-powered image classification challenges
Text Puzzles
Dynamic text-based verification
Audio Challenges
Accessible audio verification
Behavioral Analysis
Mouse movement and timing analysis
Device Fingerprinting
Advanced bot detection
Risk Assessment
ML-based risk scoring
Need Help?
Join our community, report issues, or contribute to make Gigacaptcha even better.