# Deploy Morphic with Easypanel

URL: /templates/morphic

Morphic is an AI-powered search and answer engine that combines the power of multiple AI models with real-time web search capabilities. It provides intelligent answers to user queries by leveraging various AI providers including OpenAI, Anthropic, Google, and Groq, while using SearxNG for privacy-focused web search. Morphic offers a conversational interface that delivers comprehensive, well-sourced answers with citations and follow-up questions, making it an excellent alternative to traditional search engines.

## Benefits

### Multi-Model AI Support

Access multiple AI providers including OpenAI, Anthropic, Google, and Groq for diverse AI capabilities and model selection.

### Privacy-Focused Search

Integrated SearxNG search engine ensures private web search without tracking or data collection from search providers.

### Intelligent Responses

Get comprehensive answers with proper citations, sources, and follow-up questions for deeper exploration of topics.

### Real-Time Information

Combine AI knowledge with real-time web search results for up-to-date and accurate information on current events and topics.

## Features

### Conversational Interface

Chat-based interface that provides natural language interactions with AI models for intuitive question-and-answer sessions.

### Source Citations

All responses include proper citations and links to sources, ensuring transparency and enabling fact verification.

### Follow-Up Questions

AI-generated follow-up questions help users explore topics more deeply and discover related information automatically.

### Multiple AI Providers

Choose from various AI models and providers based on your needs, with support for the latest language models from major providers.

## Configuration

- `appServiceName` (App Service Name, required): morphic

- `appServiceImage` (App Service Image, required): ghcr.io/miurla/morphic:e4fd78357afc685db17e6c27404b9728b3205624 — Morphic Docker image

- `searxngServiceImage` (SearxNG Service Image, required): searxng/searxng:2026.5.17-d7e8b7cd1 — SearxNG Docker image

- `openaiApiKey` (OpenAI API Key): Set during installation — Optional OpenAI API key for GPT models

- `anthropicApiKey` (Anthropic API Key): Set during installation — Optional Anthropic API key for Claude models

- `googleApiKey` (Google Generative AI API Key): Set during installation — Optional Google API key for Gemini models

- `groqApiKey` (Groq API Key): Set during installation — Optional Groq API key for fast inference

## Services

- morphic-redis: redis

- morphic-searxng: app (searxng/searxng:2026.5.17-d7e8b7cd1)

- morphic: app (ghcr.io/miurla/morphic:e4fd78357afc685db17e6c27404b9728b3205624)

## Resources

- [GitHub](https://github.com/miurla/morphic)

- [Documentation](https://github.com/miurla/morphic#readme)

- [Demo](https://morphic.sh)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/morphic)