File size: 1,208 Bytes
746d2f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
title: Deploy
slug: /deploy
---

# Deploy

Get all the information you need to deploy your app and share it with your users.

<InlineCalloutContainer>
    <InlineCallout
        color="lightBlue-70"
        icon="book"
        bold="Concepts."
        href="/deploy/concepts"
    >Understand the basics of app deployment.</InlineCallout>
    <InlineCallout
        color="lightBlue-70"
        icon="cloud"
        bold="Streamlit Community Cloud."
        href="/deploy/streamlit-community-cloud"
    >Deploy your app on our free platform and join a community of developers who share their apps around the world.</InlineCallout>
    <InlineCallout
        color="lightBlue-70"
        icon="ac_unit"
        bold="Streamlit in Snowflake"
        href="https://docs.snowflake.com/developer-guide/streamlit/about-streamlit"
    >Deploy your app in Snowflake for a secure, enterprise-grade environment.</InlineCallout>
    <InlineCallout
        color="lightBlue-70"
        icon="bolt"
        bold="Other platforms."
        href="/develop/quick-reference"
    >Learn how to deploy your app on a variety of platforms with our convenient collection of tutorials.</InlineCallout>
</InlineCalloutContainer>