Streamlit custom domain through GitHub Pages?

I have created a portfolio website alexverheecke.com through GitHub Pages and namecheap.
I now want to add my streamlit web application to my domain. Preferably as alexverheecke.com/streamlitapp but as a subdomain would work too (streamlitapp.alexverheecke.com).

I have read here that it is possible by iframing the app. My app repo has the index.html file however, I don’t really understand how to go from there.

1 Like

Howdy, @Alexander_Veheecke!
I don’t know if it helps, but when you want to iframe your app for custom domains, you may use ?embedded=true. So, after deploying on streamlit cloud, your iframe src should look like:

src='<your app link>/?embedded=true'

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.