Show HN: Add Siri Like Native AI Assistants to Any React/JS App(github.com)
github.com
Show HN: Add Siri Like Native AI Assistants to Any React/JS App
https://github.com/SugarAI-HQ/CopilotOne
15 comments
It can work both with html or even the user data in json/array in React/Angular kind of applications.
Feeding the whole page doesnot always make sense, it can have repetitive menu, and layout stuff. It give developer control on what they want to feed to the prompt. End of the day everything have a cost attached, this will help optimise cost to the last mile.
Give it a try, would love some feedback.
Feeding the whole page doesnot always make sense, it can have repetitive menu, and layout stuff. It give developer control on what they want to feed to the prompt. End of the day everything have a cost attached, this will help optimise cost to the last mile.
Give it a try, would love some feedback.
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.
[deleted]
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.
Can you share some more use cases you've seen it working?
I have tried to create a Assistant for Stock Broking Website Zerodha - https://www.youtube.com/watch?v=uO00l0NnLvs
Happy to get any feedback.
Happy to get any feedback.
Super cool, I would love to use this!
Looks good !!
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
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.
Also love that it has both backend source code and a service available