Render MDL material and deploy on an app

Hello,
Can someone tell me what is the best way to render mdl files inside a web application(built in JavaScript)? Are there tutorials/guides I can follow for your suggested method? Do I need to use the MDL SDK? Can I use widgets from Substance/Autodesk, …?
Thanks!

https://medulr.com/home
uses a service calld realityserver https://www.migenius.com/products/realityserver/overview to render the images

If you want webgl, you can use the MDL SDK to distill the materials and bake out textures for use with any pbr renderer . You could implement a webservice to do that. the SDK comes with a GLSL example that you could modify