An institute project with local retailers: put a Double Robotics telepresence robot on the shop floor and let a customer drive it from a browser. Not a webcam and not a catalogue. The point was that the shopkeeper serves a person who happens to be remote, and that person can look at what they want to look at.
The hard part is that it has to work from a browser, over the public internet, in a shop's network. That means WebRTC end to end: STUN and TURN servers for the connections that won't go peer-to-peer, a signalling layer to introduce the two sides, and a media path that survives a retail wifi connection.
I did the equipment research that chose the platform, built the signalling server, and wrote the two Svelte applications either side of the call, one for the customer and one for the shop, with the shop able to pick which waiting customer to take. I also wrote and maintained the store installation guide, which is the document that made the difference between a demo and something a shopkeeper could actually be handed.
It ran in real shops in the canton, not just the lab.