LogoBetter Captcha
Provider

Captcha Fox

Privacy-focused CAPTCHA service with customizable themes and multiple challenge types

About Captcha Fox

Captcha Fox is a privacy-focused CAPTCHA service that provides comprehensive bot protection with customizable themes, multiple challenge types, and extensive internationalization support.

For more information, visit the official Captcha Fox documentation.

Showcase

Usage

import { CaptchaFox } from "@better-captcha/react/provider/captcha-fox";

<CaptchaFox sitekey="your-sitekey" options={{}} />
import { component$ } from "@builder.io/qwik";
import { CaptchaFox } from "@better-captcha/qwik/provider/captcha-fox";

export default component$(() => (
  <CaptchaFox sitekey="your-sitekey" options={{}} />
));
import { CaptchaFox } from "@better-captcha/solidjs/provider/captcha-fox";

<CaptchaFox sitekey="your-sitekey" options={{}} />
<template>
  <CaptchaFox
    sitekey="your-sitekey"
    :options="{ lang: 'en' }"
  />
</template>

<script setup lang="ts">
import { CaptchaFox } from "@better-captcha/vue/provider/captcha-fox";
</script>
<script lang="ts">
import CaptchaFox from "@better-captcha/svelte/provider/captcha-fox";
</script>

<CaptchaFox sitekey="your-sitekey" options={{}} />

Provider Options

Prop

Type

Imperative Handle Functions

Prop

Type