Can I Add a Front End UI WebPage for Rasa Chatbot?

Hi all,

Let’s say I have a working chatbot, and I want to deploy it for official use.

Am I able to integrate my Rasa chatbot, which currently works via command line & Rasa X, into my own custom webpage chat application?

If so, please let me know. Does Rasa provide any support with this?

Any help is greatly appreciated.

Thanks,

Ali.

Hi @alihejazi,

Are you talking about integrating rasa with custom front-end??

@prashant_kamble yes, pls let me know if you have any solutions.

Just program your own flask application with a main route to load the front end and a secondary route triggered whenever the user press enter or send button.

Yes. Or you can use an already existing chat widgets developed by our community members. You can find more info on the integration here in our docs.

Yeah @alihejazi,

You can use default rest channel for that. You just need to add rest: in your credentials.yml

@prashant_kamble @AlvaroMonteagudo @Juste Thank you all for your help