I am using ember for quite a few years now, but I have not looked into glimmer itself very much so far. I would like to make specific components of my ember app available to be used on other websites (like a player that can be used on other websites by pasting code that would load the necessary js files etc).
I am thinking about writing these components as glimmer components, so I will not necessarily need to load the whole ember runtime when being used outside of an ember app.
Are there any resources available on how to make certain parts of an app available to be used independently? Has anyone done something similar so far? What were your experiences?