Compose Web operates directly on the DOM, it doesn’t use a virtual DOM + diff patching like React. I don’t think it can be used outside of a browser environment, though you might be able to use an emulated/headless environment like JS test frameworks do