Quickstart
This is a concise set of steps to create your Streamlit Community Cloud account, deploy a sample app, and start editing it with GitHub Codespaces. For other options and complete explanations, start with Create your account.
You will be signing in to your Google and GitHub accounts during this process. If you do not already have these accounts, you can create them before you begin. If you do not want to use a Google account, you can create your account with any email.
Sign up for Streamlit Community Cloud
- Go to share.streamlit.io/signup.
- Click “Continue with Google”.
<div style=>
</div>
- Enter your Google credentials and follow Google’s authentication prompts.
- After authenticating with Google, click “Connect GitHub account”.
<div style=>
</div>
- Enter your GitHub credentials and follow GitHub’s authentication prompts.
- Click “Authorize streamlit”.
<div style=>
</div>
- To finish, fill in your information and click “Continue” at the bottom of the screen.
<div style=>
</div>
- You will be taken to your Streamlit workspace. If you see a warning icon (<i style= className=>warning</i>) next to “Settings” in the upper-right corner, this will be addressed in the next steps.
<div style=>
</div>
Create a new app with GitHub Codespaces
- Click the down arrow (<i style= className=>expand_more</i>) to expand the options under “New App”.
<div style=>
</div>
- Click “Create new app with GitHub Codespaces”.
<div style=>
</div>
- You will be prompted that “Streamlit is requesting additional permissions”. Click “Authorize streamlit”.
<div style=>
</div>
- The Streamlit Hello repository will be forked to your GitHub account. Fill in a repository name and click “Create!”
<div style=>
</div>
- Click “Create new codespace” to confirm the creation of a codespace on your GitHub account. Read more about GitHub Codespaces the learn about monthly limits for free use and paid plans.
<div style=>
</div>
- Wait for GitHub to set up your codespace.
<div style=>
</div>
- GitHub will automatically execute the commands to launch your Streamlit app within your codespace. Your app will be visible in a “Simple Browser” on the right. This may take a minute to complete from when your codespace first appears on screen.
<div style=>
</div>
Edit your app in GitHub Codespaces
- Go to the app’s main file (
Hello.py
) and add some text to the title inst.write()
. Try typing “:balloon:” at the beginning.
<div style=>
</div>
- Files are automatically saved in your codespace with each edit. Click “Always rerun” in the upper-right corner of your app to automatically rerun with each edit.
<div style=>
</div>
- See your edits and keep going!
<div style=>
</div>
Stop or delete your codespace
When you are done, remember to stop your codespace on GitHub to avoid any undesired use of your capacity.
- Go to github.com/codespaces. At the bottom of the page, all your codespaces are listed. Click the overflow menu icon (<i style= className=>more_horiz</i>) for your codespace.
<div style=>
</div>
Click “Stop codespace” if you’d like to return to your work later. Otherwise, click “Delete.”
<div style=> </div> <div style=> </div> Congratulations! You just deployed an app to Streamlit Community Cloud. 🎉 Head back to your workspace at share.streamlit.io/ and deploy another Streamlit app.
<div style=>
</div>