Beats. Playlists.

Beats. Playlists.

Beats. Playlists.

Our beats are featured on:

Hey, I'm trabbey a music producer from Germany, making beats for more than 350,000 monthly listeners on Spotify. I have worked with Sony Music, Warner Bros, RTL Group and gained 100+ million streams across platforms.
You can reach out to me at mail@trabbey.com

Hey, I'm trabbey a music producer from Germany, making beats for more than 350,000 monthly listeners on Spotify. I have worked with Sony Music, Warner Bros, RTL Group and gained 100+ million streams across platforms.
You can reach out to me at mail@trabbey.com

Linus Trabert

Founder

Uploaded image
Uploaded image

Pricing

Licenses for your needs.

Licenses for your needs.

Licenses for your needs.

We will make your project come to life.

trabbey beats – trusted by:

All your playlist needs.

All your playlist needs.

All your playlist needs.

Running instrumental playlists with more than 300,000+ followers on Spotify. We provide you with different kind of vibes and genres.

Where can I submit beats for your playlists?

How do I license a beat?

Can I use a beat on Spotify and YouTube?

Do you offer exclusive rights?

Where can I hear your playlists?

How can I contact you?

// Add UTM params from localStorage utmKeys.forEach(key => { const value = localStorage.getItem(key); if (value) { storedParams.set(key, value); } }); // Add ref param from localStorage const ref = localStorage.getItem(refKey); if (ref) { storedParams.set(refKey, ref); } const buttons = document.querySelectorAll('a.buy-now'); buttons.forEach(button => { try { const url = new URL(button.href); const params = new URLSearchParams(url.search); storedParams.forEach((value, key) => { params.set(key, value); }); url.search = params.toString(); button.href = url.toString(); } catch (err) { console.warn('Param append error:', err); } }); } window.addEventListener('DOMContentLoaded', applyParamsToButtons); const observer = new MutationObserver(() => { applyParamsToButtons(); }); observer.observe(document.body, { childList: true, subtree: true });