music-digest
Daily AI-powered music intelligence digest delivered to your inbox with auto-generated Spotify playl

About this tool
Music Digest is an Electron desktop app that scrapes music news and trends from Reddit, music publications, and charts, then uses AI to summarize the day's most notable activity into a concise daily briefing. It scores and ranks artists by cross-platform signal, automatically builds a Spotify playlist of top songs, and emails the digest to you every morning. A monthly recap rolls up trends, top artists, and top songs. The app includes a setup wizard that handles configuration without requiring users to manage API keys.
- Aggregates music data from Reddit, charts, publications, and YouTube, then generates an AI-written daily summary
- Automatically creates and updates a Spotify playlist based on trending songs
- Scores and ranks artists as breaking or rising based on cross-platform signals
- Sends a monthly recap with top artists, top songs, and trend rollups
- Available as a macOS desktop app with a guided setup wizard — no API keys required from the user
Overview
Music Digest
A daily music intelligence briefing for your inbox — scrapes Reddit, music publications, and charts, summarizes with AI, builds a Spotify playlist, and emails you every morning.
Install
- Download the latest
.dmgfrom Releases - Open it, drag Music Digest to your Applications folder
- Double-click to launch
That's it. The app walks you through the rest.
First launch
The setup wizard asks for:
- Your name — used in the email greeting
- Your email — where your daily digest gets sent
Everything else (AI, Spotify credentials, email delivery) is handled centrally — no API keys to manage.
After setup, hit Connect Spotify to link your account and auto-build playlists, then click ▶ Run Now to generate your first digest.
Features
- Daily brief — AI-written summary of what's moving in music today
- Scored artists — breaking vs. rising, ranked by cross-platform signal
- Smart playlist — top songs added to a Spotify playlist automatically
- Monthly recap — at the end of each month, a full rollup: top artist, top song, every trend
- Archive — every past digest, browsable
For developers
git clone <repo>
cd "Music Digest"
cp .env.example .env # fill in CLAUDE_API_KEY, Spotify credentials, SMTP
npm install
npm run dev # starts Vite + Express + Electron in dev mode
npm run dist # builds the distributable .dmg
The architecture is designed to scale: Supabase handles shared config and secrets, so adding multi-user support later is a config change, not a rewrite.
Music Digest/
├── electron/ Desktop app shell
├── processor/ AI summarization, Spotify, scoring
├── scraper/ Reddit, charts, publications, YouTube
├── delivery/ Email, Express API routes
├── db/ SQLite schema
├── supabase/ Edge functions (Spotify OAuth proxy, YouTube proxy)
└── src/ React UI (Vite)
Synced from github.com/gleyzeddonut/music-digest — updates automatically.
More in this category

baoyu-design
baoyu-design packages the Claude Design engine as a portable Agent Skill that works inside local coding agents…

ponytail
Ponytail is a plugin for AI coding agents that enforces a minimalist decision framework before any code is wri…
fusion-fable
Fusion-Fable is a Claude Code skill that sends the same prompt to multiple frontier models (Opus 4.8, GPT-5.5,…
fanbox
FanBox is an Electron-based desktop app that combines a local file browser, embedded terminal, and live previe…