Skip to content

https-manan/Music-Saas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Music Queue SaaS

Overview

Music Queue SaaS is a Next.js application that allows users to add video links to a shared queue. Each link is processed so that only the audio plays when it reaches its turn in the queue. The app uses Prisma as the ORM and is designed to support multi-user SaaS functionality.

Features

  • Add video URLs to a shared playback queue
  • Automatic playback when the queued item reaches its turn
  • Real-time queue updates across all users
  • User authentication and account management
  • Subscription-based access for premium features
  • Admin panel for queue and user management
  • Persistent data storage using Prisma ORM

Tech Stack

  • Framework: Next.js (App Router)
  • ORM: Prisma
  • Database: PostgreSQL
  • Authentication: NextAuth.js
  • Styling: Tailwind CSS
  • Real-Time Updates: WebSockets or Pusher
  • Deployment: Vercel or Docker

About

A collaborative music SaaS app where users can upvote songs, and the most popular ones play first. Built with Next.js, NextAuth.js, and PostgreSQL, it allows users to stream music together in real-time.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors