The project

Today’s project is a Slack -> Spotify integration that uses a slash command to fetch a playlist tailored to the user’s vibe.

Here’s how you invoke it:

prompt vibe bot

And here’s what it generates: vibe bot playlist

The tech

We’re going with the ChatGPT-recommended tech stack for this one (- replit, + render.com) - a simple node.js process that listens for the slack invocation, pings OpenAI, enriches with Spotify links, then sends the playlist + cover art back to Slack. Github repo: https://github.com/troggy-labs/vibesbot