Generates playlists based on prompts using Gemini AI. Built with Next.js and Supabase.
- Prompt-based playlist generation
- Integration with Gemini AI for intelligent track selection
- Database support provided by Supabase
- Clone this repository.
- Install dependencies with your preferred package manager.
- Provide your Supabase credentials and Google API Key in environment variables.
- Run the development server.
npm install
npm run dev
- Enter a prompt describing your desired playlist.
- Wait for Gemini AI to generate tailored track lists.
- Explore, refine, and save playlists.
Feel free to open an issue or submit a pull request for improvements.