An open API service indexing awesome lists of open source software.

https://github.com/brockstar299/Chat-Interface-framework

A lightweight framework for building customizable chat interfaces
https://github.com/brockstar299/Chat-Interface-framework

chat-interface customizable-framework

Last synced: 7 months ago
JSON representation

A lightweight framework for building customizable chat interfaces

Awesome Lists containing this project

README

          

# Chat Interface framework

## Overview

The Chat Interface framework provides a simple and flexible chat interface that can be integrated with AI or custom message handling.

## Project Structure

- **`chi.css`**: Styles for the chat interface.
- **`chi.js`**: JavaScript logic for chat functionality.
- **`index.html`**: The main HTML file to run the chat interface.

## Setup Instructions

1. Create a folder named `chi-framework`.
2. Inside this folder, create the files (`chi.css`, `chi.js`, `index.html`) with the corresponding code.
3. Open `index.html` in your web browser to see the chat interface in action.

## Customization

You can customize the behavior of the chat interface by modifying the `onMessageSend` function in `index.html`.

## License

This project is licensed under the MIT License - see the LICENSE file for details.