perplexideez
Basic Information
Perplexideez is a self-hosted, AI-powered web search application intended to replicate and extend Perplexity-style search while integrating with other self-hosted services and supporting multiple users. The app uses a Postgres database for storage and can connect to either Ollama or OpenAI-compatible LLM endpoints. It performs web searches via a SearXNG instance and surfaces LLM-generated summaries with explicit source annotations so users can inspect where conclusions came from. The project supplies container images for the app and a migration utility, example Docker Compose files, Kubernetes manifest guidance, and a .env-driven configuration for SSO, AI provider selection, model mapping, and deployment settings. The repo includes local development steps, database migration commands, and a built stack using SvelteKit, Tailwind, tRPC, Prisma, AuthJS, TanStack Query, and Langchain.