Syncify is a modern, feature-rich music streaming platform that combines a sleek user interface with powerful backend capabilities. Whether you're here to discover new tracks, manage music, or analyze stats, Syncify has it all!
LIVE DEMO ππ» Click to visit website
VISIT DEV PAGE ππ» Click to visit
- Stream Albums β Enjoy uninterrupted listening.
- Shuffle Play β Experience music in a randomized order.
- Curated Playlists β Find playlists tailored to every mood and genre.
- Locate your favorite songs instantly.
- Explore trending tracks and personalized "Made for You" recommendations.
- See what others are listening to and join in the fun.
- Know who's online to chat or offline enjoying the beats.
- Connect and chat with other users about your favorite tracks and albums.
The Admin Dashboard empowers administrators with:
- Song & Album Management β Add, edit, or delete songs and albums.
- Analytics β Gain insights into:
- Total users
- Total songs
- Total albums
- Total artists
- React + Vite β High-performance frontend framework.
- TypeScript β Type-safe development.
- Zustand β Simplified state management.
- Tailwind CSS β Utility-first styling for responsive designs.
- Shadcn β Prebuilt UI components for rapid development.
- Framer Motion β Advanced animations for enhanced user experiences.
- Node.js and Express for the API.
- MongoDB for scalable data storage.
- Frontend: Syncify-Frontend
- Backend: Syncify-Backend
Create a .env file in the root directory with the following variables:
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_key
VITE_BASE_URL=your_backend_url
VITE_CHAT_BASE_URL=your_chat_backend_urlCreate a .env file in the backend root with the following variables:
PORT=<your-port>
MONGODB_URL=<your-database-url>
ADMIN_EMAIL=<admin-email>
CLOUDINARY_API_KEY=<your-cloudinary-api-key>
CLOUDINARY_API_SECRET=<your-cloudinary-api-secret>
CLOUDINARY_CLOUD_NAME=<your-cloudinary-cloud-name>
NODE_ENV=development
CLERK_PUBLISHABLE_KEY=<your-clerk-publishable-key>
CLERK_SECRET_KEY=<your-clerk-secret-key>πΈ Control playback with next and previous song options
π Adjust the volume seamlessly
π§ Admin dashboard for managing songs and albums
π¬ Real-time chat with other users
π View what others are listening to in real-time
π Analytics and insights for the admin
- Secure Authentication β Powered by Clerk.
- Real-Time Communication β Via Socket.IO.
- Cloud Storage β Handle uploads with Cloudinary.
- Data Analytics β Track platform stats.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the repository.
- Clone your forked repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make changes and commit (
git commit -m "Add your message"). - Push to your branch (
git push origin feature/your-feature). - Create a Pull Request.
Feel free to reach out to me for guidance or collaboration:
Happy coding! π
