Files
checkpoint/README.md

25 lines
786 B
Markdown
Raw Normal View History

2025-04-12 20:50:59 +01:00
# 🛑 Checkpoint
2025-04-11 16:21:52 +02:00
Checkpoint is a tiny reverse proxy that attempts to block AI by serving a cryptographic challenge.
2025-04-12 20:50:59 +01:00
_This project is a work-in-progress. It works, but has only basic functionality._
## Why?
AI scrapers are everywhere. This will stop them. `robots.txt` won't.
## Features
- Protect your endpoint from AI bots with a cryptographic challenge
- Easy configuration in jsonc
- Support for cloudflare
2025-04-13 01:16:33 +01:00
- Minimal. The waiting page is a single file with no links that weighs 4kB
2025-04-12 20:50:59 +01:00
### Planned features
- Dynamic challenge amount (aka difficulty)
- Detection of token overuse
- Better wait screen
- Better git integration (it's quite rudimentary right now)
2025-04-12 20:50:59 +01:00
## Caveats
If you are using this, it's almost certain search engines will stop indexing your site. Keep this in mind.