Hosting Models online or CDN to embed models

I am working on a webpage using babylon js, i want to know if there is a webpage like sketchfab that you can use a link to pull the model from the page onto my own webpage and load it through the html canvas on my own web page

for this i am using Angular 18 with typescript

all i need is to know a place where i can store my models. maeby a database like azure or oracle and pull my model from those places instead of having it directly into my project

Welcome :tada:

AFAIK you can store any data on any HTTP server and also in doc.babylonjs features importers loadingFileTypes it seems you can use any URL (?) to load you model…