Find underground and niche music you've never heard of.
Describe a vibe, drop some artists you already like, and DIGR uses AI to surface niche artist recommendations the algorithm never shows you — with tracks and albums to start with.
Live at: digrai.vercel.app
- Describe a vibe in plain text and get matched underground artists
- Drop seed artists or reference songs/albums for more precise results
- Get track and album recommendations for each artist
- Clean, minimal UI — no account needed, free to use
- Next.js — frontend and API routes
- Tailwind CSS — styling
- Groq API (Llama 3.3 70b) — AI recommendations engine
- Vercel — deployment
1. Clone the repo
git clone https://github.com/joeltikoo/digr.git
cd digr2. Install dependencies
npm install3. Add your API key
Create a .env.local file in the root:
GROQ_API_KEY=your_key_here
Get a free Groq API key at console.groq.com
4. Run the dev server
npm run devOpen localhost:3000
Contributions are welcome. Check the Issues tab for open tasks and read CONTRIBUTING.md to get started.
MIT