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
- Host: GitHub
- URL: https://github.com/brockstar299/Chat-Interface-framework
- Owner: brockstar299
- License: mit
- Created: 2024-10-26T17:36:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T01:53:26.000Z (over 1 year ago)
- Last Synced: 2025-01-03T02:35:50.852Z (over 1 year ago)
- Topics: chat-interface, customizable-framework
- Language: JavaScript
- Homepage: https://brockstar299.github.io/CHI-Chat-Interface-/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.