Frontend component for mobile application

Hi Community!

I wanted to know how you guys integrate your chatbot into your mobile application? Is there any opensource component that I could reuse in my App?

Any ideas are most welcome (especially for Android platform).

Thanks :slightly_smiling_face:

Unfortunately I don’t know of such a component but I’m also wondering if you even need one. With the REST or websocket channels it should be fairly easy to hook up your applications.

1 Like

You could integrate botfront’s js implementation into your app or just do it manually using rest input channel like @Tobias_Wochinger already suggested. For that, you just have to implement a wget https request in your app, which will receive a json response with all the data you need to implement into your own frontend

1 Like

Thanks @Tobias_Wochinger and @noran for your inputs. I’ll look into it. :blush: