ssdkmusic.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61f:831d:a30d:3b7c:dffc  Public Scan

Submitted URL: http://ssdkmusic.beatstars.com/
Effective URL: https://ssdkmusic.beatstars.com/
Submission: On October 29 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()" name="search_keyword" ng-model="keyword" autocomplete="off"
      type="search" placeholder="What type of track are you looking for?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_20">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_20" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_21">E-mail address</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email" minlength="3" maxlength="100"
        ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_21" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="md-required" for="input_22">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_22" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="md-required" for="input_23">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_23" aria-invalid="true" style="height: 140px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




S.S.D.K. MUSIC

About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise
 $0.00 0
LOG INsearch
search Search





Memberships Tracks



FEATURED TRACK

 
uptempotrapparty

FEATURED TRACK


I'M SO BLESSED | NEW BEAT FOR POSITIVE VIBES! 

GENRE

Christian Hip Hop Hip Hop Trap

BPM

100

PRICE

$15.00+

BPM

100

PRICE

$15.00+
  ADD TO CART IN CART   uptempotrapparty
 * TITLE TIME BPM TAGS OPTIONS

   
 * I'm So Blessed | New Beat for Positive Vibes! 03:14 100 uptempo trap party 
      ADD IN CART
   
 * It's On Tonight | Type Beat 2023 Soulful 04:08 140 Soulful R&B Trapsoul   
    ADD IN CART
   
 * When You Get Here | Chill Futuristic Type Beat 03:27 160 HipHop Chill R&B  
     ADD IN CART
   
 * When I Think Of You | Sad Guitar Type Beat 03:20 128 soulful trapsoul guitar
   type beat     ADD IN CART
   
 * Thank You | Positive Vibes Type Beat 03:57 98 Upbeat Gospel     ADD IN
   CART
   
 * More Of It | Da Baby x Gunna Melodic Guitar Type Beat 03:47 162 gunna dababy
   lil baby     ADD IN CART
   
 * Sweet Love | Soulful Boom Bap Type Beat 02:53 90 j cole boom bap sample type
   beat     ADD IN CART
   
 * Never Say Goodbye 03:30 74 rnb ella mai summer walker     ADD IN CART
   
 * It Won't Work | Soulful Sample Type Beat 2023 03:05 124 xxxtentacion dark
   trap     ADD IN CART
   
 * Reflections 03:10 92 soulful j cole boom bap     ADD IN CART
   
 * Come Home 02:27 146 trapsoul sad summer walker     ADD IN CART
   
 * I Can't Help It (Prod: SSDK Music & Ferry Boy Beats) 03:05 96 east coast hip
   hop boom bap     ADD IN CART
   
 * Up's and Down's (Prod: SSDK Music x CrossBeatz_za) 02:58 140 nasty c hip hop
   young thug     ADD IN CART
   
 * Desire 03:15 160 snoh aalegra piano rnb     ADD IN CART
   
 * Summer Vibes 03:36 144 iann dior juice wrld guitar type beat     ADD IN
   CART
   
 * Westside Ride 02:15 96 g funk snoop dogg west coast     ADD IN CART
   
 * Emotional Situation 02:35 150 the weekend trapsoul rnb     ADD IN CART
   
 * Take Your Time 03:14 100 dancehall afrobeat afropop     ADD IN CART
   
 * Can You Feel It? 04:10 90 hip hop old school boom bap     ADD IN CART
   
 * Let It Snow! Let It Snow! Let It Snow! (TRAP REMIX) 02:30 150 remixes sampled
   beats christmas     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Content Creator $15.00 ~ PER UNIT MAKE AN OFFER This license is
specifically designed for content creators. Those needing background music for
Youtube, sports videos, travel videos, holiday videos, fun videos,
presentations, and podcasts. ***This License is not for artists/rappers.***

unlimited audio streams (podcasts, etc.)

unlimited video streams (youtube, IG, etc.)

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

BUY 2, GET 3 FREE

 MORE LESS

P O P U L A R MP3 License $25.00 ~ PER UNIT MAKE AN OFFER Allows for 2500 copies
sold/downloaded, includes high-quality MP3 versions

Sell up to 2,500 copies

Stream up to 250,000 times

1 music video allowed (250,000 monetized video streams)

Must credit (“Produced by S.S.D.K. Music”)

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

BUY 2, GET 3 FREE

 MORE LESS

P O P U L A R WAV License $50.00 ~ PER UNIT MAKE AN OFFER Allows for 5,000
copies sold/downloaded, includes high-quality MP3 +Wav versions

Sell up to 5,000 copies

Stream up to 500,000 times

1 music video allowed (500,000 monetized video streams)

Radio Airplay on 2 stations

For-profit performances allowed

Must credit (“Produced by S.S.D.K. Music”)

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

