RawChat is a simple application that allows users to communicate in real-time using an overlay on OBS linked to Discord. Inspired by Cacabox's Livechat, demo available here.
Note
Demo is a live feed from OBS.
demo.mp4
To install and run RawChat locally, follow these steps:
-
Clone the repository:
git clone https://github.com/krz0001/rawchat.git cd rawchat
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your Discord bot token as BOT_TOKEN:touch .env
-
Start the development server:
npm start
Once the development server is running, you can access the application at http://localhost:3000
. Register a new account or log in with an existing account to start chatting.
Contributions are welcome! Please fork the repository and submit a pull request for any features, bug fixes, or enhancements.
This project is licensed under the MIT License. See the LICENSE file for details.