A Simple React based chat component designed to use with external services via Rest APIs.
Please note that this repository is under development. New updates are coming with the following:
- External configuration (.env)
- Message update from APIs
- Waiting for long-time requests (Google Function -> OpenAI)
- Message Polling (Rest API and Firebase)
- Pub/Sub Support/Subscription
The current stage is considered a (UI/UX)/POC Build
npm install
npm run build
npm run start
You can find the main QuickChatComponent in ./src/components/QuickChatComponent.tsx
There are many ways to contribute to Quick Chat API Client.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Contribute bug fixes.