🎬 Stream & Share Videos Instantly — Just Paste a Link
NutriLink is a minimalist web app that lets you:
- Paste any public video URL (e.g., MP4 or WebM)
- Generate a unique, short link
- Share it with friends or social media
- Watch videos instantly on a sleek, mobile-friendly page
- View curated playlists with vertical scrolling like TikTok or Shorts
- Bonus: share via QR code, download video, or combine multiple links together
- 📼 Modern vertical video player with autoplay + swipe navigation
- 🔗 Short vanity links like
nutrilink-xi.vercel.app/v/abc123
- 📚 Combine links:
nutrilink-xi.vercel.app/m/id1,id2,id3,...
- 🧭 Seamless vertical scrolling (like TikTok or Instagram Reels)
- 🎮 Tap-to-pause & scrub video timeline
- 🔇 Global mute/unmute toggle across playlist
- ⬇️ Download video instantly
- 📱 Share via QR code modal
- 🏁 Ends playlist with “Thanks for watching” + return home
- 💾 Fully client-side (no backend required yet)
- Visit nutrilink-xi.vercel.app
- Paste a direct video URL (must be publicly accessible)
- Example:
https://www.w3schools.com/html/mov_bbb.mp4
- Example:
- Click Generate Link
- Share the short link or scan the QR code
- Watch a single video at
/v/:id
or a playlist at/m/:id1,id2,id3,...
git clone https://github.com/pocketfood/nutrilink.git
cd nutrilink
npm install
npm run dev