♪ Resources
Vibe Coding Options
🤖 Build Your Own — Vibe Coding Options
The TDM makes it tremendously easy to create your DT Album. However, you can achieve the same result with vibe coding completely on your own using AI tools. Here below I quickly introduce Claude Code — but there are other AI coding tools available, such as Bitrig, which is specialised for iOS app generation.
Even with vibe coding, you have two paths to choose from:
- Use the existing CLAUDE.md and Trigger Prompt — download the two files below, follow the steps, and Claude Code will gather your assets and build both apps for you.
- Write your own prompt — describe in detail how the app needs to look and function and let the AI build it from scratch.
📝 Note: You will need to purchase the Claude Code Pro plan. The current cost is USD 20/month (USD 17/month for an annual subscription).
If you are already familiar with Claude Code, or willing to learn, I am sharing the CLAUDE.md file I created and the related trigger prompt. These two files allow you to use Claude Code to generate your own DT Album — a complete iOS and Android app.
⚠️ Important — if using third-party CLAUDE.md files
- Read before running. Never run Claude Code (or similar agents) in a directory without reading the CLAUDE.md file first.
- Suspicious patterns. Be wary of commands that include curl, bash, wget, or encoded strings (e.g. Base64).
- Sandbox if possible. Run inside a virtual machine or container environment (e.g. Docker) to isolate it from your system.
- Permission limits. Claude Code's built-in permission system will block dangerous commands and restrict access to sensitive folders (.env, .ssh, etc.).
- Bottom line. Third-party CLAUDE.md files are untrusted — always review them before use.
-
1
Prepare your assets — place CLAUDE.md in a folder together with your music files (MP3), lyrics files, artist photo, album artwork and app icon.
-
2
Open Claude Code in that folder. Claude will automatically read the CLAUDE.md file and understand what to build.
-
3
Paste the trigger prompt as your first message. Claude will ask you for your album details and collect all the information it needs before writing a single line of code.
-
4
Claude builds both apps — a complete iOS Xcode project and a complete Android Gradle project, ready to open in Xcode and Android Studio.
-
5
Claude guides you through publishing — Claude Code can also help you submit your apps to the App Stores, analyse errors, and give you step-by-step suggestions and advice along the way.