Replace .streamlit.app with domain name

Hi all,

I’m currently working on a project with streamlit cloud. I want to deploy my app on streamlit cloud but would like to use another URL instead of the .streamlit.app. Is this possible with streamlit cloud?

If not, what other options are there?

Kind regards,
Jens

We don’t have direct access to set vanity urls other than specifying a subdomain to streamlit.app.

However, if you are ok with losing verified security of the connection, you can use a masked redirect or a frame. You may need to append ?embed=True to the end of your app url in both cases.

3 Likes