StimulusReflex
Build reactive applications with the Rails tooling you already know
...It connects Stimulus controllers, Rails server-side actions, Action Cable, and CableReady to respond to user interactions over WebSockets. When a user clicks, types, submits, or triggers another event, the server processes the action and sends DOM updates back to the browser. This lets developers keep validation, persistence, authorization, and state changes close to their existing Rails code. The project is useful for dashboards, forms, admin tools, collaborative interfaces, and dynamic Rails applications that need fast updates with less JavaScript. ...