flâneur — a map of the web's best reading

Host your Streamlit app for free

blog.streamlit.io · saved by 1 readers

If you have a Streamlit app but don’t want to pay a monthly fee to host it on a commercial cloud platform, one option is to migrate it to Streamlit Community Cloud. It’s FREE! In this post, I’ll show you how to build a demo app and deploy it to Community Cloud step-by-step: Can’t wait to see it in action? Here's the demo app and the repo code. But before we get to the fun stuff, let’s talk about… Deploying your apps to the internet allows users to access them from a web browser—without having to set up a coding environment and installing dependencies. You have two options: The first option gives you full control. You can set up everything locally. But it can take time—for both the setup and the maintenance (like keeping OS up-to-date, etc.). The second option is the simplest. Just push your app to GitHub. If it’s properly configured with a cloud platform, it’ll automatically update your code changes. Here’s why you might want to use Community Cloud to host your apps: First, let’s make

Explore this link on the map →

saved by