Morphic is an AI-powered search engine that combines traditional web search with generative AI to produce grounded, cited answers rendered through a dynamic user interface.
The tool addresses the limitation of standard search engines by integrating AI models with real-time web search results. When a user performs a search, Morphic retrieves current information from multiple search providers, passes it to an AI model for synthesis, and streams back a generative UI that renders rich inline components—source-credited images, grids, headings, and other structured elements—directly from a JSON specification rather than plain markdown. This approach grounds answers in actual search results while presenting them in a more interactive format. The system supports two search modes: Quick for straightforward queries and Adaptive for more complex reasoning tasks.
Morphic suits developers building search-centric applications or those wanting to explore generative UI patterns in production. The tool supports multiple AI providers including OpenAI, Anthropic, Google, Ollama, and OpenAI-compatible services, with dynamic provider detection so users can select their preferred model at runtime. Search can draw from Tavily, SearXNG, Brave, or Exa. For deployment, Docker Compose offers the simplest path, bundling PostgreSQL, Redis, and SearXNG so no external search API keys are required. The project includes optional features like chat history, user authentication via Supabase, file uploads, and shareable result URLs, though these require additional configuration.
Development activity shows consistent engagement with recent commits addressing core functionality and user-facing features. The codebase maintains active refinement of the generative UI rendering pipeline and model integration layer. Documentation is organized into separate guides for Docker deployment and configuration, indicating attention to onboarding different deployment scenarios. The project accepts external contributions through a formal contributing guide, suggesting openness to community involvement.