Skip to content

Conversation

@ggalloro
Copy link
Owner

Description

This PR implements the Podcast Generator application, a Next.js app that converts RSS feeds into personalized audio podcasts using AI.

Key Features

  • Feed Management: Add/Remove RSS feeds.
  • AI Summarization: Uses Gemini 2.5 Flash to summarize articles.
  • Text-to-Speech: Uses Google Cloud TTS for audio generation.
  • Audio Merging: Compiles segments into a single MP3.
  • Playback: Integrated audio player.

Architecture

  • Frontend: Next.js, Tailwind CSS
  • Backend: Next.js API Routes
  • Storage: Local JSON files (MVP)

How to Test

  1. Clone branch.
  2. Set GOOGLE_API_KEY and GOOGLE_APPLICATION_CREDENTIALS.
  3. Run npm run dev.
  4. Add a feed and generate a podcast.

@github-actions
Copy link

🤖 Hi @ggalloro, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@ggalloro ggalloro closed this Dec 13, 2025
@ggalloro ggalloro deleted the podcast-generator branch December 13, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants