tbergman / morphic

An AI-powered answer engine with a generative UI

Home Page:https://morphic.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morphic

An AI-powered answer engine with a generative UI.

capture

πŸ” Overview

🧱 Stack

πŸš€ Quickstart

1. Fork and Clone repo

Fork the repo to your Github account, then run the following command to clone the repo:

git clone git@github.com:[YOUR_GITHUB_ACCOUNT]/morphic.git

2. Install dependencies

cd morphic
bun i

3. Fill out secrets

cp .env.local.example .env.local

Your .env.local file should look like this:

# Used to set the base URL path for OpenAI API requests.
# If you need to set a BASE URL, uncomment and set the following:
# OPENAI_API_BASE=

# Used to set the model for OpenAI API requests.
# If not set, the default is gpt-4-turbo.
# OPENAI_API_MODEL='gpt-4-turbo'

# OpenAI API key retrieved here: https://platform.openai.com/api-keys
OPENAI_API_KEY=[YOUR_OPENAI_API_KEY]

# Tavily API Key retrieved here: https://app.tavily.com/home
TAVILY_API_KEY=[YOUR_TAVILY_API_KEY]

Note: This project focuses on Generative UI and requires complex output from LLMs. Currently, it's assumed that the official OpenAI models will be used. Although it is possible to set up other models, if you use an OpenAI-compatible model, please do so at your own risk.

4. Run app locally

bun dev

You can now visit http://localhost:3000.

🌐 Deploy

Host your own live version of Morphic with Vercel.

Deploy with Vercel

About

An AI-powered answer engine with a generative UI

https://morphic.sh

License:Apache License 2.0


Languages

Language:TypeScript 96.9%Language:CSS 1.6%Language:JavaScript 1.2%Language:Dockerfile 0.3%