Skip to content
forked from douvy/ChatGM

ChatGM is a visually attractive AI-powered writing assistant that uses GPT language models. ChatGM also offers real-time collaboration features to enhance the experience of creating content together

Notifications You must be signed in to change notification settings

jbenjamink/ChatGM

 
 

Repository files navigation

ChatGM: ChatGPT UI

A clean and customizable user interface for interacting with ChatGPT, designed for ease of use and extensibility.

Features

  • Responsive and visually appealing chat interface
  • User-friendly input and message display
  • Easily extensible for the addition of custom components and features

Getting Started

To run the development server:

npm install & npx prisma generate && npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

To do a Prisma migration, run 'npx prisma migrate dev --name [migration_name]' To regenerate the Prisma client library, run 'npx prisma generate'

To run this app as an Electron app, just run the app as usual and then in another terminal navigate to the chatgm-electron folder and run 'electron main' after an npm install there

About

ChatGM is a visually attractive AI-powered writing assistant that uses GPT language models. ChatGM also offers real-time collaboration features to enhance the experience of creating content together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.4%
  • TypeScript 27.2%
  • HTML 8.5%
  • CSS 5.9%
  • Other 1.0%