diff --git a/README.md b/README.md index d534e83..27b0a54 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ A proof-of-work based bot deterrent. Lightweight, self-hosted and copyleft licensed. + ![screencast](readme/screencast.gif) +## NEW: Looking to block AI scraper bots from hammering your site? See: https://git.sequentialread.com/forest/pow-bot-deterrent-rp (similar to Anubis) + Compared to mainstream captchas like recaptcha, hcaptcha, friendlycaptcha, this one is better for a few reasons: - Free as in Freedom, and Free as in Free Beer @@ -18,7 +21,6 @@ Compared to other proof of work bot deterrents like mCaptcha, I believe that thi - 1. More likely to stop bots; a basic headless browser with JS execution might not be enough. - It is optimized for production use; its API minimizes the number of requests and amount of latency that you have to add to your system. - ### Table of Contents 1. [How it works](#how-it-works)