How to integrate rasa with react website?

Hello there! I have created a Rasa chatbot using Botfront and I run it using the command:

rasa run -m models --enable-api --cors "*"

This is what my index.html looks like:

I have a react website and I would like to integrate this chatbot to my react website and then deploy the react website so that I can share the link with my friends. How do I do it? Thanks :slight_smile:

Follow the deployment instructions for Rasa OSS using either docker-compose or Kubernetes. Then change the socketUrl setting in botfront to the rasa OSS URL.

Can you please send me a link to the deployment instructions you said about? Thanks :wink: