brunostjohn/perplexideez ? reverse-engineered prompt
Reverse engineered prompt
Build me a self hosted AI search app like Perplexity, but for my own server.
I want users to be able to ask a question, have it search the web through SearXNG, then answer with clear source citations so I can click back to the original pages. It should also suggest a few follow up questions after each answer, let people save searches as favorites, and keep each user’s data separate.
Please include multi user support with sign in, and make it work with SSO if possible. I also want simple sharing links for searches, with controls for making a link public, private, or requiring sign in, plus nice looking embeds when I paste a shared link somewhere else.
Use Postgres for storage, and support either Ollama or an OpenAI compatible API for the AI models. Make it easy to run in Docker with example environment settings, and keep the app friendly for self hosting and rootless deployment. If you need to check current docs for any of the services, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit