A calm and personal music listening experience built with SvelteKit and Tailwind CSS.
- High-quality audio playback
- Clean, minimalist interface
- Responsive design for mobile and desktop
- Dark and light theme support
- Fast and lightweight navigation
- Svelte 5 (Runes)
- SvelteKit 2
- Tailwind CSS v4
- Vite
Install dependencies:
npm installStart the development server:
npm run devCreate a production build:
npm run buildPreview the build locally:
npm run previewEnvironmental variables are required for full functionality. Refer to .env.example for the list of required variables.
Distributed under the ISC License. See LICENSE for more information.