🔎

Morphic

Open Source
AI Apps

Open-source AI answer engine with a generative UI — a Perplexity-style search experience built on Next.js and the Vercel AI SDK, with pluggable search providers (Tavily, SearXNG, Exa), model switching, and chat history.

Catalogued August 4, 2026 · Curated by Boilerplates Directory team
Open Source
Free
nextjs
Verified Live
Stack & tags
nextjsai-sdkragsearchopen-sourcegenerative-uitypescript

Why we recommend Morphic

Morphic is one of the best open starting points for the 'AI search / answer engine' product shape that Perplexity made mainstream: ask a question, watch it search the web, and get a streamed, cited answer with follow-ups — implemented with the Vercel AI SDK's generative UI so the model's tool calls render as real interface components, not text. It abstracts the retrieval layer behind pluggable providers (Tavily, Exa, or self-hosted SearXNG for zero-API-cost search) and supports multiple LLM backends including Ollama for local models. Reading it teaches the RAG-over-live-web pattern; forking it gives you a working vertical search product to specialize.

Best use cases

Best for: developers building domain-specific answer engines (legal, docs, e-commerce search), teams prototyping RAG products who want retrieval + streaming + citation UI pre-assembled, and self-hosters who want a private Perplexity on SearXNG + Ollama.

Honest limitations

Not for: turnkey commercial deployment — no billing, quotas or abuse protection, and web-search API costs (or SearXNG ops) plus LLM costs are immediately yours. Answer quality is bounded by the search provider you plug in. Primarily one maintainer plus community; expect to own hard bugs yourself.

Are you the maker of Morphic? Claim this listing →

More in AI Apps