archidyne.beatstars.com Open in urlscan Pro
2600:1f18:264f:c606:620b:68ea:b84c:a7e  Public Scan

Submitted URL: http://archidyne.beatstars.com/
Effective URL: https://archidyne.beatstars.com/
Submission: On March 08 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form class="top-nav-search ng-pristine ng-valid" name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchMobile')" role="search"><button id="slidingSearchMobileBtn" aria-label="search button" class="md-button menu-btn" type="button"
    ng-click="slidingSearchFocus('slidingSearchMobile')"><i class="icon-search default-menu-link-color"></i></button>
  <div class="sliding-search-container main-menu-bg-color" ng-class="{'active': slidingSearchActive}"><span><i class="icon-search default-menu-link-color"></i></span> <input
      class="input-box main-menu-bg-color default-menu-link-color sliding-search ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchMobile" placeholder="Search beats" ng-blur="searchFocusedOff('slidingSearchMobile')" name="search_keyword"
      ng-model="keyword" autocomplete="off" type="search" aria-invalid="false"> <span><i class="icon-close default-menu-link-color" ng-click="searchFocusedOff('slidingSearchMobile')" role="button" tabindex="0"></i></span></div><button
    class="md-button primary-btn hide">SEARCH</button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword, 'slidingSearchDesktop')" role="search" class="ng-pristine ng-valid">
  <div class="desktop-sliding-search" ng-class="{'active': slidingSearchActive}">
    <div class="input-container"><input class="input-box main-menu-bg-color desktop-search default-menu-link-color ng-pristine ng-untouched ng-valid ng-empty" id="slidingSearchDesktop" name="search_keyword" placeholder="Search beats"
        ng-model="keyword" ng-blur="searchFocusedOff('slidingSearchDesktop')" autocomplete="off" type="search" aria-invalid="false">
      <div ng-click="searchFocusedOff('slidingSearchDesktop')" class="search-close-button" role="button" tabindex="0"><i class="icon-close default-menu-link-color"></i></div>
    </div>
    <div class="search-open-button" ng-click="slidingSearchFocus('slidingSearchDesktop')" role="button" tabindex="0"><i class="icon-search default-menu-link-color"></i></div>
  </div><button class="hide" type="submit"></button>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" ng-if="pst.mainBg.main_buttons_type === 1" class="ng-pristine ng-valid ng-scope">
  <div id="home-search"><input class="desktop-search ng-pristine ng-untouched ng-valid 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" placeholder="What type of track are you looking for?" aria-invalid="false"> <button class="md-button primary-btn">SEARCH</button>
    <div class="search-auto-complete-results"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="contact-form 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="primary-text-color md-required" for="input_0">YOUR NAME</label> <input required=""
        class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_0" 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="primary-text-color md-required" for="input_1">E-MAIL ADDRESS</label> <input required=""
        class="input-box primary-text-color 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_1" 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="primary-text-color md-required" for="input_2">SUBJECT</label> <input required=""
      class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="subject" ng-model="contact.subject" autocomplete="off" id="input_2" 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="primary-text-color md-required" for="input_3">MESSAGE</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box primary-text-color ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="1" md-select-on-focus=""
        autocomplete="off" id="input_3" aria-invalid="true" style="height: 30px;"></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 btn-container layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><span ng-class="{'hide': !contactError}" class="text-danger ng-binding hide"><i class="fa fa-exclamation"></i> &nbsp; &nbsp; </span><button class="md-button primary-btn m-none btn-send">SEND
        MESSAGE</button></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




ARCHIDYNE


SEARCH
About

Tracks

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In


NEON

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   [FREE][TAGGED] Underground Kanye West Type Beat - "Gure" 04:01 77 kanye west
   type beat kanye west beat $4.95 IN CART
   
 * 
   [FREE][TAGGED] Weird Childish Gambino Type Beat - "Sad Girl" 01:55 102
   childish gambino beat childishgambino type beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Kanye West x MF Doom Type Beat - "Goldboys" 03:27 85 mf doom
   kanye west $4.95 IN CART
   
 * 
   [FREE] [TAGGED] LSD Yeezus Kanye West Type Beat - In My Home 02:26 105 kanye
   west type beat kanye west beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Snoop Dogg x Daft Punk Type Beat-"Ya Dream" 02:14 100 daft
   punk snoop dogg x daft punk $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Michael Jackson rapper Type Beat - "Arp Box" 02:20 105
   michael jackson type beat michael jackson $4.95 IN CART
   
 * 
   FREE/TAGGED 21 Savage x Kid Cudi Type Beat Electronic Glass 02:19 148 21
   savage x kid cudi beat kid cudi type beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Kid Cudi Type Beat - "High Diff" 02:28 130 kid cudi kid cudi
   beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Weird 21 Savage Type Beat "VS Bottom" 02:31 145 21 savage 21
   savage type beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Drake x 21 Savage Type Beat "Comfy" 02:56 126 drake x 21
   savage drake x 21 savage beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Archidyne Type Beat - "Crystal Bell" 03:29 85 boom bap beat
   boom bap type beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Archidyne Type Beat - "Warm Freefall" 03:47 91 old school
   beat old school hip hop $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Drake Type Beat - Through The World" 02:57 87 drake type beat
   drake beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Electric Type Beat "Cloud Dreams" 03:30 135 electric beat
   electric $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Travis Scott Type Beat - "Cob Webs" 02:45 140 travis scott
   beat travis scott type beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Trippie Redd Rage Type Beat - "Behind Me" 02:46 144 trippie
   redd type beat trippie redd $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Destroy Lonely Type Beat - "Asdo" 02:35 161 destroy lonely
   type beat destroy lonely beat $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Japanese Soul Type Beat "Call Me, Kiss Me" 02:01 96 japanese
   boom bap japanese soul $4.95 IN CART
   
 * 
   [FREE] [TAGGED] J Dilla Type Beat - "Takako Keys" 03:53 96 j dilla type beat
   j dilla $4.95 IN CART
   
 * 
   [FREE] [TAGGED] Jack Harlow Type Beat - "Def" 02:21 144 jack harlow type beat
   jack harlow $4.95 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
