Hi guys, since any app with an audio element will have to start being developed / transpiled to work with Google or Alexa, I was wondering if anyone has any advice or links on working react browser apps into google actions or alexa skills. OR any information on how those ai apps crawl DOMS or something (or even if they do) - anyways I'm looking for all the information on these ai / ui designs that I can find. If you read, saw, studied, developed something I would really appreciate a share in a comment below for me to check out! (Especially if it uses React / MERN Stack)
A React app or whatever app developed for web/mobile doesn't fit in Voice "apps" experience. The only thing that (maybe) you can reuse is the same API that the mobile/web app uses to get/store data.
Voice Skills for Alexa or Actions for Google Home are a totally different experience for the user and for the developer.
For an Alexa skill you can complete this tutorial to understand the basics of the development of an Alexa skill. Understand the concepts of utterance, interaction model, etc. Study the code and build your own trivia
Then you can start using the framework from the company I work to build Alexa skills called Voxa. It's really easy to build Alexa skills and the project is in constant active development to keep up with the new Alexa features and soon you'll be able to use Voxa to build Google actions too.
Good luck.
Brandon
Frontend Developer
Here are some links to get you started with making an Alexa skill
developer.amazon.com/alexa
github.com/Donohue/alexa
tobuildsomething.com/2015/08/14/Amazon-Echo-Alexa…