I built a branching conversational LLM chat utility using streamlit in a weekend having never used it before.<p>I don’t do much with UI’s so I can’t compare, but it was fairly simple and nice to work with. I wish there was a similar toolkit for Go.
Streamlit and Shiny for Python are both great for cranking out simple UI's for basic use cases, especially where there is a tie-in with something data or machine learning related.<p>A typical workflow could be for a team to prototype in one of these tools, get feedback, but at some point they eventually get rebuilt as a proper webapp. I would love to see these tools evolve to not require that total rebuild. Maybe they could add the capability to export to React or Angular. Then that could be used as a starting point for converting that into a proper webapp.