☕ Chill is a small one week project whose goal was to create an instant chill music player, greatly inspired by Traf's Sunday.fm.
I first made this website for me, so all the available albums are chosen among my favorites ones 🎵. And Yes, I have chosen to stream albums and not 24/7 web radio feed in order to keep a certain consistency among tracks.
Hope you like it 💖
(The player is directly streaming from Youtube via a hidden youtube embed player. Nothing is stored on the web server)
Served using Yeetify 💨
- ✨ Clean & minimalist player design
- ➰ Never ending music flow
- 💿 Hand picked album selection
- 📱 Mobile compatible
- 💨 Super lightweight (html+css+js < 100kB)
- ⌨️ Keyboard shortcuts (same ones as Youtube)
- ⚡️ Static website generation
- 💄 Responsive design
- 🎨 PurgeCSS
- Prevent screen sleep
- Dedicated mobile UI design
- Genre separation
- 🏗️ Nuxt.js: https://nuxtjs.org
- ✨ Vue.js: https://vuejs.org
- 💄 Tailwind CSS: https://tailwindcss.com
# install dependencies
$ yarn install
# dev server with hot reload
$ yarn run dev
# build for production
$ yarn run generate