I have a client who asks for some examples of production sites using LiveView. I can provide couple of examples of apps we built for our clients, but maybe you folks can suggest some publicly available production apps I can share with them?
The apps I can share with them are both behind a login, and there are many examples like that where a piece of back-end was built with LiveView on top of existing app, but I would be interested in seeing something that they can click through not necessarily becoming administrator / paid member of some service. Any examples you know of?
Are you sure about the cars.com website? Poking at the homepage source code it looks like a React SPA. On some other pages I’ve found some Angular directives. There’s no websocket connection established either.
My project Rocket Validator uses LiveView currently in 2 places: summary reports (you need an account for that but there’s a free trial), and the pricing page (for the weekly/monthly/yearly switchers).