itzdee.com Open in urlscan Pro
52.206.159.80  Public Scan

URL: https://itzdee.com/
Submission: On September 06 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




SEARCH
Beats

Services

Albums

Videos

Memberships

Sound Kits

About

Blog

Contact

Merchandise



0
$0.00
Log In

SEARCH



 * TITLE TIME BPM TAGS

   
 * 
   Hide (Prod. By ItzDee) 03:17 0 dirty trap $30.00 IN CART
   
 * 
   Spazout (Prod. By ItzDee) 03:06 170 terror trap $30.00 IN CART
   
 * 
   Hype (Prod. By ItzDee) 03:31 0 dark trap $29.99 IN CART
   
 * 
   Brazy (Prod. By ItzDee) 03:00 90 rap hard $30.00 IN CART
   
 * 
   Ashes (Prod. By ItzDee) - Sold 04:54 125 melody strong $0.00 IN CART
   
 * 
   No Mercy (Prod. By ItzDee) 04:13 163 dark trap $30.00 IN CART
   
 * 
   RedRum (Prod. By ItzDee) 04:28 154 dark chicago $30.00 IN CART
   
 * 
   3X (Prod. By ItzDee) 03:37 146 energetic rap $30.00 IN CART
   
 * 
   Erase Me Instrumental - Sold 04:13 144 rap sad $0.00 IN CART
   
 * 
   Slugs (Prod. By itzDee) 04:26 144 dark trap $30.00 IN CART
   
 * 
   Locked Away (Prod. By ItzDee) - Sold 04:05 83 slow sad $0.00 IN CART
   
 * 
   KIA (Prod. By ItzDee) - Sold 03:38 88 eerie dark $0.00 IN CART
   
 * 
   Overdose Instrumental - Sold 03:53 140 bounce dark $0.00 IN CART
   
 * 
   Insomnia (Prod. By ItzDee) - Sold 03:36 144 magical spacey $0.00 IN CART
   
 * 
   Glock 23 (Prod. By ItzDee) - Sold 03:52 78 gross trap $0.00 IN CART
   
 * 
   Destructive Mentality (Prod. By ItzDee) 03:47 135 hype cold $30.00 IN CART
   
 * 
   Analog (Prod. By ItzDee) - Sold 03:49 80 rap piano $0.00 IN CART
   
 * 
   gtr (Prod. By ItzDee) - Sold 02:51 90 energetic acoustic $0.00 IN CART
   
 * 
   War (Prod. By ItzDee) 03:33 150 dirty angry $30.00 IN CART
   
 * 
   Demons (Prod. By ItzDee) 03:34 146 dirty dark $30.00 IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

POPULAR
Non Exclusive Lease $30.00MAKE AN OFFER Non-Exclusive Lease Track Stems &
Commercial Rights NOT INCLUDED
• • High Quality Instrumental
• • Includes Both .MP3/.WAV Files Mixed & Mastered
• • Instant Delivery via Email After Purchase
• • Rights Reserved To ItzDee Productions
• • Producers Rights Reserved for Vocal Tag and Signature: (Prod. By ItzDee)

READ LICENSE
POPULAR
Exclusive License $99.99MAKE AN OFFER An Exclusive License gives the Artist Full
Royalties and Commercial Rights and CANNOT be resold or leased once the license
is purchased.
• • High Quality, Full Length, Mastered Instrumental
• • Commercial Rights Reserved To Buyer
• • Includes: Track Stems, Mastered .MP3 & .WAV Files
• • Instant Delivery via Email After Purchase

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



