# Neon Whisper > A Blade Runner–styled audible reader. Paste any text and the browser reads it > aloud via the Web Speech API — choose a voice, set the pace, follow along word > by word. Runs entirely client-side; nothing is uploaded. - Site: https://neonwhisper.net - What it is: a free, browser-only text-to-speech reader - Tech: static Eleventy site, vanilla JS over `window.speechSynthesis` - Privacy: no accounts, no analytics, no text leaves the browser (a small Worker only verifies the bot-gate token) - Access: a Cloudflare Turnstile human check gates the app to keep bots out ## How to use 1. Paste or type text into the reader. 2. Pick a voice and adjust rate / pitch / volume. 3. Press play; each word highlights as it is read. Click any line to read from there. ## Notes for agents Neon Whisper has no content API. It is a single static page; all functionality is client-side speech synthesis using the visitor's browser/OS voices. The only server-side piece is a small Cloudflare Worker that verifies the bot-gate (Turnstile) token. See /llms-full.txt for more detail.