Aurelia webcomponents

I am also interested in the progress of the aurelia/web-components repo! It says it transforms Aurelia Components into standards-compliant Web Components. That’s exactly what I am looking for!

@fragsalat describes in his blogpost the other way around. How to use Webcomponents inside an Aurelia App.
And for Preact I need to have some kind of bootstrapper to handle the import and render calls. As stated on MDN

An existing Web Component can be used without writing code, simply by adding an import statement to an HTML page.

What is the Aurelia way for this? What is the roadmap for this repo? How can I participate?

I think the new aurelia.io site has used interesting features of aurelia, like Progressive Enhancement . Hopefully someone responds to my post https://discourse.aurelia.io/t/architecture-of-aurelia-io . I think this goes in the right direction. But Webcomponents would be even better I think.