4 Commits

Author SHA1 Message Date
Rosario Moscato
3400c14b5b feat: enhance conversation naturalness and update branding
- Update character names from Alex/Sarah to Aida/Marco across all languages
- Integrate ElevenLabs v3 audio tags and natural speech patterns
- Add comprehensive conversation enhancement techniques with emotional expressions
- Update voice IDs to match specific character personalities (Aida: excited, Marco: sceptical)
- Improve volume slider visibility with yellow thumb and better styling
- Rebrand app to "AI Podcast Generator by RoMoS" with microphone emoji
- Update page title and metadata for better SEO and branding
- Add natural speech patterns: pauses, emphasis, interjections, and varied rhythm
- Include authentic conversation flow with banter and reactions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 23:25:34 +02:00
Rosario Moscato
09f10353dd feat: implement ElevenLabs audio generation for podcast conversations
- Add ElevenLabs SDK integration for text-to-speech conversion
- Implement automatic audio generation after conversation completion
- Add comprehensive audio playback controls (play/pause/restart)
- Include real-time debug panel for monitoring audio generation process
- Add proper error handling for quota exceeded and other API errors
- Integrate audio stream processing and buffer concatenation
- Add volume control and progress tracking for audio playback
- Include responsive UI states for audio generation and playback

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 22:55:02 +02:00
Rosario Moscato
7be782f0d0 feat: implement streaming conversation generation with real-time message display
- Replace generateObject with streamObject for real-time conversation streaming
- Add progressive message loading with scroll-to-load functionality
- Implement proper state reset when new URLs are submitted
- Add enhanced logging for debugging streaming issues
- Include structured data documentation for AI SDK streaming
- Update UI to show loading state and streaming progress
- Fix message visibility management with initial 10 message limit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 22:21:06 +02:00
Rosario Moscato
d380d68555 feat: implement Firecrawl web scraping integration
- Add Firecrawl SDK dependency for web scraping functionality
- Create /api/scrape endpoint to handle website content extraction
- Replace mock data with real Firecrawl API integration
- Add recent sources section showing scraped content excerpts
- Update UI to display scraping success/error messages
- Fix API response structure handling for Firecrawl integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-22 20:01:58 +02:00