kxhitijkumar/FreshQuery — reverse-engineered prompt

Reverse engineered prompt

Build me a local app called FreshQuery that answers questions using live web research instead of a stale knowledge base. I want to type a question into a simple browser UI and see the answer stream in right away, while a side panel shows the sources it found so I can verify them myself.

The app should search the web on demand, open a handful of relevant pages, pull out the useful text, and use that to generate an answer grounded in what is true right now. Please make it aware of the current date and time so questions about today, yesterday, or recent news make sense. If different sites disagree, have it compare multiple sources and lean toward the fact that shows up most often, while giving a bit more weight to higher ranked results and newer info.

Keep everything temporary in memory for privacy, no saved index. It should run locally with a backend and a simple UI. Please wire up the setup so I can start it easily, and look up current docs online if you need to.

Want more depth? Deep Reverse