Implement voice assistant seemlessly in your website without any complicated code. Just add the component and create a JSON data model
<link href="https://syncmi.github.io/aurora/aurora.css" rel="stylesheet"> <script defer src="https://syncmi.github.io/aurora/aurora.js"></script>
Add the Above Aurora Script CDN's at the end of Head Tag(CSS is Optional)
Refer the above link for the sample Data model... Create and store it as data.json in your website folder. Then Link it as follows.
<script type="text/javascript" src="data.json"></script> <link href="https://syncmi.github.io/aurora/aurora.css" rel="stylesheet"> <script defer src="https://syncmi.github.io/aurora/aurora.js"></script>
Get to know the source code