Streaming Platforms
DistributionPush releases to Spotify, Apple Music, Tidal, and 40+ DSPs in one click via your distributor.
- Auto-distributor sync
- Real-time stream counts
- Playlist pitching tools
- Release scheduling
Industry-grade beats, elite production tools, and signature original tracks.
Stems, loops, sample packs, and full beat kits — crafted for producers.
Browse Packs on GumroadConnect your music across every major platform and distribution network. Built for independent artists and producers who move fast.
Push releases to Spotify, Apple Music, Tidal, and 40+ DSPs in one click via your distributor.
Sell beats and packs directly on Gumroad, BeatStars, and Airbit with unified licensing and instant payouts.
Track streams, audience geography, playlist adds, and royalty data across all platforms in one dashboard.
Register copyrights, manage sync licenses, and automatically detect unauthorized use of your music.
Publish clips, promote releases, and track engagement across TikTok, Instagram, YouTube, and X simultaneously.
Sync your Ableton, Logic, or FL Studio project files to the cloud with auto-backup and version history.
Simple, powerful, and well-documented
Trigger a Gumroad sale via API
const sale = await jje.packs.sell({
pack: 'trap-essentials-vol1',
price: 1499,
license: 'non-exclusive',
delivery: 'instant'
});
console.log(sale.status); // 'delivered'
Distribute a release to all platforms
import jje
client = jje.Client(api_key='your_key')
release = client.distribution.push(
title='New Wave',
artist='JJ Enbloom',
dsps=['spotify', 'apple', 'tidal']
)
print(release.status) # 'live'