Wanna Dance Web is a website designed for offline dance enthusiasts, inspired by the VRChat map WannaDance. The website synchronizes data with this map, allowing users to conveniently browse all songs from WannaDance by category.
On Wanna Dance Web, you can search by entering keywords. The system checks if the video titles and their pinyin forms match (including fuzzy search) and verifies the video ID and related personnel information (such as artists or dancers). You can also bookmark songs and share them with others via a string or sync them to the game map.
Additionally, you can request songs from the song list and continuously play them in the dance feature, with the playlist shared across the same domain webpage. If you want to add new dances, you can submit an application on the Wanna Dance submission page.
git clone https://github.com/ClownpieceStripedAbyss/aya-dance-web.git
You can use one of them npm
, yarn
, pnpm
, bun
, Example using npm
:
npm install
npm run dev
npm run build
npm run start
Licensed under the MIT license.