2M+ Forms Protected

Aptcha

Human-Friendly bot protection

Human-friendly bot protection with zero friction for real users. One line of JavaScript. Maximum security. Privacy-first architecture.

200%
Reduction in Bot Submissions
4.9
Rating
INTEGRATE PROTECT MONITOR
One line of JavaScript
<script src="https://aptcha.com/mcaptcha-auto.js"></script>

Why Choose Aptcha?

Zero friction for humans. Maximum protection against bots.

Zero Friction

Real users never see a challenge. Only suspicious activity triggers verification.

One Line Integration

Add a single script tag. No backend changes. No complex configuration.

Privacy First

No tracking. No cookies. GDPR compliant. Your data stays on your server.

Fully Customizable

Match your brand with CSS variables. Control every aspect of the UI.

Server Optional

Works entirely client-side by default. Add server verification when needed.

Mobile Optimized

Perfect experience on all devices. Touch-friendly. Accessible.

Solutions

Protect your forms across all platforms and use cases.

Contact Forms

Protect your contact forms from spam submissions while keeping the user experience smooth.

Registration Forms

Prevent fake account creation and automated sign-ups with zero friction for real users.

Newsletter Signups

Keep your email lists clean by blocking bot submissions automatically.

Login Forms

Add an extra layer of protection to authentication without frustrating legitimate users.

E-commerce

Protect checkout forms and prevent automated abuse while maintaining conversion rates.

API Endpoints

Integrate with your backend to protect API endpoints from automated abuse.

Pricing

Simple, transparent pricing. Start free, scale as you grow.

Free

$0 /month
  • Up to 1,000 submissions/month
  • Client-side protection
  • Basic customization
Get Started
Popular

Pro

$29 /month
  • Up to 50,000 submissions/month
  • Server-side verification
  • Advanced customization
  • Priority support
Get Started

Enterprise

Custom
  • Unlimited submissions
  • Dedicated support
  • Custom integrations
  • SLA guarantee
Contact Sales

Developer Documentation

Get started in seconds. Integrate in minutes.

1 Quick Start

Add Aptcha to your page with a single line of JavaScript:

<script src="https://aptcha.com/mcaptcha-auto.js"></script>

That's it! All forms on your page are now protected with sensible defaults.

2 Customize Styling

Match Aptcha to your brand using CSS variables. Add this before the script tag:

<style>
  :root {
    --aptcha-primary: #E95420;
    --aptcha-bg: #1A1A1A;
    --aptcha-text: #FFFFFF;
    --aptcha-border-radius: 8px;
  }
</style>
<script src="https://aptcha.com/mcaptcha-auto.js"></script>

You can also override any CSS class directly. Aptcha uses minimal, namespaced classes.

3 Server Verification (Optional)

By default, Aptcha works entirely client-side. Enable server verification when you need extra security:

<script>
  window.AptchaConfig = {
    serverVerify: {
      enabled: true,
      endpoint: '/verify.php'
    }
  };
</script>
<script src="https://aptcha.com/mcaptcha-auto.js"></script>

To disable server verification, simply omit this configuration or set enabled: false.

4 Advanced Configuration

Customize which forms to protect and adjust sensitivity:

<script>
  window.AptchaConfig = {
    forms: '#contact-form',  // Specific form selector
    thresholds: {
      medium: 31,  // Show challenge at this score
      high: 61     // Show challenge + delay at this score
    }
  };
</script>
<script src="https://aptcha.com/mcaptcha-auto.js"></script>

See our full documentation for all configuration options.

Privacy & Security First

Your users' privacy matters. So does your security.

No Tracking

Zero cookies. Zero analytics. Zero third-party requests. We don't track your users.

GDPR Compliant

Fully compliant with GDPR, CCPA, and other privacy regulations. No consent required.

Data Stays Yours

All form data stays on your server. We never see it. We never store it.

Open Source

Audit the code yourself. Transparent. Trustworthy. Community-driven.

Security Audited

Regular security audits. Penetration tested. Enterprise-grade protection.

Lightweight

Minimal footprint. Fast loading. No performance impact on your site.

Ready to Get Started?

Join thousands of developers protecting their forms with zero friction.

Get Started Free

No credit card required. Setup in 60 seconds.

Get Started with Aptcha

Enter your details and we'll send you setup instructions.

By submitting, you agree to our Privacy Policy and Terms of Service.