Transform your music playlists into stunning works of art! coverify.
lets you create Spotify-inspired covers for your personal playlists completely free and has no annoying ads to interrupt your creative flow.
Click here to try or put coverify.diegocosta.me
in your favorite browser.
Since the iTunes era I like to customize my music collection with pretty covers and in Spotify, I like to follow the pattern they adopt in their official playlists.
So, I migrated my Figma templates to this webapp to make my life easier.
- Build with Gatsby w/ TypeScript and styled-components.
- Using some awesome dependencies like dom-to-image-more, file-saver, react-color and react-draggable.
- Multiple languages with i18next
- Also, with ESLint, Prettier, stylelint, Husky, lint-staged and much more.
- Clone this repo with git.
- Install dependencies by running
yarn install
within the directory that you cloned (probablycoverify
). - Start the development server with
yarn start
. - Open development site by going to
http://localhost:3000
in your browser.