Settings

Theme

Show HN: Hstream – write Streamlit, ejcct to Django and Htmx

github.com

1 points by conradbez 2 years ago · 0 comments · 1 min read

Reader

I love Streamlit, but I've often found it insurmountable to transition from a Proof of Concept to MVP

I've release a new version of the previously loved HStream [1]. This update introduces an eject command, which generates Django source code from your hstream apps. You can run this code immediately and gradually integrate custom Django functionalities.

The other advantages of HStream is:

1) easier to extend when you move past PoC since hstream acts more like a typical web stack

2) with htmx at the core hstream is much less complex than alternative. This simplicity aids in performance and extensibility, making it easier to develop packages on top.

3) html is simple, so using this we can give the user much more control around the look and feel, while falling back onto pico.css (classless css) sane defaults.

Would love to hear people's thoughts.

[1] https://news.ycombinator.com/item?id=33547813

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection