A 3D Music visualizer built with supabase with Realtime chat functionality. Relax and Chill 🎵
Featured on madewithsupabase
Features of the Supabase Music Visualizer include
- Fast streaming of music stored on
Supabase Storage
- Realtime chat using secured authentication with the people who are listening to songs.
- Change visualizer settings on the fly.
- Playlist of all the songs being played on the website.
You can conribute on the project by cloning from github. After that
# install all the dependencies
npm install
# or start the server and open the app in a new browser tab
npm run dev -- --open
This project is submission for Supabase Hackathon 2021