Soundfeed tracks your favorite Spotify artists and displays new releases in a clean, chronological feed.
No login, account or any personal detail required.
Warning
As of February 6, 2026, Spotify introduced heavy limiting to their API, and access is now tied to a premium subscription.
- Follow Spotify artists
- Follow artists by searching
- Unsubcribe from artists
- Reorder followed artist in the grid
- Sync existing account
- Recover your feed using a recovery code
- Manage your feed
- Trigger manual sync
- Dismiss already seen feed entries
- Docker & Docker Compose
- Spotify API credentials
-
Clone the repository
git clone https://github.com/adamchairly/soundfeed cd Soundfeed -
Create
.envfile- Example structure is provided in
.env.example - Get Spotify Client ID and Client Secret here
- Example structure is provided in
-
Start services
docker-compose up -d --build
-
Access the application
- Frontend: http://localhost:3000
- Backend API: http://localhost:8080
This project is licensed under the MIT License - see the LICENSE file for details.