Wikipedia

Search results

Thursday, November 10, 2022

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) https://ift.tt/f3QPIVv

Show HN: Hstream – quick Python web apps (Streamlit alternative using htmx) I love Streamlit but have run into many situation where taking it from PoC to MVP state is insurmountable. With all the recent HN hype around htmx and sematic html / classless css I decided to build a Streamlit alternative using these on top of FastAPI. This has a couple advantages: 1) easier to extend when you move past PoC since the FastAPI app is exposed (allowing adding more routes) and hstream acts more like a typical web stack 2) with htmx and html (plus MVP.css) doing the heavy lifting the package is alot less complex and easier to reason about - and hopefully more performant eventually 3) html is simple, so using this we can give the user much more control around the look and feel, while falling back onto MVP.css (classless css) sane defaults. Would love to hear people's thoughts. https://ift.tt/Bw0eYND November 10, 2022 at 03:25PM

No comments:

Post a Comment