Basic License $4.95 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 4 FREE
POPULAR
Premium License $9.95 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 3 FREE
POPULAR
Premium Plus License $20.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 2 FREE
POPULAR
Unlimited License $25.00 MAKE AN OFFER

READ LICENSE
Bulk deals: BUY 1, GET 1 FREE
POPULAR
Exclusive License $0.00 MAKE AN OFFER

READ LICENSE









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

Home About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise




NEON





 * Home
 * Tracks
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   [FREE][TAGGED] Underground Kanye West Type Beat - "Gure" 04:01 kanye west
   type beat kanye west beat $4.95 IN CART
   
 * 2
   
   [FREE][TAGGED] Weird Childish Gambino Type Beat - "Sad Girl" 01:55 childish
   gambino beat childishgambino type beat $4.95 IN CART
   
 * 3
   
   [FREE] [TAGGED] Kanye West x MF Doom Type Beat - "Goldboys" 03:27 mf doom
   kanye west $4.95 IN CART
   
 * 4
   
   [FREE] [TAGGED] LSD Yeezus Kanye West Type Beat - In My Home 02:26 kanye west
   type beat kanye west beat $4.95 IN CART
   
 * 5
   
   [FREE] [TAGGED] Snoop Dogg x Daft Punk Type Beat-"Ya Dream" 02:14 daft punk
   snoop dogg x daft punk $4.95 IN CART
   
 * 6
   
   [FREE] [TAGGED] Michael Jackson rapper Type Beat - "Arp Box" 02:20 michael
   jackson type beat michael jackson $4.95 IN CART
   
 * 7
   
   FREE/TAGGED 21 Savage x Kid Cudi Type Beat Electronic Glass 02:19 21 savage x
   kid cudi beat kid cudi type beat $4.95 IN CART
   
 * 8
   
   [FREE] [TAGGED] Kid Cudi Type Beat - "High Diff" 02:28 kid cudi kid cudi beat
   $4.95 IN CART
   
 * 9
   
   [FREE] [TAGGED] Weird 21 Savage Type Beat "VS Bottom" 02:31 21 savage 21
   savage type beat $4.95 IN CART
   
 * 10
   
   [FREE] [TAGGED] Drake x 21 Savage Type Beat "Comfy" 02:56 drake x 21 savage
   drake x 21 savage beat $4.95 IN CART
   
 * 11
   
   [FREE] [TAGGED] Archidyne Type Beat - "Crystal Bell" 03:29 boom bap beat boom
   bap type beat $4.95 IN CART
   
 * 12
   
   [FREE] [TAGGED] Archidyne Type Beat - "Warm Freefall" 03:47 old school beat
   old school hip hop $4.95 IN CART
   
 * 13
   
   [FREE] [TAGGED] Drake Type Beat - Through The World" 02:57 drake type beat
   drake beat $4.95 IN CART
   
 * 14
   
   [FREE] [TAGGED] Electric Type Beat "Cloud Dreams" 03:30 electric beat
   electric $4.95 IN CART
   
 * 15
   
   [FREE] [TAGGED] Travis Scott Type Beat - "Cob Webs" 02:45 travis scott beat
   travis scott type beat $4.95 IN CART
   
 * 16
   
   [FREE] [TAGGED] Trippie Redd Rage Type Beat - "Behind Me" 02:46 trippie redd
   type beat trippie redd $4.95 IN CART
   
 * 17
   
   [FREE] [TAGGED] Destroy Lonely Type Beat - "Asdo" 02:35 destroy lonely type
   beat destroy lonely beat $4.95 IN CART
   
 * 18
   
   [FREE] [TAGGED] Japanese Soul Type Beat "Call Me, Kiss Me" 02:01 japanese
   boom bap japanese soul $4.95 IN CART
   
 * 19
   
   [FREE] [TAGGED] J Dilla Type Beat - "Takako Keys" 03:53 j dilla type beat j
   dilla $4.95 IN CART
   
 * 20
   
   [FREE] [TAGGED] Jack Harlow Type Beat - "Def" 02:21 jack harlow type beat
   jack harlow $4.95 IN CART
   

saving Lyrics, please wait...