π Are bots getting smarter? Are you tired of boring CAPTCHAs that just ask you to click a checkbox?
Well, GigaCaptcha is here to change the game! Instead of "Select all traffic lights," youβll face the most ridiculous challenges ever! π€―
Think youβre human? Prove it. Solve mazes, chess puzzles, Olympic quizzes, and more! π
β
No More Lame CAPTCHAs β We make you work for it.
β
Lightweight & Fast β Uses React + Tailwind, no extra bloat.
β
Super Simple Integration β Import, use, and watch people struggle.
β
Extremely Funny Challenges β Inspired by real-life bot-proof questions.
- Make bots cry π€π
- Be as small as possible (no unnecessary dependencies)
- Offer the most creative, weird, and funny challenges ever
π₯ Crazy Challenges We Plan to Add:
βοΈ Math question with a wrong answer
βοΈ Olympic history questions that nobody knows
βοΈ A simple maze you have to solve
βοΈ Chess puzzles where you must checkmate in 1 move βοΈ
βοΈ A random meme quiz π
βοΈ An upside-down typing challenge
βοΈ The "press this button exactly after 5.3 seconds" challenge β³
Got an idea for a crazy CAPTCHA? Open an issue!
npm install gigacaptcha
import React from "react";
import GigaCaptcha from "gigacaptcha";
function App() {
return (
<div className="p-4">
<h1>Welcome to My Website</h1>
<GigaCaptcha onSuccess={() => alert("You're human! π")} />
</div>
);
}
export default App;
Want to contribute? Follow these steps:
git clone https://github.com/NextProduction/gigacaptcha.git
cd gigacaptcha
npm install
npm run dev
npm run build
Got a fun CAPTCHA idea? PRs are welcome!
Rules:
βοΈ Must be funny & creative
βοΈ Should make bots suffer π€
βοΈ Can be solvable by a human (hopefully)
MIT β Feel free to use, modify, and troll bots with GigaCaptcha!
π Made with π€£ by Mahdi Hazrati & NextProduction π