ShadowLegend007/CustomerFeedbackAI — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called NeuraGlance that helps people decide if a product is worth buying by pulling in real reviews and summarizing them with AI.
I want users to be able to paste a product name or a direct product link from places like Amazon, Flipkart, or Google Shopping, then the app should gather reviews, analyze them with Gemini, and show an easy summary. The results should include overall sentiment, key themes people mention, clear pros and cons, and a few sample positive and negative reviews. If scraping fails one way, try other methods so it still works as often as possible.
Make the site feel polished and modern, with a nice responsive design, smooth loading states, and friendly error messages. Include a Home page, an Analyze page, an About section, and a Contact form with validation, success or error feedback, and getform support with basic spam protection. Keep API keys in env vars and make sure it runs locally out of the box. If anything is unclear, check current docs online.
Want more depth? Deep Reverse