A web app that lets users enter two YouTube links and play them synchronized. For stereo separation, use headphones or left right speakers:
- Open a terminal
- Run:
npm install npm start
- Open
http://localhost:5000in your browser.
- Push your code to GitHub
- Connect your GitHub repo to Vercel
- Vercel will automatically detect the static site and deploy it
- The frontend accepts two YouTube URLs and extracts video IDs
- Uses the YouTube IFrame Player API to load videos
- Videos play in sync using YouTube's API
- Stereo separation achieved through physical positioning or device audio controls
- Use headphones for best results
- Videos play simultaneously - separation depends on your audio setup
- This app works on any static hosting platform (Vercel, Netlify, GitHub Pages, etc.)
- YouTube videos must allow embedding for this to work