ayqshi/SNIPLIT — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small web app called SNIPLIT for discovering music previews using the iTunes API. I want a clean landing page with a big search box where someone can type an artist, song, or album, then see matching tracks with cover art, song name, artist name, album name, and a simple play button for the preview clip.

Make it feel fun and modern, with a dark music app style and a layout that works well on phones and desktops. When a preview is playing, it should be obvious which song is active, and starting another preview should stop the old one. Add basic loading, empty results, and error states so it doesn’t feel broken if the API returns nothing.

Keep it as a simple front end web project using JavaScript, HTML, and CSS. No backend unless it’s really necessary. Look up the current iTunes API docs online if you need to.

Want more depth? Deep Reverse