File size: 1,758 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
37
---
title: Get started with Streamlit Community Cloud
slug: /deploy/streamlit-community-cloud/get-started
---

# Get started with Streamlit Community Cloud

Welcome to Streamlit Community Cloud, where you can share your Streamlit apps with the world! Whether you've already created your first Streamlit app or you're just getting started, you're in the right place.

First things first, you need to create your Streamlit Community Cloud account to start deploying apps.

<TileContainer>
    <Tile
        icon="rocket_launch"
        title="Quickstart"
        text="Create your account and deploy an example app as fast as possible. Jump right into coding with GitHub Codespaces."
        link="/deploy/streamlit-community-cloud/get-started"
        background="lightBlue-70"
    />
    <Tile
        icon="person"
        title="Create your account"
        text="See all the options and get complete explanations as you create your Streamlit Community Cloud account."
        link="/deploy/streamlit-community-cloud/get-started/create-your-account"
        background="lightBlue-70"
    />
    <Tile
        icon="security"
        title="Trust and Security"
        text="Security first! If you want to read up on how we handle your data before you get started, we've got you covered."
        link="streamlit-community-cloud/get-started/trust-and-security"
        background="lightBlue-70"
    />
</TileContainer>

If you're looking for help to build your first Streamlit app, read our [Get started](/get-started) docs for the Streamlit library. If you want to fork an app and start with an example, check out our <a href="https://streamlit.io/gallery" target="_blank">App gallery</a>. Either way, it only takes a few minutes to create your first app.