BUY 2, GET 3 FREE

 MORE LESS

P O P U L A R Trackout License $100.00 ~ PER UNIT MAKE AN OFFER Allows for
10,000 copies sold/downloaded, includes trackouts (STEMS), and high-quality MP3
+ Wav versions

Sell up to 10,000 copies

Stream up to 500,000 times

1 music video allowed (500,000 monetized video streams)

Radio Airplay on 2 stations

For-profit performances allowed

Must credit (“Produced by S.S.D.K. Music”)

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

BUY 2, GET 3 FREE

 MORE LESS

P O P U L A R Unlimited License $200.00 ~ PER UNIT MAKE AN OFFER Allows for
Unlimited copies sold/downloaded, includes trackouts (STEMS), and high-quality
MP3 + Wav versions

Sell Unlimited copies

Stream Unlimited times

Unlimited music videos allowed (Unlimited monetized video streams)

Radio Airplay on Unlimited stations

For-profit performances allowed

Must credit (“Produced by S.S.D.K. Music”)

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

BUY 2, GET 3 FREE

 MORE LESS

P O P U L A R Exclusive License $500.00 ~ PER UNIT MAKE AN OFFER Full commercial
rights, exclusive ownership

Unlimited everything

The beat is removed from the store

Must credit (“Produced by S.S.D.K. Music”)

Read Full License




TRACK LIST


THE DATE (ALL VERSIONS)

VIEW



COME OVER (ALL VERSIONS)

VIEW



PHONE CALL (ALL VERSIONS)

VIEW



SOUND KITS


DETAILS


$5.00

"Day Dreaming" - Loop Kit

BROWSE ALL KITS


SERVICES


SONG MIXING PACKAGE

The song mixing package takes your separate STEMS/tracks (Drums, Bass, Vocals,
Guitars, et...

DETAILS

BROWSE ALL SERVICES

 * remove_red_eye 0 Views on my Channel
 * subscriptions 0 Subscribers
 * hd 0 Videos

CONNECT WITH ME


CONNECT WITH ME


CONTACT

Your name

Your name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Subject

Subject is required.
Message


Message is required.

SEND MESSAGE    

 LOG IN
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact




S.S.D.K. MUSIC



TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Facebook_Color Created with Sketch. Twitter_Color Created with Sketch.
Youtube_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * I'm So Blessed | New Beat for Positive Vibes! 03:14 100 uptempo trap party 
      ADD IN CART
   
 * It's On Tonight | Type Beat 2023 Soulful 04:08 140 Soulful R&B Trapsoul   
    ADD IN CART
   
 * When You Get Here | Chill Futuristic Type Beat 03:27 160 HipHop Chill R&B  
     ADD IN CART
   
 * When I Think Of You | Sad Guitar Type Beat 03:20 128 soulful trapsoul guitar
   type beat     ADD IN CART
   
 * Thank You | Positive Vibes Type Beat 03:57 98 Upbeat Gospel     ADD IN
   CART
   
 * More Of It | Da Baby x Gunna Melodic Guitar Type Beat 03:47 162 gunna dababy
   lil baby     ADD IN CART
   
 * Sweet Love | Soulful Boom Bap Type Beat 02:53 90 j cole boom bap sample type
   beat     ADD IN CART
   
 * Never Say Goodbye 03:30 74 rnb ella mai summer walker     ADD IN CART
   
 * It Won't Work | Soulful Sample Type Beat 2023 03:05 124 xxxtentacion dark
   trap     ADD IN CART
   
 * Reflections 03:10 92 soulful j cole boom bap     ADD IN CART
   
 * Come Home 02:27 146 trapsoul sad summer walker     ADD IN CART
   
 * I Can't Help It (Prod: SSDK Music & Ferry Boy Beats) 03:05 96 east coast hip
   hop boom bap     ADD IN CART
   
 * Up's and Down's (Prod: SSDK Music x CrossBeatz_za) 02:58 140 nasty c hip hop
   young thug     ADD IN CART
   
 * Desire 03:15 160 snoh aalegra piano rnb     ADD IN CART
   
 * Summer Vibes 03:36 144 iann dior juice wrld guitar type beat     ADD IN
   CART
   
 * Westside Ride 02:15 96 g funk snoop dogg west coast     ADD IN CART
   
 * Emotional Situation 02:35 150 the weekend trapsoul rnb     ADD IN CART
   
 * Take Your Time 03:14 100 dancehall afrobeat afropop     ADD IN CART
   
 * Can You Feel It? 04:10 90 hip hop old school boom bap     ADD IN CART
   
 * Let It Snow! Let It Snow! Let It Snow! (TRAP REMIX) 02:30 150 remixes sampled
   beats christmas     ADD IN CART
   


close