Skip to content

Commit 6041882

Browse files
author
Tiago Rangel
committed
Add features to readme
1 parent 54b270b commit 6041882

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
<img alt="Cap logo" src="https://cap.tiagorangel.com/logo.png" width="70">
22

3-
# cap — modern, lightning-quick PoW captcha
4-
Cap is the modern open-source ReCAPTCHA alternative designed for speed. FOSS, lightweight, private and secure.
5-
6-
[![npm @cap.js/server](https://img.shields.io/badge/@cap.js/-server-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/server) [![npm @cap.js/widget](https://img.shields.io/badge/@cap.js/-widget-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/widget) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9920/badge)](https://www.bestpractices.dev/projects/9920)
3+
# cap — modern, lightning-quick PoW captcha
74

8-
<center>
5+
Cap is the modern open-source ReCAPTCHA alternative designed for speed. FOSS, lightweight, private and secure.
96

10-
### [Get started →](https://cap.tiagorangel.com/guide)
7+
| [Learn more](https://cap.tiagorangel.com)
8+
|----------|
119

12-
</center>
10+
[![npm @cap.js/server](https://img.shields.io/badge/@cap.js/-server-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/server) [![npm @cap.js/widget](https://img.shields.io/badge/@cap.js/-widget-CB0200?logo=npm)](https://www.npmjs.com/package/@cap.js/widget) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9920/badge)](https://www.bestpractices.dev/projects/9920)
1311

1412
<img alt="Cap captcha" src="./assets/thumb.png">
1513

1614
> [!WARNING]
17-
> Work in progress. Don't use this in production yet.
15+
> Work in progress. Don't use this in production yet.
16+
17+
## Features
18+
- ⚡️ **250x smaller than hCaptcha**:
19+
Cap is lightning fast, so your pages load instantly and users don't wait around
20+
- 🔒️ **Private & GDPR compliant**:
21+
No more tracking or data collection. Cap is GDPR compliant and keeps your users' data private
22+
- 🌈 **Fully customizable**:
23+
Cap is self-hostable so you can customize both the backend & frontend — or you can just use CSS variables
24+
- 🤖 **PoW-based**:
25+
Cap uses PoW instead of frustrating image puzzles, making it easier for humans and harder for bots
26+
- 💨 **Headless mode**:
27+
Need silent protection? Cap can run invisibly in the background without any user interface
28+
- ☁️ **Floating mode**:
29+
The floating mode keeps your CAPTCHA hidden until it's needed, creating a smoother experience
30+
- 🌳 **Truly free**:
31+
Completely open source under AGPL-3.0. No hidden costs, no premium features, no surprises and completely FOSS
32+
- 🧑 **Made for humans, not bots**:
33+
Cap's web component & server-side library are super easy to integrate into your website

0 commit comments

Comments
 (0)