Spaces:
Sleeping
Sleeping
title: Deployment tutorials | |
slug: /deploy/tutorials | |
# Deployment tutorials | |
This sections contains step-by-step guides on how to deploy Streamlit apps to various cloud platforms and services. We have deployment guides for: | |
<DataSourcesContainer> | |
<DataSourcesCard href="/deploy/streamlit-community-cloud/get-started"> | |
<Image pure alt="screenshot" src="/images/deploy/streamlit-cloud.png" /> | |
<h5 align="center">Streamlit Community Cloud</h5> | |
</DataSourcesCard> | |
<DataSourcesCard href="/deploy/tutorials/docker"> | |
<Image pure alt="screenshot" src="/images/deploy/docker.png" /> | |
<h5 align="center">Docker</h5> | |
</DataSourcesCard> | |
<DataSourcesCard href="/deploy/tutorials/kubernetes"> | |
<Image pure alt="screenshot" src="/images/deploy/kubernetes.png" /> | |
<h5 align="center">Kubernetes</h5> | |
</DataSourcesCard> | |
</DataSourcesContainer> | |
While we work on official Streamlit deployment guides for other hosting providers, here are some user-submitted tutorials for different cloud services: | |
- [How to Deploy Streamlit to a Free **Amazon EC2** instance](https://towardsdatascience.com/how-to-deploy-a-streamlit-app-using-an-amazon-free-ec2-instance-416a41f69dc3), by Rahul Agarwal. | |
- [Host Streamlit on **Azure**](https://towardsdatascience.com/deploying-a-streamlit-web-app-with-azure-app-service-1f09a2159743), by Richard Peterson. | |
- [How to deploy Streamlit apps to **Google App Engine**](https://dev.to/whitphx/how-to-deploy-streamlit-apps-to-google-app-engine-407o), by [Yuichiro Tachibana (Tsuchiya)](https://discuss.streamlit.io/u/whitphx/summary). | |
- [Host Streamlit on **Heroku**](https://towardsdatascience.com/quickly-build-and-deploy-an-application-with-streamlit-988ca08c7e83), by Maarten Grootendorst. | |
- [Deploy Streamlit on **Ploomber Cloud**](https://docs.cloud.ploomber.io/en/latest/apps/streamlit.html), by Ido Michael. | |
- [Host Streamlit on **21YunBox**](https://www.21yunbox.com/docs/#/deploy-streamlit), by Toby Lei. | |
- [Community-supported deployment wiki](https://discuss.streamlit.io/t/streamlit-deployment-guide-wiki/5099). | |