We work with many people who are new to technology, and something like this is exactly what we are looking for to help walk our customers through our product. Amazing idea!
Launch HN: Cohere (YC S20) – Real-time user support for web apps
21–30 of 63 posts
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#221) What's the process to integrate this into an existing application?
2) I'm curious about your choice of branding. Your website & logo looks really clean -- was there anything in particular you guys discussed when deciding on brand colors, design of logo, and overall look & feel of your product?
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#23I didn't think this would be useful from the title, but the demo honestly blew me away. I've seen much more expensive applications that only handle read-only cursor playback, but handling real-time tab sharing is amazing.
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#24This looks really useful! I have two questions: 1) What's the process to integrate this into an existing application? 2) I'm curious about your choice of branding. Your website & logo looks really clean -- was there anything in particular you guys discussed when deciding on brand colors, design of logo, and overall look & feel of your product?
1) All you need to do is install our NPM module (or add a script tag to your website), and call Cohere.init when your app has launched. If you want to see logged in users identified in the dashboard, you can optionally pass their info in: https://docs.cohere.so/#/?id=optional-identifying-users
2) This isn't the most detailed answer, but we went off of gut feeling for the overall look and did the graphics/interfaces ourselves. The starting point was the initial shade of blue, and we played around quite a bit with variations on that hue. We ended up working with a design firm (Aesthetic S18) for the logo, which we're quite happy with!
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#25This is really clever. Just couldn't exist without the changes/standardization in browser technology that have happened in the past 1-2 years. Congrats, and really excited about the potential.
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#26Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#27Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#28Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#29If 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.
No changes should be needed! We wrote some gnarly stuff to make forwarding inputs work across a variety of frameworks. This includes a bunch of React-specific hacks to support the synthetic event system, and some locks to ensure that people can't override each other's scrolling or typing inputs.
Re: Launch HN: Cohere (YC S20) – Real-time user support for web apps
#30That's pretty cool (the GoToMyPC paradigm has been really successful for desktop app support). Did you end up using Caldera or move to LiveView for this?