Hey Community 
Iām TC, the PM for Streamlit Community Cloud. Iād love to hear your thoughts on improvements youād like us to prioritize as we build out our upcoming roadmap.
Specificallyā¦ā¦
- What pain points are you having?
- What new features would you like to see?
- Any other feedback or thoughts?
Please share your thoughts in the comments below ā and Iāll join the conversation with you.
Thank you in advance! 
TC
Is there a way to send an email or create some centralized notification location if a deployed app hits an error or goes down?
For my app, sometimes users enter info that hits an error and I just rely on them to let me know what they entered so I can troubleshoot (if they even tell me they ran into the error).
Streamlit is continuously improving day by day. They do every possible thing for us to make our lives easy with Streamlit.
Thank you!
First of all, Iād like to compliment you on Streamlit Community Cloud. The user experience is, on the whole, great, and itās been very useful to me! However, since you asked, here is every āpain pointā Iāve experienced, in my personal priority order:
-
Resource limits: due to my particular use case, Iām semi-often hitting the 1 GiB RAM limit and my app is crashing. I would love to be able to pay you some money to raise this limit! But there doesnāt seem to be a way.
-
Itās difficult to get google account sign-in and st-copy-to-clipboard to work in streamlit. Although this issue is important to me, because I want those features, Iām not really sure why this is. It seems to be some combination of streamlit running in a iframe; streamlit rerunning several times when the page reloads, for no reason; adding custom html (streamlit.components.v1.html) resulting in a large empty block on the page if youāre just inserting some javascript (which should theoretically take up no space on the page; and for security reasons the browser doesnāt let websites load up your clipboard without first interacting with something (although maybe I can fix this using experimental_fragment now, or formsā¦)
-
When using github deployments, usually pushing to github updates the scc app, but sometimes the scc app does not refresh, and I have to manually reboot the app.
-
Itās impossible to make a scc url that has āstagingā in it, which I wanted to do, because I wanted a staging environment.
-
Itās impossible to deploy from multiple branches on the github repo, which I wanted to do (see āstagingā comment above)
-
There seems to be a bug where scc reruns my project code every 5 minutes, which in the past has kept some of the endpoints I talk to alive by mistake, quite expensively 
- is there a way for a dynamic display of data (live ticker data frame, map, controlled indefinite loop etc.) while the previous display gets removed? For example, a tradingview API data being shown as a data frame in 1-second intervals and only one row is displayed.
- As mentioned by Wyatt, I would also love a staging link.
- As mentioned by edsaac, a small CLI would be wonderful. I use (aider)[GitHub - paul-gauthier/aider: aider is AI pair programming in your terminal] and I was wondering how amazing it would be to, maybe, have something like that which can also notify you and do stuff.
Lastly, I must praise you guys, youāre doing great!