# Overview This is an AI Podcast Generation app that converts a URL into a natural sounding podcast audio file. # Core Features ## Scrape Website The user enters a URL and the app then use Firecrawl to extract the website content. ## Generate Conversation The app then uses the AI SDK v5 (OpenAI gpt-5-mini as the model) to create a conversation between 2 hosts discussing the scraped content. ## Generate Podcast Audio Use the Elevenlabs SDK to generate the dialog from the conversation text.