beat producer
playlist curator

beat producer
playlist curator

beat producer
playlist curator

I’m trabbey — a music producer from Germany creating beats and running playlists across Spotify and other streaming platforms. My work reaches more than 5 million listeners and has generated 100+ million streams across platforms.

Our beats were used by:

Photo of Hamza

About Linus

Producer, curator, and playlist builder

As trabbey, I make beats designed for artists, creators, and listeners who need a specific mood fast — from rap and drill to sad beats, chill instrumentals, and playlist-ready sounds. I’ve worked with Sony Music, Warner Bros, and RTL Group, while continuing to build my own catalog and audience independently.

Trusted by artists, labels, and listeners

Beyond production, I curate instrumental playlists with more than 300,000+ followers on Spotify. That playlist network gives me a direct view into what listeners respond to, and it helps me connect the right beats with the right audience.

How to reach me

For beat licenses, playlist submissions, collaborations, or general inquiries, reach out at mail@trabbey.com. I’m especially interested in projects where strong production, clear branding, and long-term streaming growth come together.

// 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 });