[ Languages: English | 日本語 (Japanese) ]
ContextDJ - AI Music Curator. It turns your vague requests (e.g., "Play music that fits the mood of a walk by the sea. I want to listen to piano jazz from 11 PM.") into a perfectly curated scheduling of tracks.
Unlike standard shuffle or playlists, ContextDJ builds a context-aware schedule, mimicking a radio DJ that understands the flow of time and mood.
🌐 Try it now: contextdj.remoteroom.jp
(Screenshot: Inputting a request)
(Screenshot: Main player interface with AI-generated queue)
- 📸 Context Vision: Use your camera to "show" the DJ your environment. The AI analyzes visual context, artistic mood/lighting to suggest perfect soundtracks.
- ♻️ Context Recall: Instantly re-summon past moods. Clicking archived schedule items lets you remix and reuse previous contexts.
- ✨ DJ Insight: Real-time visibility into the AI's creative "train of thought," explaining why each track and transition was chosen.
- 🎯 AI Filtering: An automated verification layer that ensures Spotify search results genuinely match your complex requests.
- 🥣 Auto-Refill (Okawari): An intelligent, endless loop that automatically generates new schedule items before the music stops.
- 🔒 Privacy First (BYOK): Direct client-to-service communication. Your API keys (Spotify, OpenAI, Gemini) never leave your browser.
To use ContextDJ (even the hosted version), you need:
- Spotify Premium Account: Required for the Web API playback controls.
- Spotify Client ID: You need to create a simple app in the Spotify Developer Dashboard.
- Redirect URIs:
https://contextdj.remoteroom.jp/(orhttp://127.0.0.1:3000/for local dev) - APIs used:
Web API
- Redirect URIs:
- AI API Key: key from either OpenAI or Google AI Studio.
- Go to ContextDJ.

- Click the Settings (⚙️) icon in the top right.

- Enter your Spotify Client ID.
- Enter your AI API Key (OpenAI or Gemini).
- Click Save Configuration.
- Return to the home page, type a prompt (e.g., "Bright jazz for the afternoon, and winter a cappella for the night"), and hit Send!
If you want to run ContextDJ locally or contribute:
-
Clone the repository
git clone https://github.com/mah-jp/context-dj.git cd context-dj -
Install dependencies
npm install # or yarn install -
Run the development server
npm run dev
-
Open http://127.0.0.1:3000 with your browser.
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: CSS Modules (Custom Dark Theme)
- State Management: React Context API
- APIs:
- Spotify Web API
- OpenAI API / Google Gemini API
ContextDJ is a client-side application.
- We allow you to input your sensitive API keys only to communicate directly with the respective services (Spotify, OpenAI, Google) from your browser.
- No data is sent to our servers. All configuration is persisted in your browser's
localStorage.
This project is licensed under the MIT License - see the LICENSE file for details.
