AudioBook mode.
Paste any deskrune.com URL. The article gets read aloud, chapter-split where it has H2 sections. Resume position saves to localStorage. Currently serving from MeloTTS fallback (brand voice queued behind the TTS credit unblock).
Loading…
Chapter 1 / —
Suggestions
ADHD time blindness
Why ADHD planners fail
Task initiation paralysis
Adult ADHD field guide
ADHD productivity (pillar)
Honest pricing
What's happening behind the scenes. When you tap "Load + listen," the page fetches the target URL's HTML, extracts the <h1> + each <h2> + the paragraphs under it, splits into chapters, and POSTs each chapter's text to /api/tts. The TTS proxy picks the highest-quality available vendor (OpenAI → Cartesia → ElevenLabs → MeloTTS). Right now MeloTTS is serving — voice quality is functional, not yet brand. Resume position saves to localStorage per URL.