48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "Cap"
|
|
text: "A modern, lightning-quick PoW captcha"
|
|
tagline: "Cap is the open-source & modern ReCAPTCHA alternative designed for speed. Lightweight, powerful, private and secure."
|
|
actions:
|
|
- theme: brand
|
|
text: Documentation
|
|
link: /guide
|
|
- theme: alt
|
|
text: Demo
|
|
link: /demo/
|
|
|
|
features:
|
|
- icon: ⚡️
|
|
title: 250x smaller than hCaptcha
|
|
details: Cap is made to be small & fast to give your users the best experience possible.
|
|
- icon: 🌈
|
|
title: Fully customizable
|
|
details: Cap is self-hostable so you can customize both the backend & frontend.
|
|
- icon: 🛠️
|
|
title: Easy to use
|
|
details: We use PoW, all you need is to click a button, no more clicking traffic signs.
|
|
- icon: 🔒️
|
|
title: Private & GDPR compliant
|
|
details: Cap doesn't make you sign away your private data to Big Corp.
|
|
- icon: 🛡️
|
|
title: Safe and fast
|
|
details: Cap doesn't make you sign away your private data - it's open-source, secure and fast.
|
|
- icon: 🌳
|
|
title: 100% open-source
|
|
details: Everything about Cap is open-sourced on Github and Glitch for you to check out.
|
|
- icon: ☁️
|
|
title: Floating mode
|
|
details: Improve UX by automatically hiding the captcha until the form is submitted.
|
|
- icon: 🧑
|
|
title: Made for humans, not bots
|
|
details: Cap's web component is super easy to use & integrate into your website.
|
|
---
|
|
|
|
<div style="margin-top: 70px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;flex-direction: column;">
|
|
<p>Try it out for yourself.</p>
|
|
<div style="width: 300px;height: 60px;background-color: white;"></div>
|
|
</div>
|