Save bits of songs with notes from YouTube or Spotify. Auto-play from start to end timestamps on YouTube and Spotify (Spotify Premium required).
- Sign up or sign in
- Click + and paste a YouTube or Spotify URL
- Enter timestamp(s) and notes
- Scroll through your other snippets
- For Spotify snippets: click Connect Spotify then Play snippet for timestamp playback (Premium required)
npm install
npm run devOpen http://127.0.0.1:5173 (Spotify redirect requires 127.0.0.1)
- Create a project at Firebase Console
- Enable Firestore and Authentication (Email/Password)
- Add a Web app and copy the config into
frontend/src/firebase.js
Requires Spotify Premium. For play-from/to timestamp support:
- Create an app at Spotify Developer Dashboard
- Add redirect URI:
http://127.0.0.1:5173(dev) and your production URL - Copy Client ID into
frontend/.env:VITE_SPOTIFY_CLIENT_ID=your_client_id
npm run deployReact + Vite · Firestore · Firebase Auth & Hosting

