Join as DJ

🎧 DJ Directory

Discover talented DJs from around the world. From rising rookies to legendary masters, explore their styles, achievements, and latest mixes.

πŸ“Š Platform Overview

1,247
Total DJs
89
Active Today
34
Countries
15.2K
Total Mixes
523
Rookies
368
Intermediate
234
Advanced
89
Expert
33
Legends

🌟 Rising Stars

FB
FreshBeats Tommy
Rookie
1.5 years β€’ Los Angeles, CA
Young talent with an incredible ear for fresh hip-hop and R&B. Recently won the "Rookie Showcase" battle with an innovative mix style.
3
Battle Wins
847
Followers
23
Mixes

🎡 Specializes in:

Hip-Hop R&B Trap

πŸ† Recent Achievements:

Rookie Battle Winner Rising Star
VM
VibesMachine
Intermediate
3 years β€’ Miami, FL
Miami-based DJ bringing the heat with Latin-infused electronic beats. Known for creating unforgettable party atmospheres.
8
Battle Wins
2.1K
Followers
67
Mixes

🎡 Specializes in:

Latin House Reggaeton EDM

πŸ† Recent Achievements:

Latin Battle Finalist Party Master
DV
DeepVibe Alex
Advanced
6 years β€’ Berlin, Germany
Berlin's underground scene veteran. Specializes in deep house and techno with a unique atmospheric approach that tells stories through sound.
15
Battle Wins
4.3K
Followers
128
Mixes

🎡 Specializes in:

Deep House Techno Progressive Ambient

πŸ† Recent Achievements:

Underground King Atmosphere Master European Champion

🎧 All DJs

TN
TechnoNinja
Legend πŸ‘‘
12 years β€’ Tokyo, Japan
Legendary figure in the electronic music scene. Pioneer of the Japanese techno movement with over 100 battle victories and millions of plays worldwide.
89
Battle Wins
45.2K
Followers
567
Mixes

🎡 Specializes in:

Techno Industrial Hardcore Experimental

πŸ† Legendary Achievements:

Hall of Fame 100+ Wins Global Champion Pioneer Award
SM
SpinMaster Mike
Expert
8 years β€’ New York, NY
NYC's hip-hop mixing master. Known for incredible turntable skills and creative sampling techniques that bridge old school and new school perfectly.
34
Battle Wins
18.7K
Followers
289
Mixes

🎡 Specializes in:

Hip-Hop Old School Turntablism Breakbeats

πŸ† Recent Achievements:

Hip-Hop Master Turntable Wizard East Coast Champion
BM
BeatMachine
Advanced
6 years β€’ London, UK
UK garage and drum & bass specialist. Creates high-energy sets that dominate dance floors across Europe. Currently climbing the legend ranks.
22
Battle Wins
9.4K
Followers
156
Mixes

🎡 Specializes in:

UK Garage Drum & Bass Dubstep Jungle

πŸ† Recent Achievements:

UK Champion Bass Master Festival Headliner
RC
RhythmCrafter
Intermediate
4 years β€’ SΓ£o Paulo, Brazil
Brazilian sensation mixing traditional Brazilian rhythms with modern electronic beats. Bringing the carnival spirit to the global stage.
12
Battle Wins
3.8K
Followers
89
Mixes

🎡 Specializes in:

Brazilian Bass Funk Carioca Tropical House Samba

πŸ† Recent Achievements:

South America Champion Rhythm Master Cultural Fusion
NW
NightWave
Rookie
8 months β€’ Chicago, IL
Chicago house music newcomer with incredible potential. Blends classic house with modern trap elements in unique and refreshing ways.
2
Battle Wins
567
Followers
18
Mixes

🎡 Specializes in:

Chicago House Trap Future Bass

πŸ† Recent Achievements:

Rookie Winner Fresh Talent
UV
UltraVibe
Expert
9 years β€’ Amsterdam, Netherlands
Amsterdam's trance and progressive house expert. Creates euphoric journeys that transport listeners to another dimension through sound.
41
Battle Wins
22.1K
Followers
312
Mixes

🎡 Specializes in:

Trance Progressive Uplifting Psytrance

πŸ† Recent Achievements:

Trance Master Festival Legend European Tour
Load More DJs (showing 12 of 1,247)
else { card.style.display = 'none'; } }); updateResultsCount(); } // Filter by tier filterButtons.forEach(button => { button.addEventListener('click', function() { filterButtons.forEach(btn => btn.classList.remove('active')); this.classList.add('active'); currentFilter = this.getAttribute('data-filter'); filterDJs(); }); }); // Search input event searchInput.addEventListener('input', filterDJs); // Update results count function updateResultsCount() { const visibleCards = Array.from(djCards).filter(card => card.style.display !== 'none').length; const loadMoreBtn = document.getElementById('loadMoreBtn'); if (loadMoreBtn) { loadMoreBtn.textContent = `Load More DJs (showing ${visibleCards} of 1,247)`; } } // Load more functionality document.getElementById('loadMoreBtn').addEventListener('click', function(e) { e.preventDefault(); // Simulate loading more DJs this.textContent = 'Loading more DJs...'; this.style.opacity = '0.6'; setTimeout(() => { this.textContent = 'Load More DJs (showing 24 of 1,247)'; this.style.opacity = '1'; // Show success message const message = document.createElement('div'); message.textContent = '🎡 12 more DJs loaded!'; message.style.cssText = ` position: fixed; top: 20px; right: 20px; background: linear-gradient(45deg, #00d4ff, #8b5cf6); color: white; padding: 1rem 2rem; border-radius: 25px; z-index: 1000; animation: slideIn 0.5s ease forwards; `; document.body.appendChild(message); setTimeout(() => { message.remove(); }, 3000); }, 1500); }); // DJ card hover effects djCards.forEach(card => { card.addEventListener('mouseenter', function() { this.style.transform = 'translateY(-10px) scale(1.02)'; }); card.addEventListener('mouseleave', function() { this.style.transform = 'translateY(0) scale(1)'; }); }); // Follow button interactions document.querySelectorAll('.btn-follow').forEach(button => { button.addEventListener('click', function(e) { e.preventDefault(); if (this.textContent === 'Follow') { this.textContent = 'Following βœ“'; this.style.background = 'linear-gradient(45deg, #10b981, #059669)'; // Show notification const notification = document.createElement('div'); notification.textContent = '🎡 You are now following this DJ!'; notification.style.cssText = ` position: fixed; top: 20px; right: 20px; background: linear-gradient(45deg, #10b981, #059669); color: white; padding: 1rem 2rem; border-radius: 25px; z-index: 1000; animation: slideIn 0.5s ease forwards; `; document.body.appendChild(notification); setTimeout(() => { notification.remove(); }, 3000); } else { this.textContent = 'Follow'; this.style.background = 'linear-gradient(45deg, #ffd700, #ff8c00)'; } }); }); // Play latest mix interactions document.querySelectorAll('.play-latest').forEach(button => { button.addEventListener('click', function(e) { e.preventDefault(); if (this.innerHTML.includes('▢️')) { this.innerHTML = '⏸️ Playing...'; this.style.background = 'rgba(16, 185, 129, 0.2)'; this.style.borderColor = '#10b981'; this.style.color = '#10b981'; // Simulate playing for 5 seconds setTimeout(() => { this.innerHTML = '▢️ Latest Mix'; this.style.background = 'rgba(0, 212, 255, 0.2)'; this.style.borderColor = '#00d4ff'; this.style.color = '#00d4ff'; }, 5000); } }); }); // Smooth scrolling for navigation document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); });