Cryptoo-eng/Spotify-Cloud — reverse-engineered prompt
Reverse engineered prompt
Build me a local Spotify inspired demo that runs on Minikube and shows a simple music app in the browser.
I want it to feel like a small cloud platform, not just one page. It should have separate services for login, users, music catalog, player state, recommendations, search, and an API gateway that routes everything. The frontend can be a lightweight single page app served through Nginx, with screens for browsing songs, searching, viewing artists or albums, seeing recommendations, and pretending to play music.
Please include Kubernetes setup so the whole thing can be deployed locally with scripts. I want the services to have health checks, readiness checks, autoscaling, restart behavior, resource limits, rolling updates, config maps, secrets, and basic protection against everything going down at once.
Make the setup easy to run with Minikube, including scripts to build all images, deploy everything, and print the frontend URL. Use simple mock data where needed, but make the app look complete enough for a demo.
Want more depth? Deep Reverse