Human Web – Humane Video Hosting Service

This is a humane, CAPTCHA‑free alternative. No puzzles, no tracking, no accusations. Just people.

Security model: honeypots, simple checks, and trust by default. Bots fall into traps; humans don’t.

Create a Shareable Video Page

This humane video hosting tool works entirely on your device. No uploads, no tracking, no servers — everything stays local.

This declaration is symbolic. Both options allow creation. Honeypots and quiet checks protect the service without blocking real people.

How It Works

IMPORTANT NOTICE: This humane video hosting tool currently works reliably on macOS Safari, including MacBook Air devices. Some platforms — especially Windows browsers and iPhone Safari — may reload the page repeatedly or fail to generate the video page due to device memory limits and mobile browser restrictions. If your device cannot generate the video page automatically, you can still create a fully offline video page manually using the tutorial below. MANUAL OFFLINE VIDEO PAGE TUTORIAL (WORKS ON ANY DEVICE): 1. Record your video using any device: - iPhone/iPad: Camera app → Video → Save to Files - Android: Camera app → Save to device storage - Windows: Camera app → Save video - Mac: QuickTime/Camera app → Save video 2. Create a folder on your device, for example: my-video-page/ 3. Place your video file inside the folder, for example: my-video-page/myvideo.mp4 4. Create a new file inside the same folder named: index.html 5. Paste the following text into index.html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>My Video</title> <style> body { font-family: system-ui; padding: 2rem; } video { max-width: 100%; height: auto; } </style> </head> <body> <h1>My Video</h1> <p>This page works offline and contains no tracking or external scripts.</p> <video controls> <source src="myvideo.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </body> </html> 6. Open index.html in any browser: - Windows: double-click index.html - Mac: double-click index.html - iPhone/iPad: open in Files app - Android: open with any browser This creates a fully offline, CAPTCHAless video page that works on any device.