♪ Questions & Answers

The Logic Behind Direktunes

Everything independent musicians need to know about DT Albums — what they are, why they matter, and how to get started.

What is a DT Album?
What exactly is a DT Album?

A DT Album is a native mobile app containing your music — your songs, lyrics, album artwork, liner notes, tour dates and credits — packaged together and sold directly on the Apple App Store and Google Play Store.

Think of it as the natural evolution of the vinyl record, the cassette tape and the CD. Each of those formats bundled songs with artwork, notes and credits. A DT Album does the same, but instead of a turntable or a CD player, your fans use their mobile phone.

A DT Album is YOUR OWN app. You own it. You set the price. Your fans download it once and keep it forever — no subscription, no algorithm, no streaming.
How is a DT Album different from Spotify or Apple Music?

The differences are fundamental:

  • Streaming vs. ownership — Spotify streams music from its servers. A DT Album contains your songs already loaded inside the app, so fans can listen anytime, even without an internet connection.
  • Their platform vs. your app — On Spotify, your music lives inside their app. A DT Album is your own independent app, listed under your name.
  • Fractions vs. real money — Spotify pays roughly USD $0.003 per stream. With a DT Album, fans pay you a fixed price — you set it, you keep most of it.
  • Their data vs. your fans — Streaming platforms own the listener relationship. With a DT Album, you have a direct connection with the people who buy your music.
  • AI training — Music on streaming platforms may be used to train AI models. DT Albums give you better control over how your music is used (though the legal landscape here is still evolving).
What does a DT Album look like on the phone?

A DT Album typically has 5–7 screens that fans can navigate freely:

  • Artist screen — your photo, your name, links to the other screens
  • Album screen — artwork, music player controls, scrollable track list, mini-player
  • Lyrics screen — scrollable lyrics, optionally synchronised line by line as the song plays
  • Tour screen — your upcoming concert dates and venues
  • Notes screen — the story behind the album, recording notes, inspiration
  • Credits screen — full production credits and an ownership badge

The app plays music in the background while fans use other apps or lock their screen, and supports swipe navigation between screens. You can see a real example on the Files page — scan the QR code to download the sample album.

Why is it called a "DT Album"?

DT stands for Direktunes. As a new product category, it needs a name. The idea is that music lovers will eventually say: "I downloaded the new DT Album by [your band]" — just as people say vinyl, CD, or cassette.

The term DT Album is open for anyone to use, free of charge and without restrictions. It is meant to become a shared language for independent music distribution.

Why DT Albums?
Why should I consider DT Albums instead of just staying on streaming platforms?

Independent musicians deserve three things that streaming platforms consistently fail to deliver:

  • A direct relationship with fans — streaming platforms will never share listener data or allow real fan connections. Your DT Album is your own channel.
  • Fair compensation — you would need over 1.5 million streams on Spotify to earn what 1,000 DT Album downloads at USD $7 would generate.
  • Creative and commercial control — you decide the price, the design, the content, and when or whether to update the app.

Additionally, streaming is becoming increasingly noisy — millions of AI-generated tracks compete with real music every day. A DT Album gives your work a dedicated, distraction-free space.

1,000 downloads × USD $7 ≈ USD $5,800 after store fees and tooling costs. You would need more than 1.5 million streams on Spotify to earn the same amount.
What are the main advantages of DT Albums over other formats?
  • Cheap to produce — thanks to AI and vibe coding, creating a DT Album costs a fraction of what a traditional album release requires.
  • Worldwide distribution — the App Store and Google Play reach every country on earth from day one.
  • Direct revenue — fans pay once to own your music. The money flows directly to your developer account.
  • Hard to copy illegally — native apps are considerably more difficult to pirate than MP3 files.
  • No middlemen — no label, no distributor, no aggregator taking a cut before the money reaches you.
  • You control the experience — you decide how your music is presented, at what price, with what artwork and what story.
Won't fans have to buy hundreds of separate apps?

Consider this: the monthly cost of a single streaming subscription is enough to buy 4–5 DT Albums from your favourite artists. And with DT Albums, you know with certainty that your money goes directly to the artist — not to record companies, not to platform executives.

Managing DT Albums on a phone works the same way as managing games — you install the ones you love, delete the ones you no longer want, and keep the ones that matter. In the future, a dedicated free app may be developed to manage all DT Albums in one place.

How to create a DT Album
How do I create a DT Album?

There are two ways:

  1. The TDM Website — the easiest and free option. Go to direktunes.com/start, follow the 8-step wizard to upload your songs, photos, lyrics, notes and credits, then click download. In seconds you receive a ready-to-open iOS Xcode project and Android Gradle project as zip files.

  2. Claude Code — for musicians who are comfortable with AI tools or willing to learn. Download the CLAUDE.md and trigger prompt from the Files page. Place the files in a folder with your music assets, open Claude Code, paste the trigger prompt, and Claude will guide you through the entire build and publishing process — including troubleshooting errors and advising on App Store submission.

