drakmanga/relicsFinder — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Warframe Relic Finder web app. I want to type either a relic name like Lith V9 or a Prime item like Volt Prime, then see exactly which relics or parts match my search.
For each result, show the Prime parts inside the relic, the rarity, the drop chance, where the relic can be farmed, the average current market price, and a direct link to Warframe Market so I can buy it if I do not want to farm. Make the page clean, responsive, and easy to use, with clear loading and error messages when the data cannot be found.
Use Java with Spring Boot for the backend and a simple HTML frontend. It should run locally at localhost 8080 and use public Warframe Market data where possible. Please also keep the code organized so inventory tracking, wishlists, and price history can be added later. Look up current API docs online if you need to.
Want more depth? Deep Reverse