From b3ef343edf3f2f1d8a0663bb771ac55f2e3b6985 Mon Sep 17 00:00:00 2001 From: Tiago <70700766+tiagorangel1@users.noreply.github.com> Date: Fri, 30 May 2025 19:44:33 +0100 Subject: [PATCH] docs: update metrics --- docs/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 983546e..6c9dd05 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,28 +23,28 @@ hero: features: - icon: ⚡️ title: 250x smaller than hCaptcha - details: Cap's widget library is extremely small, only 12kb minified and brotli'd. + details: Cap's widget library is extremely small, only ~20kb minified (including WASM) - icon: 🔒️ title: Private - details: Cap's usage of proof-of-work eliminates the need for any tracking, fingerprinting or data collection. + details: Cap's usage of proof-of-work eliminates the need for any tracking, fingerprinting or data collection - icon: 🌈 title: Fully customizable - details: Cap is self-hostable so you can customize both the backend & frontend — or you can just use CSS variables + details: Cap is self-hostable so you can customize both the backend & frontend (or you can just use CSS variables) - icon: 🤖 title: PoW-based - details: Cap uses proof-of-work instead of complex puzzles, making it easier for humans and harder for bots + details: Cap uses PoW instead of complex puzzles, making it easier for humans and harder for bots - icon: 🧩 title: Standalone mode - details: Cap offers a standalone mode with Docker, allowing you to use it with languages other than JS. + details: Cap offers a standalone mode with Docker, allowing you to use it with languages other than JS - icon: 💨 title: Invisible mode - details: Cap can run invisibly in the background using a simple JS API. + details: Cap can run invisibly in the background using a simple JS API - icon: ☁️ title: Floating mode details: Floating mode keeps your CAPTCHA hidden until it's needed - icon: 🌳 title: Fully FOSS - details: Completely open source under the Apache license 2.0 license + details: Completely open source under the Apache 2.0 license --- ## What is Cap?