mustafaaljadery / chat-ui

An open-source alternative to ChatGPT UI with useful additions like common prompts and more.

Home Page:https://chat.maxaljadery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat UI

Chat UI is an open-source alternative to the ChatGPT UI. It allows you to interact with the OpenAI api in an open-source environment.

This code shows you what you can do with streaming, and more. It also includes a list of some useful prompts that are pre-selected.

UI Image

Demo

chat.maxaljadery.com

Deployment

Dev

This will run the entire NextJS application.

npm install && npm run dev

Production

npm install && npm run build && npm run start

License

All code is under an MIT License.

About

An open-source alternative to ChatGPT UI with useful additions like common prompts and more.

https://chat.maxaljadery.com


Languages

Language:TypeScript 98.8%Language:JavaScript 1.1%Language:CSS 0.1%