root
51040e3723
Fix Discover: auto-scroll to results, improve mobile layout
2026-03-31 10:34:49 -05:00
root
75ca5fff64
Fix Discover page: stringify IDs for Set comparisons, show result count
2026-03-31 10:22:07 -05:00
root
be30a47bbb
Remove Bandcamp scraping (TOS violation), use YouTube links for all recommendations
2026-03-31 09:51:20 -05:00
root
ccb49aa693
Fix login redirect: load user before navigating to dashboard
2026-03-31 09:47:32 -05:00
root
240032d972
Add Bandcamp/YouTube links on all recs, Fix My Playlist, configurable rec count
...
- Bandcamp: match artist+song, fall back to artist-only page
- YouTube fallback: if not on Bandcamp, link to YouTube music video search
- Fix My Playlist: AI analyzes playlist, finds outliers, suggests replacements
- User chooses recommendation count (5, 10, 15, 20)
2026-03-31 08:45:02 -05:00
root
1eea237c08
Add discovery modes, personalization controls, taste profile page, updated pricing
...
- Discovery modes: Sonic Twin, Era Bridge, Deep Cuts, Rising Artists
- Discovery dial (Safe to Adventurous slider)
- Block genres/moods exclusion
- Thumbs down/dislike on recommendations
- My Taste page with Genre DNA breakdown, audio feature meters, listening personality
- Updated pricing: Free (5/week), Premium ($6.99/mo), Family ($12.99/mo coming soon)
- Weekly rate limiting instead of daily
- Alembic migration for new fields
2026-03-31 00:21:58 -05:00
root
44eab20614
Make Bandcamp mode opt-in toggle on Discover page
2026-03-30 23:44:04 -05:00
root
d0ab1755bb
Add paste-your-songs manual import feature
...
Users can now paste a list of songs as text to create a playlist without
needing any service integration. Supports multiple formats: "Artist - Title",
"Title by Artist", "Artist: Title", and numbered lists. Includes a live
song count preview in the modal and free tier playlist limit enforcement.
2026-03-30 22:48:35 -05:00
root
155cbd1bbf
Initial MVP: full-stack music discovery app
...
Backend (FastAPI):
- User auth with email/password and Spotify OAuth
- Spotify playlist import with audio feature extraction
- AI recommendation engine using Claude API with taste profiling
- Save/bookmark recommendations
- Rate limiting for free tier (10 recs/day, 1 playlist)
- PostgreSQL models with Alembic migrations
- Redis-ready configuration
Frontend (React 19 + TypeScript + Vite + Tailwind):
- Landing page, auth flows (email + Spotify OAuth)
- Dashboard with stats and quick discover
- Playlist management and import from Spotify
- Discover page with custom query support
- Recommendation cards with explanations and save toggle
- Taste profile visualization
- Responsive layout with mobile navigation
- PWA-ready configuration
Infrastructure:
- Docker Compose with PostgreSQL, Redis, backend, frontend
- Environment-based configuration
2026-03-30 15:53:39 -05:00