
Related Templates
Upstash Vector + Vercel AI SDK Starter

Chatbot

Pinecone - Vercel AI SDK Starter





The quickest way to run Morphic locally:
docker pull ghcr.io/miurla/morphic:latest
Then set up with Docker Compose:
git clone https://github.com/miurla/morphic.gitcd morphiccp .env.local.example .env.local
.env.local and set at least one AI provider API key:OPENAI_API_KEY=your_openai_key
See supported providers for other options (Anthropic, Google, Ollama, Vercel AI Gateway).
docker compose up -d
Docker Compose starts PostgreSQL, Redis, SearXNG, and Morphic automatically. No additional search API key is needed — SearXNG is included.
See the Docker Guide for more options including building from source and file upload configuration.
git clone https://github.com/miurla/morphic.gitcd morphicbun install
cp .env.local.example .env.local
Edit .env.local and set your API keys:
OPENAI_API_KEY=your_openai_keyTAVILY_API_KEY=your_tavily_key
To enable chat history, authentication, file upload, and other features, see CONFIGURATION.md.
bun dev
Visit http://localhost:3000.
We welcome contributions! Please see our Contributing Guide [blocked] for details on how to get started, including local development setup.
This project is licensed under the Apache License 2.0 - see the LICENSE [blocked] file for details.