a modern Subsonic compatible PWA music player, designed for mobile to access and listen to your library on the go.
stable live builds available at https://aysu.app/, with nightly builds at https://nightly.aysu.app/
this is an unfinished PWA player intended for mobile that i made a little bit ago, using Vue, Pinia, Vite, and TypeScript. there is an available demo server you can access via the button, which just signs into the Navidrome demo server (https://demo.navidrome.org/). it does have a "desktop mode", however it's mostly just a slightly optimized version of the mobile version to work better on larger displays.
this was intended to get further than it did, however i got better opportunities for other projects and ultimately i don't use my navidrome library as much anymore. feel free to fork or make PRs and i'll prob look at them/even merge them, though don't expect me to respond to issues.
fyi every commit to dev/stable in this repo will build and deploy onto their respective sites via cloudflare
to build:
git clone https://github.com/paste1ess/aysu-app.git
cd aysu-app
bun install
bun devif you need to build for deploying, just run
bun run buildinstead of
bun dev