Paste a YouTube URL to fetch audio.
Create a playlist based on specific criteria.
It is a modern music player in PWA (Progressive Web App) format. It runs directly in your browser but can work completely offline by saving your tracks to your device's local database (IndexedDB).
When you paste a link from YouTube, our server processes it, extracts the audio, and passes it to your browser. The browser saves this file permanently in the player's internal memory.
The player analyzes your tracks to determine their rhythm (BPM) and mood. This allows creating smart mixes and recommending the next song that matches the current one.
We verify authors via the PhonkersBase database so you know the artist's status:
You can grant the player access to a folder on your computer. It will scan it and add music to the library without copying the files. If you add a new file to the folder - the player will see it.
The browser requires permission to access your music folder again.
Message