Either way, you will need the same raw materials: your songs (MP3/WAV/AAC), an artist photo, album artwork, an app icon, and optionally lyrics, liner notes, tour dates and credits.

Do I need to know how to code?

No coding knowledge is required. The TDM wizard on this website handles everything automatically — you upload your content, and it generates the app projects for you.

If you choose to use Claude Code instead, you will be doing what is called vibe coding — guiding an AI to write and manage code on your behalf through natural conversation. There is a learning curve, but it is far more accessible than most people expect. In my personal experience, it is much easier to learn than playing a new musical instrument.

Publishing on the App Stores
How do I publish my DT Album on the Apple App Store?

You need to register as an Apple Developer at developer.apple.com. The cost is USD $99 per year. Once registered, you can publish as many apps as you like under that account.

The publishing process on iOS requires a Mac with Xcode (free from the Mac App Store). You open the generated Xcode project, set your developer team, archive the app, and submit it to App Store Connect. Apple typically reviews and approves apps within 1–2 days.

When fans purchase your DT Album, Apple deducts 30% of earnings (or 15% if you qualify for the Small Business Program — ask Claude Code how to apply for it).

Not sure what to do after downloading the Xcode project? Read our iOS step-by-step guide →

How do I publish on Google Play (Android)?

Register as a Google Play Developer at play.google.com/console. The cost is a one-time USD $25 registration fee.

If possible, register as an Organisation / Business account rather than a personal account. Personal accounts must run a closed testing track with at least 12 testers for 14 continuous days before submitting to production. Organisation accounts can skip this requirement and publish directly.

Google deducts 15% of earnings — roughly half of Apple's cut. Android Studio (free, runs on Mac, Windows and Linux) is used to open the generated project, build a signed App Bundle, and upload it to the Play Console.

Read our Android step-by-step guide →

How long does it take from start to a live app?

Creating the app itself — using either the TDM wizard or Claude Code — takes about 10–30 minutes once you have all your assets ready.

Submitting to the App Stores is the part that requires learning. Based on personal experience (as a non-coder), the iOS submission process typically takes 1–3 hours of trial and error for first-timers. Android may take slightly longer. After submission, apps are listed within 3–5 days once Apple or Google has reviewed and approved them.

With AI assistance available every step of the way, the learning curve is much gentler than it used to be.

Promotion & Earnings
How do I promote my DT Album once it is live?

Your DT Album will not sell itself — active promotion is essential. Here is what works:

  • Get your App Store QR code (Claude Code can help you generate and style it) and print it on concert posters, flyers and merchandise
  • Add the link and QR code to your website, YouTube videos, TikToks and Reels
  • Promote actively at live shows — show the QR code on screen, mention it from the stage
  • Share on social media with a short demo video showing the app experience

Your real fans — the people who show up to concerts and follow your work closely — are the most likely to buy. Focus your promotion where those people already are.

How much can I realistically earn?
1,000 downloads at USD $7 = USD 7,000
Minus store fees (~15–30%) = ~USD 5,250
Minus developer accounts (USD $99 + $25) = ~USD 5,126
Minus AI tooling (~USD $30/month) = ~USD 5,096

Compare: you would need over 1.5 million Spotify streams to earn the same amount.

Earnings depend entirely on the size of your audience and how actively you promote. There are no guarantees — but the economics of DT Albums are structurally far better for independent artists than streaming.

Legal & Platform Considerations
Are there any legal issues I should be aware of?

The main legal requirement is straightforward: you must own the rights to all music you publish. When uploading your DT Album to the App Stores, you sign a disclaimer accepting responsibility for the content you submit.

Make sure you have clearance for any samples, collaborations, or covers included in your album before publishing.

Will Apple or Google have a problem with DT Albums?

App Stores welcome independent developer apps — music apps are a well-established category. However, there are important guidelines to follow:

  • Quality matters — apps that appear overly simple, duplicate, or template-like in bulk risk rejection or account suspension. Each DT Album should genuinely represent you as an artist.
  • Content must be original — do not include music or content you do not own the rights to.
  • Make it yours — your photo, your music, your lyrics, your story. The fans who buy your DT Album are your real fans, so give them something worth owning.

A thoughtfully crafted, unique DT Album representing a genuine artist is exactly what the App Stores are designed to host.

Should I hire a developer or consultant to help?

My honest advice: invest the time to learn AI tools yourself. Take a week, sit down, and start exploring Claude Code or the TDM wizard. The learning curve is real but manageable — and the skills you build will serve you for every future release.

Down the road, you will want to refresh your DT Album's look, add new features, or launch another album entirely. If you own the process, each of those things becomes quick and inexpensive. If you depend on hired help for every change, costs multiply fast.

AI assistance is available every step of the way. You are not alone in this.

▶️

Watch it in action

Video tutorials and walkthroughs are coming soon on our YouTube channel.
www.youtube.com/@Direktunes — channel under construction, subscribe to be notified when videos go live.