24Zyad/LifeLine-x-Rebel-Captcha
0
Lifeline "The Human Test" CAPTCHA Demo
Interactive CAPTCHA-style experience for Lifeline's campaign highlighting that some problems need human empathy, not AI.
Quick Setup
- Copy your Lifeline logo:
- Save the Lifeline logo as
lifeline-logo.pngin this folder - Make sure it's named exactly
lifeline-logo.png
- Create images folder:
- Create a folder called
imagesin this directory - Add 15 images (named
img1.pngthroughimg15.png) - Mix of:
- Everyday problems AI can help with (cooking, gardening, car repair, etc.)
- People in emotional distress (the ones users should NOT select)
- Open in browser:
- Just double-click
index.htmlto open in your browser - No server needed for local demo
How It Works
- Users click the checkbox
- CAPTCHA asks: "Select all the images that AI can help you with"
- Grid of 9 images appears
- When they click an image, it fades out and loads a new one
- The point: help users recognize that AI can't solve emotional/human problems
What I Changed from Original Template
- Text: "Select all the images that AI can help you with" (instead of "bicycles")
- Logo: Lifeline logo replaces Google reCAPTCHA logo
- Colors: Blue theme changed to Lifeline blue (#2b3d9f)
- Tagline: Added "Crisis Support. Suicide Prevention."
- Instructions simplified to match campaign concept
Files Structure
lifeline-captcha/
├── index.html # Main page
├── style.css # Styling (Lifeline colors)
├── index.js # Interaction logic
├── lifeline-logo.png # Your logo (add this)
└── images/ # Your campaign images (add these)
├── img1.png
├── img2.png
...
└── img15.pngNext Steps for Production Version
Phase 2 (If client wants to use publicly):
- Host images on Google Cloud Storage
- Add analytics to track user interactions
- Deploy to Cloud Run or similar
- Add proper domain
- Cost: ~$10-20/month depending on traffic
Phase 3 (Advanced features):
- Track which images users select/skip
- A/B test different image sets
- Add email capture for Lifeline mailing list
- Multi-language support
Demo Tips
- Have 2-3 rounds of images ready
- Mix obvious "AI-solvable" (recipe, car engine) with obvious "human problems" (crying, distress)
- The contrast makes the point clearer
Technical Notes
- Pure HTML/CSS/JavaScript (no frameworks)
- Works offline
- Mobile responsive
- No dependencies except Font Awesome (loaded from CDN)
