/chatgpt-artifacts

Bring Claude's Artifacts feature to ChatGPT

Primary LanguageJavaScript

chatgpt-artificats

Bring Claude's Artifacts feature to ChatGPT

Preview

Usage

Clone this repository

git clone https://github.com/ozgrozer/chatgpt-artifacts.git

Install dependencies

npm install

Duplicate .env.example as .env and add your OPEN AI API key

cp .env.example .env
vim .env

Build the app

npm run build

Start the app

npm start