Music Player

Interactive live music player widget with real-time audio spectrum animations, vinyl CD disc spin, and song metadata.

Preview Canvas

Installation

Install component dependencies or run the automated CLI command.

pnpm dlx shadcn@latest add "https://sahilcodex.vercel.app/r/music-player.json"

Usage

Import component
import MusicPlayer from "@/components/ui/music-player";
export default function MusicPlayerDemo() {
return (
<div className="flex w-full items-center justify-center p-10">
<MusicPlayer />
</div>
);
}
"You have a right to perform your prescribed duty, but you are not entitled to the fruits of actions."
Bhagavad Gita

Design by SahilCodex
© 2026. Build with Hands.