Socrassius/Krakatoa ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple product catalog website with a public home page and a separate admin page.

The main page should show the products nicely, with the image, name, price, and any other basic details you can pull from the data file. It should look clean and work well on mobile too. The admin page should let me add, edit, and remove products in an easy way, and save the changes so the catalog updates. If it makes sense, use the existing JSON file as the source of truth and keep the image asset in place.

Please make it feel like a real small business site, simple and easy to use, not overdesigned. If you need to check current browser friendly ways to handle local data or form updates, look up the current docs online.