# 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. # Important Rules! - Always use shadcn components over custom components - Never create the components yourself, always install them using the install command: Example: npx shadcn@latest add button - Always use the standard tailwind and shadcn colors. Never use inline custom colors.