docs: improvements

This commit is contained in:
Tiago
2025-05-02 11:35:22 +01:00
parent b0e669e261
commit efd8834f08
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -95,7 +95,19 @@ export default withMermaid({
"url": "https://capjs.js.org",
"description": "Cap is a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 proof-of-work",
"applicationCategory": "SecurityApplication",
"operatingSystem": "All"
"operatingSystem": "All",
"image": "https://capjs.js.org/logo.png",
"author": {
"@type": "Person",
"name": "Tiago Rangel",
"url": "https://tiagorangel.com"
},
"license": "https://github.com/tiagorangel1/cap/blob/main/LICENSE",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
}
`,
],
+1 -1
View File
@@ -1,6 +1,6 @@
# Effectiveness
Cap reduces spam and abuse on websites and web apps. While it won't block _all_ spam (no CAPTCHA is a silver bullet), it significantly reduces it by making automated abuse expensive. The core principle behind proof-of-work CAPTCHAs like Cap is **proving effort** rather than just verifying if you're human through fingerprinting or complex puzzles.
Cap significantly reduces spam and abuse on websites and web apps. It won't stop _everything_ (no CAPTCHA is foolproof), however, it minimizes the potential for abuse by making it expensive. The main principle behind implementing a proof-of-work CAPTCHA like Cap includes **proving effort** instead of basic fingerprinting or solving puzzles to verify whether someone is human.
## Privacy & security