tiekoettercom/searxng — reverse-engineered prompt
Reverse engineered prompt
Build me a privacy focused metasearch engine like SearXNG. I want a simple website where someone types a search, the app asks multiple search services and databases for results, then shows the combined results in one clean page.
The important part is privacy. Don’t track users, don’t build profiles, don’t keep search history, and don’t add anything that feels like ads or analytics. Make it easy for an admin to turn search sources on or off and adjust basic settings without editing lots of code.
Please set up the Python project so it can run locally and also be deployed on a small server. Include clear setup steps, sensible default configuration, and enough tests to show the main search flow works. Keep the interface lightweight and fast. Look up the current SearXNG docs online if you need to match the expected behavior.
Want more depth? Deep Reverse