Show HN: Add Siri Like Native AI Assistants to Any React/JS App
1–10 of 16 posts
Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#2Also love that it has both backend source code and a service available
Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#3This looks interesting. If I’m understanding, it takes the raw html elements of a page and saves them into a RAG? Is this because feeding the whole page into an LLM prompt would be bigger than the content window? Also love that it has both backend source code and a service available
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.
Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#4Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#5do you have a demo to try without building it first
Live Link - https://demo.sugarai.dev/todo
Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#6Re: Show HN: Add Siri Like Native AI Assistants to Any React/JS App
#7Can you share some more use cases you've seen it working?
Happy to get any feedback.