Files
cap/docs/index.md
T

48 lines
1.4 KiB
Markdown
Raw Normal View History

2025-01-11 17:35:53 +00:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "Cap"
2025-11-19 12:59:58 +00:00
text: "Self-hosted CAPTCHA for the modern web."
tagline: "Lightweight, privacy-first, and designed to put you first. Switch from reCAPTCHA in minutes."
2025-01-14 19:27:28 +00:00
image:
2025-01-14 19:32:07 +00:00
src: /logo.png
2025-01-14 19:27:28 +00:00
alt: VitePress
2025-01-11 17:35:53 +00:00
actions:
- theme: brand
2025-05-31 17:01:44 +01:00
text: Get started →
2025-01-11 17:35:53 +00:00
link: /guide
2025-01-11 18:31:39 +00:00
- theme: alt
text: Demo
2025-04-22 15:10:18 +01:00
link: /guide/demo.md
2025-01-14 19:32:07 +00:00
- theme: alt
2025-05-31 17:01:44 +01:00
text: View on GitHub
2025-08-28 11:40:46 +01:00
link: https://github.com/tiagozip/cap
2025-01-11 17:35:53 +00:00
features:
- icon: ⚡️
title: 250x smaller than hCaptcha
2025-09-08 14:41:58 +01:00
details: ~20kb, zero dependencies, loads in milliseconds
2025-01-11 17:35:53 +00:00
- icon: 🔒️
title: Privacy-first
2025-09-08 14:41:58 +01:00
details: Cap doesn't send any telemetry back to our servers
2025-01-15 16:46:07 +00:00
- icon: 🌈
title: Fully customizable
2025-09-08 14:41:58 +01:00
details: Change the colors, size, position, icons and more with CSS variables
- icon: 💽
title: Proof-of-work
details: Your users no longer have to waste time solving visual puzzles.
- icon: 🐳
2025-04-11 19:36:05 +01:00
title: Standalone mode
2025-09-08 14:41:58 +01:00
details: Run Cap anywhere with a Docker container with analytics & more
2025-01-15 16:46:07 +00:00
- icon: 💨
title: Invisible
2025-09-08 14:41:58 +01:00
details: Hide Cap's widget and solve challenges in the background
- icon: 🤖
title: M2M
details: Keep your APIs protected while accessible to friendly robots
2025-01-15 16:46:07 +00:00
- icon: 🌳
2025-09-08 14:41:58 +01:00
title: Open-source
2025-05-31 17:01:44 +01:00
details: Completely free & open-source under the Apache 2.0 license
2025-12-21 13:28:54 +00:00
---