Live data from Hacker News

Show HN: Add Siri Like Native AI Assistants to Any React/JS App

github.com

11–16 of 16 posts

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#12

What does it mean to have a native ai assistant? Is it like Siri on my iPhone while Google assistant would count as non-native?

It deeply integration with inAPP, and have native Functions and Backend APIs. It can perform InApp UI/UX workflows based on user query. A lot of AI assistants are just chatbots which are working in completely isolated thread.

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#13

do you have a demo to try without building it first

youtube - https://www.youtube.com/watch?v=gYynr1xRLeU Live Link - https://demo.sugarai.dev/todo

Looks great. Had an issue getting it to work though. iPhone, microphone and speech recognition enabled. Says it adds to the list, but the list not changing. Any ideas?

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#15

Can you explain in detail how AI triggers the action of executing developer registration? I'm a bit curious

In code various functions are registered with their function and parameter definition. Based on text/voice based query, the framework uses OpenAI function calling to invoke the right function.

Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App

#16
post #13

Earlier quoted context omitted.

youtube - https://www.youtube.com/watch?v=gYynr1xRLeU Live Link - https://demo.sugarai.dev/todo

Looks great. Had an issue getting it to work though. iPhone, microphone and speech recognition enabled. Says it adds to the list, but the list not changing. Any ideas?

We have released some fixes, give it a try. If not working, if possible share a video link.
Post reply on HN