# django-recaptcha/django-recaptcha

Django reCAPTCHA form field/widget integration app.

Repository: https://github.com/django-recaptcha/django-recaptcha
Canonical: https://ross.abutalabs.com/products/django-recaptcha
Homepage: https://pypi.org/project/django-recaptcha/
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, django, recaptcha, recaptchav2, recaptcha-v3
Last push: 2026-08-17T20:28:56+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 8, longevity 100
- inputs: {"age_days": 5942, "days_push": 16, "days_rel": 523, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1035, forks 266 (observed 2026-08-28T04:03:19.000444+00:00)

## What it is
A Django app providing form fields and widgets for integrating Google reCAPTCHA (v2 checkbox, v2 invisible, and v3) into Django forms. It handles client-side widget rendering and server-side verification of reCAPTCHA responses.

## Use cases
- add recaptcha to django forms
- protect django forms from bots and spam
- integrate recaptcha v3 score checking in django
- add invisible recaptcha to a django site
- validate recaptcha responses server-side in django

## When to choose
- you use Django and need Google reCAPTCHA protection on forms
- you want a maintained, pip-installable captcha field with v2 and v3 support
- you need per-field reCAPTCHA key configuration or proxy support

## When to avoid
- you use Flask, FastAPI, or a non-Django framework
- you need a captcha provider other than Google reCAPTCHA (e.g. hCaptcha, Turnstile)
- you want a fully self-hosted captcha solution without third-party API calls

## Facets
- artifact type: library
- maturity: active
- function: form-handling, security, middleware
- domain: web-development, security, backend
- platform: python
- tags: django, recaptcha, captcha, spam-protection, form-validation, web-server

## Member repositories
- django-recaptcha/django-recaptcha (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:19.000444+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:04:53.435706+00:00, confidence not recorded.
  - readme: https://github.com/django-recaptcha/django-recaptcha (fetched 2026-08-28T04:03:19.000444+00:00, sha d076fb4290bf)
  - homepage: https://pypi.org/project/django-recaptcha/ (fetched 2026-08-29T13:06:11.685654+00:00, sha 4b4e8fead74a)
  - registry_pypi: https://pypi.org/pypi/django-recaptcha/json (fetched 2026-08-29T13:06:11.694631+00:00, sha d41aaf3c67dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
