Creating a physical music product in the digital age can be a rewarding way to connect with listeners. Here’s how I built a series of custom USB thumb drives containing my music, a self-contained HTML player, and visual artwork—perfect for promotional giveaways or unique fan experiences.
.mp3 filesindex.html file (like the one I built here) with embedded CSS and JavaScriptCreate a folder on your computer with the following structure:
cerkit-music/
├── index.html ← Fully self-contained HTML file
├── track1.mp3
├── track2.mp3
├── track1.jpg
├── track2.jpg
The
index.htmlfile includes the entire music player—CSS styles, JavaScript functionality, and HTML layout—all in one file. No external libraries or internet access is required.
Cerkit-Music. https://cerkit.com/page/music
This serves as a helpful reference if the listener explores the drive’s properties.
cerkit-music folder to the USB drive.Insert the USB drive and open File Explorer.
Right-click the drive and select Properties.
Rename the volume to something like Cerkit-Music.
Add a .url shortcut pointing to your promo page:
Create a new file named Cerkit Website.url and paste the following:
[InternetShortcut]
URL=https://cerkit.com/page/music
index.html, .mp3 files, and image files to the drive’s root.Make your drives stand out as unique collector’s items:
index.html using a modern browser (Chrome, Edge, Safari, Firefox).With just a few steps, you can create a portable, interactive music experience that fans will remember. These USB drives aren’t just storage—they’re a gateway to your world.
Whether for merch tables, limited-run promos, or personal gifts, this method gives you full creative control and a tangible connection to your listeners.
Curious what it looks like? Visit cerkit.com/post/usb-playlist-tutorial.
Music is meant to be shared—so why not make the delivery part of the art?