Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyhaller/play-me
A music streaming web platform for creators to let others choose which music to play
https://github.com/crazyhaller/play-me
next-auth nextjs postgresql prisma tailwindcss
Last synced: about 2 months ago
JSON representation
A music streaming web platform for creators to let others choose which music to play
- Host: GitHub
- URL: https://github.com/crazyhaller/play-me
- Owner: Crazyhaller
- Created: 2024-09-26T13:59:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:31:32.000Z (2 months ago)
- Last Synced: 2024-10-22T04:56:07.719Z (2 months ago)
- Topics: next-auth, nextjs, postgresql, prisma, tailwindcss
- Language: TypeScript
- Homepage: https://play-me-seven.vercel.app
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play-Me: A collaborative streaming platform
This project is a collaborative music streaming platform built using Next.js, PostgreSQL, Tailwind CSS, Prisma, and Next Auth. It allows creators, such as streamers, to host streaming sessions, share links with fans, and allow them to vote on and add music/videos to the queue. The queue is dynamically reordered based on user votes, and the most voted song plays next.
## Features
- Start Streaming Sessions: Creators can initiate streaming sessions where they control the stream and share it with others.
- YouTube Integration: Videos/songs can be added to the queue directly from YouTube.
- Collaborative Queue: Other users can add songs/videos to the queue once they join a session.
- Voting System: Users can vote on songs in the queue. The queue is reordered, so the highest-voted song plays next.
- Real-time Updates: The queue and votes are updated in real-time to reflect user interactions.
- Session Sharing: Creators can share session links with fans or other users.
- Authentication: Secure login using Next Auth.
## Tech Stack
- Frontend: Next.js, Tailwind CSS
- Backend: Prisma, PostgreSQL, Next Auth
- Real-time Features: WebSockets (Coming Soon!)## Usage
1. Sign up/Login: Users can sign up or log in through the app.
2. Create a Session: Creators can start a new streaming session.
3. Add to Queue: Creators and participants can add YouTube videos/songs to the queue.
4. Vote on Songs: Users can vote on songs in the queue. The queue will automatically reorder based on the highest votes.
5. Session Sharing: Share the session link with other users to let them participate in adding and voting on the songs.