From fe23692c442655bf393af2c360913c5a747e18f5 Mon Sep 17 00:00:00 2001 From: kaerez Date: Sun, 28 Dec 2025 11:30:30 +0200 Subject: [PATCH] Add Cloudflare Workers section to community guide Added a new section for Cloudflare Workers with a library reference. --- docs/guide/community.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/community.md b/docs/guide/community.md index 44a8741..9420fd7 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -29,6 +29,10 @@ These are React hook implementations of the Cap API, allowing full customization **Warning:** These libraries are community-maintained and not officially supported or actively monitored for security by Cap. We can't guarantee their quality, security, or compatibility. They also might not support newer features such as storage hooks or seeded challenges. +### Cloudflare Workers (Serverless/JavaScript) + +- **[kaerez/CFCap](https://github.com/kaerez/CFCap)**: Serverless CAP CAPTCHA implementation on Cloudflare Workers with R2 Buckets (cheaper than Durable Objects), featuring customizable TTLs, optional use of hosted JS & WASM, global edge deployment and auto-scaling + ### Cloudflare Workers (Serverless/JavaScript/TypeScript) - **[xyTom/cap-worker](https://github.com/xyTom/cap-worker)**: Serverless CAP CAPTCHA implementation on Cloudflare Workers with Durable Objects, featuring global edge deployment and auto-scaling