hasaneyldrm/exercises-dataset — reverse-engineered prompt

Reverse engineered prompt

Build me a simple browser based fitness exercise dataset app that works with a local JSON file and can be opened directly in the browser, no backend needed.

I want an exercise explorer where I can search all exercises, filter by body part, equipment, and target muscle, and scroll through results in a clean card layout. When I click an exercise, show the full details and step by step instructions, with a way to switch between English, Spanish, Italian, Turkish, Russian, and Chinese. The exercise media is not included, so just handle metadata and the existing media id without depending on images or gifs.

I also want a second page that acts like a setup wizard for developers. It should help generate database table SQL and insert statements for common databases, show example API requests in a few popular languages after I enter a base URL, and include a ready to copy prompt someone could paste into an AI coding tool to generate a REST API from this dataset.

Keep it polished, easy to use, and fully client side. If you need details, check the current docs online.

Want more depth? Deep Reverse