Search and import tracks from BeatSaver into Beat Saber — with Spotify integration.
Status: Work in progress
- Find maps for your Spotify liked tracks via BeatSaver
- Search BeatSaver by song name or artist
- One-click map import to Beat Saber
- Map sorting and filtering
- In-app map preview
- Node.js >= 16
git clone git@github.com:dev-okinawa/Saberfy.git
cd Saberfy
npm install- Create a Spotify app at developer.spotify.com/dashboard
- Add your
clientIdtosrc/config/spotify.ts - Start the app:
npm start| Command | Output |
|---|---|
npm run package |
Standalone executable |
npm run make |
Platform installer |