1-Line Math CAPTCHA Widget

Just add 1 tag and 1 script link to any website form

Ready For All Projects

How to add to ANY website or form page:

Like Google reCAPTCHA
1. Add these 2 lines into your HTML form:
<!-- 1. Container inside your <form> -->
<div class="math-verify" data-theme="dark"></div>

<!-- 2. The Script Tag (before </body>) -->
<script src="http://127.0.0.1:8000/js/math-captcha.js" async defer></script>
2. Add this 1 line to your Controller:
// In your Laravel Controller:
$request->validate([
    'math_captcha_answer' => ['required', new \App\Rules\MathCaptcha],
]);

Interactive Live Form Demos

Contact Form

Uses <div class="math-verify"></div>

User Registration

Protected against auto-registration bots

Service Enquiry Form

Request a quote or audit