Skip to content

SubframeApp/subframe-ai-chat-example

Repository files navigation

Overview

A simple AI chat app built with Subframe using the following:

Use this as a starting point for your project or continue editing the UI in Subframe.

Getting Started

  1. Download or clone this repo and install the dependencies:
npm install
  1. Replace the OpenAI API key with your own in the .env file:
export OPENAI_API_KEY=your-api-key
  1. Run the project:
npm run dev