Train your rasa with self-made Website

Hello everyone I want to ask a question.

Is it possible to create a ReactJS website for purpose to train the rasa model? Like adding new intent, action, changing policy and train the model just with the website only so it can be configured dynamically

If it is, can I ask for a reference or a tutorial so i can learn. Thankyou

Rasa is a python app so it cannot run in the browser.

So rasa cannot be integrated into a website?

I know it is a python app but is it posible to change the intent or train the model through my website with API call?

What i meant is, i want to create like rasa X

You can read about integrating rasa with your website in the docs.

Yes, there is an API to train the model. The docs are here.