Is there any Nodejs app manager

Hi all,

I am familiar with pyscript custom integration and appdaemon add-on, they enable users to come up with custom apps to get integrated with home assistant. Especially pyscript is limited to be working with home assistant (makes sense given that it is a custom integration) appdaemon can also work outside home assistant context as apps are initialized by add-on. (Add-on management can be part of supervisor or standalone docker). I am also aware of node red to some extent with limited experience.

Do we have a similar solution to develop and run nodejs applications? I want to write, deploy and run some nodejs apps next to home assistant inside a docker container (so question is generalized into any docker, not specific to home assistant but i feel like the knowledge here is broad enough).

The API connection between home assistant and nodejs is out of topic in this question.

Thanks