artist | producer | composer

Skyper
Music

I’m SKYPER — a music producer and artist from Poland. I do pretty much everything when it comes to music: producing, writing, recording, mixing, sound design and creating my own music. I also play electric and acoustic guitar, as well as piano.Over the years, I’ve produced hundreds of tracks and worked behind the scenes on many more, helping other artists bring their ideas to life. I’ve never really wanted to stick to one role or one sound. I enjoy both sides of it — creating music for others and creating my own.I took some time away from music, but now I’m back and ready for what comes next.

(() => { const spotifyUrl = "https://open.spotify.com/album/1TzK5ewpulry0AnTbuseie"; const cover = document.getElementById("releaseCover"); if (!cover) return; const api = "https://open.spotify.com/oembed?url=" + encodeURIComponent(spotifyUrl); fetch(api) .then(response => { if (!response.ok) { throw new Error("Spotify oEmbed error"); } return response.json(); }) .then(data => { if (data.thumbnail_url) { cover.src = data.thumbnail_url; } }) .catch(() => {}); })();