Pretty amazing demo
Launch HN: Cohere (YC S20) – Real-time user support for web apps
11–20 of 63 posts
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#12I didn't find the demo very easily but here it is for others[1]. Pretty amazing demo 1- https://cohere.so/demo
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#13Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#14There are also accessibility issues, on both sides of the connection. For example, if the person providing support is blind, image-based screen sharing is completely unusable; they would have to ask the customer to run a screen reader and share audio (or more likely, they just wouldn't be able to get a job providing remote support in the first place, even if they're technically proficient). If the person receiving support is blind, or has some other disability, it may be challenging for them to get the person providing support to give them instructions that work for them.
In principle, this DOM-sharing approach could solve these problems. Implementing a shared cursor in an accessible way could be an interesting challenge though.
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#15That reads awesome! Will sure try it now!
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#16Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#17Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#18> Pointing things out over Zoom screenshare is highly time consuming ("click the 4th checkbox on the right", "click the handle and drag") There are also accessibility issues, on both sides of the connection. For example, if the person providing support is blind, image-based screen sharing is completely unusable; they would have to ask the customer to run a screen reader and share audio (or more likely, they just woul…
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#19Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#20If you want to make your app respond to clicks etc. , do you have to add anything to the jsx? I'm curious how interaction works. This is very cool btw, at first I was imagining you're server signaling WebRTC sessions between people.