cd ../projects
complete

PlayVerse

Cross-platform music medley app for iOS and Android

$ apt list --installed

ReactIonic FrameworkSpotify APIHTML/CSSiOSAndroid
metrics.sh
$ metrics --project=playverse
> Platforms: iOS + Android
> Framework: Ionic (cross-platform)
> Api: Spotify API

A music app for crafting custom medleys by extracting parts from various songs and combining them into unique mixes. Deployed on both iOS and Android. Retired due to copyright constraints.

What It Does

Users could browse songs via Spotify, select specific sections from different tracks, and stitch them together into custom medleys — essentially a remix tool for casual music fans who wanted to create mashups without professional audio software.

How It Works

  • Framework: Ionic for cross-platform deployment to both iOS and Android from a single codebase
  • Frontend: React with HTML/CSS for a dynamic, responsive interface
  • Music Data: Spotify API integration for song search, metadata, and audio previews
  • Deployment: Published to both iOS and Android app stores

Key Insight

Shipped a real cross-platform mobile app to both app stores as a solo build — learned firsthand about platform-specific quirks, API rate limits, and ultimately the hard lesson of building on copyrighted content. Retired the app but kept the engineering experience.

$git clone [private repository]