Streamlit app on personal website

Hello all!

I’m very sorry if this question has been asked before.

Is there a way to run a Streamlit app on a personal website like johndoe.com?

I would love to make some Streamlit apps that I can use as a portfolio online.

Thanks in advance

Are you asking about using a custom domain, or do you want to embed the Streamlit app in your website?

Preferably on my own website.

The other options is indeed something that does not end with .streamlit

If your app is hosted on Community Cloud, you’ll need to iframe or embed it. You can only control the subdomain of a Community Cloud app. However, you can host your app with another platform that does allow you to configure the domain (like a container on AWS, Azure, or GCP, for example).

You can run your streamlit app at home, and expose it with a reverse proxy tool like ngrok. With some plan$, you can use your own domain or sub domain.
It give the possibility to use integrated authentication. I made some tests, and if your are interested in, i can share code to get results of the authentication in your streamlit app :slightly_smiling_face:

1 Like