LEGAL NOTICE: COPYRIGHT AND INTELLECTUAL PROPERTY RIGHTS ItzDee Productions ©
2014 - 2025 | ℗ 2014 - 2025 NOTICE: ALL RIGHTS RESERVED This document serves as
a formal notice regarding the intellectual property rights and protections
afforded to all materials and content lawfully owned by ItzDee Productions. The
following terms and conditions apply to any use, distribution, or reproduction
of such materials: 1. Unauthorized Use and Infringement Any unauthorized use,
streaming, broadcasting, public performance, copying, distribution,
reproduction, or recording of content produced, owned, or licensed by ItzDee
Productions is strictly prohibited. Unauthorized actions will be considered a
violation of the Copyright Act of 1968, the Digital Millennium Copyright Act
(DMCA), 17 U.S.C. § 512(c)(3)(A), and/or applicable international copyright
laws. Violators will be subject to civil and/or criminal prosecution to the
fullest extent permitted by law. 2. Global Reach of Copyright Protections The
protections granted under U.S. copyright law extend internationally under
various treaties and agreements, including but not limited to the Berne
Convention for the Protection of Literary and Artistic Works, the World
Intellectual Property Organization (WIPO) Copyright Treaty, and the Agreement on
Trade-Related Aspects of Intellectual Property Rights (TRIPS). Infringement of
ItzDee Productions’ intellectual property rights in any jurisdiction will result
in enforcement actions in that jurisdiction, including potential legal
proceedings and the filing of copyright claims. 3. Digital Platforms and DMCA
Compliance Any unauthorized use of ItzDee Productions’ intellectual property on
digital streaming platforms, websites, or other online services will result in
immediate action. This may include, but is not limited to, the filing of DMCA
takedown notices, the removal of infringing content, and the suspension or
termination of accounts found to be in violation of the Terms of Service of the
respective platform. Additionally, repeat offenders may be subject to account
closure and permanent bans from such platforms. 4. Enforcement and Penalties In
the event of any breach of the aforementioned rights, ItzDee Productions will
pursue all available legal remedies, including but not limited to injunctions,
damages (including statutory damages), and attorney’s fees. Any person or entity
found in possession of, or distributing, unauthorized copies of ItzDee
Productions’ works will be held liable for infringement and may face significant
monetary penalties, in addition to possible criminal charges. 5. Contractual
Obligations Any person or entity entering into a contract with ItzDee
Productions for the use of its intellectual property is bound by the terms of
that contract. Breach of contract will result in the immediate termination of
rights, and the party in breach will be liable for any damages resulting from
unauthorized use, distribution, or failure to comply with the terms set forth in
the agreement. Legal action will be taken to enforce all contractual
obligations. 6. Reservation of Rights ItzDee Productions reserves all rights not
expressly granted in writing. No license or rights are granted by implication,
estoppel, or otherwise under any intellectual property rights owned or
controlled by ItzDee Productions. 7. Notice of Liability All individuals and
entities are hereby put on notice that unauthorized use or exploitation of
ItzDee Productions’ intellectual property will result in legal consequences.
This includes but is not limited to actions for copyright infringement, breach
of contract, and violations of international copyright treaties. This notice
constitutes a binding legal agreement between ItzDee Productions and any person
or entity engaging with its intellectual property. Violators will be prosecuted
to the full extent of U.S. and international copyright laws. For any inquiries
or to obtain proper licensing, please contact ItzDee Productions at:
Contact4ItzDee@gmail.com.



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

 * Memberships
 * Services
 * Blog
 * About
 * Contact

 * Licensing Info
 * Terms of use
 * Privacy policy
 * YouTube Terms of Service


$0.00 IN CART

NaN

   
 * 1
   
   Hide (Prod. By ItzDee) 03:17 dirty trap $30.00 IN CART
   
 * 2
   
   Spazout (Prod. By ItzDee) 03:06 terror trap $30.00 IN CART
   
 * 3
   
   Hype (Prod. By ItzDee) 03:31 dark trap $29.99 IN CART
   
 * 4
   
   Brazy (Prod. By ItzDee) 03:00 rap hard $30.00 IN CART
   
 * 5
   
   Ashes (Prod. By ItzDee) - Sold 04:54 melody strong $0.00 IN CART
   
 * 6
   
   No Mercy (Prod. By ItzDee) 04:13 dark trap $30.00 IN CART
   
 * 7
   
   RedRum (Prod. By ItzDee) 04:28 dark chicago $30.00 IN CART
   
 * 8
   
   3X (Prod. By ItzDee) 03:37 energetic rap $30.00 IN CART
   
 * 9
   
   Erase Me Instrumental - Sold 04:13 rap sad $0.00 IN CART
   
 * 10
   
   Slugs (Prod. By itzDee) 04:26 dark trap $30.00 IN CART
   
 * 11
   
   Locked Away (Prod. By ItzDee) - Sold 04:05 slow sad $0.00 IN CART
   
 * 12
   
   KIA (Prod. By ItzDee) - Sold 03:38 eerie dark $0.00 IN CART
   
 * 13
   
   Overdose Instrumental - Sold 03:53 bounce dark $0.00 IN CART
   
 * 14
   
   Insomnia (Prod. By ItzDee) - Sold 03:36 magical spacey $0.00 IN CART
   
 * 15
   
   Glock 23 (Prod. By ItzDee) - Sold 03:52 gross trap $0.00 IN CART
   
 * 16
   
   Destructive Mentality (Prod. By ItzDee) 03:47 hype cold $30.00 IN CART
   
 * 17
   
   Analog (Prod. By ItzDee) - Sold 03:49 rap piano $0.00 IN CART
   
 * 18
   
   gtr (Prod. By ItzDee) - Sold 02:51 energetic acoustic $0.00 IN CART
   
 * 19
   
   War (Prod. By ItzDee) 03:33 dirty angry $30.00 IN CART
   
 * 20
   
   Demons (Prod. By ItzDee) 03:34 dirty dark $30.00 IN CART
   

saving Lyrics, please wait...