How to create a simple and free chat app for a react website?

Hi there,

can someone recommend a tutorial to build a free chat app with react?

I need it for a remote startup company website, so that customers can directly get in contact with the company. The remote business doesn´t have any clients at the moment, so not a hugh budget, therfore the chat app should be free for at least 100 requests a month.

If someone writes a messge into the chat window on the website, the message should be forwarded to a whatsapp number. Can anyone recommend a tutorial or a way on how to integrate a chat app like this into a react app?

The design should be very simple, just a chat window and an input field, maybe name and email input and thats it, nothing complicated.

The chat window should look similar like this:

Screenshot 2022-01-22 at 20.21.36

I saw this introduction from freeCodeCamp on how to create a chat app, but when I see the prices for the pro plan (starting at 150$/month) I am not able to use this service.

https://www.freecodecamp.org/news/how-to-build-a-customer-support-live-chat-widget-with-react-ca228b3cea11/

Thank you for help!! :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.