gaxillic.beatstars.com Open in urlscan Pro
2600:1f18:264f:c605:a008:6eba:eee1:a6f0  Public Scan

Submitted URL: http://gaxillic.beatstars.com/
Effective URL: https://gaxillic.beatstars.com/
Submission: On December 21 via api from US — Scanned from DE

Form analysis 3 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: 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




SEARCH
Beats

About

Albums

Videos

Memberships

Sound Kits

Services

Blog

Contact

Merchandise



0
$0.00
Log In
 * TITLE TIME BPM TAGS

   
 * 
   "Bow" Pop Punk Rock Type Beat 02:34 163 rock punk rock $30.00 IN CART
   
 * 
   "Repentance" Emo Rock x Pop Punk Type Beat 03:13 150 rock emo $30.00 IN CART
   
 * 
   "Page" Emo Rock x Pop Punk Type Beat 02:50 102 rock emo $30.00 IN CART
   
 * 
   "Broken Trust" Emo Rock x Pop Punk Type Beat 02:46 90 rock emo $30.00 IN CART
   
 * 
   "Her Heart" Emo Rock x Pop Punk Type Beat 02:22 100 rock emo $30.00 IN CART
   
 * 
   "Like You" Emo Rock x Pop Punk Type Beat 02:55 190 rock emo $30.00 IN CART
   
 * 
   "See You" Modern Pop Punk Rock x Midwest Emo Type Beat 02:45 95 rock midwest
   emo $30.00 IN CART
   
 * 
   "Difference" Emo Rock x Pop Punk 02:15 184 rock emo $30.00 IN CART
   
 * 
   "Rage Me" Emo Rock x Pop Punk Type Beat 02:55 176 rock emo $30.00 IN CART
   
 * 
   "Haunt You Still" Indie Rock x Shoegaze, Dream Pop Type Beat 02:25 133 indie
   rock $30.00 IN CART
   
 * 
   "Cope With Pain" Emo Rock x Pop Punk Type Beat 02:56 175 rock emo $30.00 IN
   CART
   
 * 
   "Faces" Emo Rock x Pop Punk Type Beat 02:25 110 rock emo $30.00 IN CART
   
 * 
   "Insane" Modern Pop Punk Rock Type Beat 02:38 185 rock punk rock $30.00 IN
   CART
   
 * 
   "Given Up" Emo Rock x Pop Punk Type Beat 03:13 170 rock emo $30.00 IN CART
   
 * 
   "Novel" Emo Rock x Pop Punk Type Beat 02:27 110 rock emo $30.00 IN CART
   
 * 
   "Sable" Deftones x Nu Metal x Alternative Rock Type Beat 02:18 70 alternative
   rock deftones $30.00 IN CART
   
 * 
   "Carry You" Emo Rock x Pop Punk Type Beat 02:44 167 rock emo $30.00 IN CART
   
 * 
   "In The Way" Nirvana x Grunge Rock Type Beat 03:00 95 rock grunge $30.00 IN
   CART
   
 * 
   "My Darkside" Emo Rock x Pop Punk 02:51 180 rock emo $30.00 IN CART
   
 * 
   "Piece Of Heart" Emo Rock x Pop Punk Type Beat 02:25 160 rock emo $30.00 IN
   CART
   

BROWSE ALL TRACKS


TRACK LIST EDIT





LICENSING INFO EDIT

POPULAR
MP3 Non Exclusive $30.00 MAKE AN OFFER MP3 License
• HQ MP3 (320kbps)• Distribution copies - 2k (2.000)• Up to 30,000
Streams• Untagged• Commercial Use• Spotify, Apple, iTunes, etc• Producer still
has ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
WAV Non Exclusive $50.00 MAKE AN OFFER WAV License
• WAV + MP3• Distribution Copies - 4k (4.000)• Up to 100,000
Streams• Untagged• Commercial Use• Spotify, Apple, iTunes, etc• Producer still
has ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
STEMS Non Exclusive $100.00 MAKE AN OFFER STEMS License
• MP3 + WAV + STEMS• Distribution copies - 10k (10.000)• Up to 150,000
Streams• Full WAV Trackout files• Good for rearrangements• Good for mixing &
mastering• Commercial Use• Spotify, Apple, iTunes, etc• Producer still has
ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
WAV Unlimited $130.00 MAKE AN OFFER WAV Unlimited Licese
• MP3 + WAV• Unlimited Streams, Sales, Radio Stations, etc• Full Commercial
Use• Good if you think the song will blow up• Spotify, Apple, iTunes, etc• Lease
lasts forever• Producer still has ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 1 FREE
POPULAR
STEMS Unlimited $150.00 MAKE AN OFFER STEMS Unlimited Licese
• MP3 + WAV + TRACK STEMS• Unlimited Streams, Sales, Radio Stations, etc• Full
Commercial Use• Good if you think the song will blow up• Spotify, Apple, iTunes,
etc• Lease lasts forever• Producer still has ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 2 FREE
POPULAR
Custom Unlimited $400.00 MAKE AN OFFER The ability to change anything!
• Same as STEMS Unlimited + I can change anything in beat for you• MP3 + WAV +
TRACK STEMS• Unlimited Streams, Sales, Radio Stations, etc• Full Commercial
Use• Good if you think the song will blow up• Spotify, Apple, iTunes, etc• Lease
lasts forever• Producer still has ownership of the beat
READ LICENSE
Bulk deals: BUY 2, GET 2 FREE
POPULAR
Exclusive License $0.00 MAKE AN OFFER EXCLUSIVE RIGHTS
• Full Commercial Usage• Spotify, Apple, YouTube, etc• Unlimited Streams,
Sales• Track Removed from Catalog• BEST if you think the song will blow up• You
have ownership of the beat
READ LICENSE



SOUND KITS EDIT

[FREE] "Two-Faced" Guitar Loop Kit (Alt Rock, Opium)   FREE   [FREE] "Feelings"
Guitar Loop Kit (Acoustic, Emo)   FREE   [FREE] "No Rules" Guitar Pop Punk Loop
Kit   FREE  

BROWSE ALL SOUND KITS


SERVICES EDIT

Song MIxing and Mastering Mixing and mastering for beat stems and ... Custom
Beat Pop Punk x Punk Rock, Emo Rock, Indie, A ...

BROWSE ALL SERVICES



ALBUMS EDIT

Acoustic Guitar No Drums    
Grunge x Nirvana    
Emo Rock    
Pop Punk    

BROWSE ALL ALBUMS






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 Beats About Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise



 * Home
 * Beats
 * Albums
 * Videos
 * Sound Kits
 * Merchandise

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy


$0.00 IN CART

NaN

   
 * 1
   
   "Phantom" Sad Acoutic Guitar Pop Punk MGK Type Beat No Drums 03:20
   xxxtentacion sad acoutic guitar $30.00 IN CART
   

saving Lyrics, please wait...