No-code in the front, Python in the back. Streamsync.
<h1>The origins</h1>
<p>About a year ago, one of my colleagues introduced me to Streamlit. I thought it was a great concept, but far from masterfully executed. To prove a point, I quickly assembled a proof-of-concept using Python, Vue and WebSockets and wrote <a href="https://medium.com/@ramiromedina/like-streamlit-but-fast-enabling-low-latency-data-apps-948b95b098a2" rel="noopener">a Medium article</a> about it. The mechanics were similar to Streamlit’s, but it was much faster.</p>
<p>I didn’t intend to compete against Streamlit — I just wanted to push things forward. On my quest for faster data apps, I also profiled Streamlit’s code and suggested the improvements that would become their <code>faster_reruns</code> feature.</p>
<p><a href="https://medium.com/@ramiromedina/streamsync-like-streamlit-but-faster-and-with-a-visual-ui-editor-9f98ad17adf"><strong>Read More</strong></a></p>