I built a privacy-first visual CAPTCHA and a bot-protected URL Shortener

John

Active Member
658
2009
49
355
Hey everyone,

Like most of you, I got completely fed up with the current state of bot protection. We are constantly forced to train corporate AI models by clicking endless grids of crosswalks and traffic lights, all while these widgets track our cross-site cookies.

So, I built a lightweight, privacy-friendly alternative from scratch: CAPTCHAL.ink

Screenshot-7.png


5XFEQG2.png


b6TCJ04.png


Instead of object recognition, it relies on human spatial awareness. You get a 3x3 grid of images, and the instruction is simple: Click the images that are upside down. Human brains instantly understand gravity and lighting direction, while modern bots struggle with this abstract physics context. Plus, it uses zero third-party cookies (works perfectly in strict Incognito mode).

While developers can drop this widget into their forms for free, I realized that many people wants URL shortener that will block bots.

Introducing the Bot-Protected URL Shortener:

How it works:

Paste any long URL into the generator.

We give you a compact, clean link that is easy to share anywhere (tweets, bios, QR codes).

When someone clicks it, they must complete the simple visual challenge (finding the upside-down images).

Once verified, they are instantly redirected to your destination.

Why use this?

Visual proof-of-work: It strictly protects your destination links from bots, scrapers, and automated abuse.

Completely frictionless: No sign-up required. You can create and share protected links in seconds.

Unique & Secure: Each short link is unique and tightly tied to your destination URL.

The project is currently in its Public Beta phase and is entirely free to use. I'm an indie developer running this solo, so I am looking for early adopters to test it out "in the wild."

Try to use it, try to break it, and let me know your honest feedback!
 
2 comments
I like your idea very, i hope you would make it standalone without URL shortener, would like to use only captcha protection!
You could also design it like this:
  • When a user selects an image, all tiles (images) shuffle/swap places randomly.
  • Then the user has to wait a few seconds before they can select the second correct image.
  • If they select the correct second image, the tiles shuffle again.
  • Another short waiting period.
  • Only after selecting the third correct image does the user get redirected.
You could make it even harder by loading new images into the tiles after each selection. That way, the AI (or bot) doesn't have a reference from the first round of images.
 
If they select the correct second image, the tiles shuffle again
Why? That is like solving the captcha twice....

Standalone without URL shortener
Well you can use widget to on your website or forms... URL shortener is only the one part of the whole story... I want also to code URL shortener on-the-fly
I will then encode google.com URL after solving the captcha user is redirected to Google....

Only after selecting the third correct image does the user get redirected
I think it will be too complicated for the normal human user

Thank you for the suggestions <3
 
Back
Top