Skip to content

NickSaulnier/chatui

Repository files navigation

chatui

This is a minimal ChatUI project. Its intended purpose is to facilitate the process of building AI chatbots, providing components that are easily customizable and simple to use.

Example UI:

drawing

TODO

  • Make Rename usable
  • Create UI for creating and managing conversations
    • Remove mock data
    • Make delete usable (requires db)
  • Fix chat window scroll to be full width
  • Consider any refactors that will make the project/components/styling more general. This might involve moving some code to an examples folder, adding the package to npm, and testing with an npm install.
    • Move all context calls out of components I want to make generic and convert to props
  • Add githooks, lock down main branch
  • Add documentation where it is needed
  • Add some jest tests

Longer Term:

  • Customize and add features to text input/text display?
    • Code blocks, syntax highlighting, etc.
  • Look into creating a parallel React Native project, or make a PWA

Available Scripts

In the project directory, you can run:

yarn start or yarn dev

Runs the app in the development mode.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.