- Add /api/groq-tts route to handle TTS requests directly in Next.js
- Add /api/groq-tts/voices endpoint for listing available voices
- Remove groq-tts-proxy.py Python server dependency
- Remove authentication system (auth route, middleware, lib)
- Simplify startup script to only run the Next.js app
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Deleted the OpenReader WebUI setup guide as it is no longer needed.
- This file contained architecture details, component descriptions, and setup instructions for the application.
- Use fuser instead of lsof for port cleanup
- Add wait loop for port release with timeout
- Properly disown background processes
- Redirect app output to log file
- Remove verbose TTS request logging
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Deleted `package-lock.json` to streamline dependency management.
- Updated URLs in `OPENREADER_SETUP.md`, `openreader-webui.sh`, and `README.md` to reflect local development settings instead of production URLs.