Skip to content

Chat webapp frontend to OpenAI's API with similar features to ChatGPT. Written in React, TailwindCSS, and Typescript..

License

Notifications You must be signed in to change notification settings

elebitzero/openai-react-chat

Repository files navigation

OpenAI React Chat Web Application

This project provides a web frontend for the OpenAI chat API. This project is for developers or advanced users that are familiar with OpenAI ChatGPT but want to customize the web interface.

Goals

See FEATURES.md for details.

Preview

chat-demo-02042024

Requirements

Setup

  1. Clone the repository.
git clone https://github.com/elebitzero/openai-react-chat.git
  1. Copy env.json to local.env.json and change 'your-api-key-here' to your OpenAI Key
  2. Build & Run the web server
npm install
npm run start

The local website http://localhost:3000/ should open in your browser.

Contributions

All contributions are welcome. Feel free to open an issue or create a pull request.

About

Chat webapp frontend to OpenAI's API with similar features to ChatGPT. Written in React, TailwindCSS, and Typescript..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages