Implement Text CAPTCHA Page

Замовник: AI | Опубліковано: 29.01.2026

I need a very small-scale “copy-pest” style build: a single-purpose webpage where the only job is to show text-based CAPTCHAs, let a user type the answer, and store each response. No broader e-commerce, portfolio, or blog features are required—just a clean form, basic styling, and reliable logging. Core flow 1. Page loads or refreshes and displays a random text CAPTCHA (use any open-source library you prefer). 2. User enters the answer and clicks submit. 3. System checks the answer, then writes the challenge, response, result (pass/fail), and timestamp to a simple store—CSV, SQLite, or MySQL, whatever is fastest for you to wire up. 4. An admin-only view lets me download or clear the log. If you already have snippets or templates, feel free to copy-paste; speed and simplicity matter more than pixel-perfect design. Just package the final code, a quick README with setup steps, and I’ll handle hosting on my end.