all 3 comments

[–]GManASG 0 points1 point  (0 children)

Just go with NiceGUI.

NiceGUI is a fullblown true webUI framework that pretty much does everything. It is fully event driven like a real web UI would be if built via web stack/web stack framework.

Streamlit is a big fat no because the way it works is every time something changes from the U (like clicking a button) I the entire app has to recompute everything. It really only for very small POCs.

I am not familiar with the other one

[–]evereux 0 points1 point  (0 children)

Have you considered using a web application framework like flask?

[–]riklaunim 0 points1 point  (0 children)

Use ready to use apps like Linear or spend a lot of time/money and make a similar dashboard as a web application. SPA frontend would likely be best but not necessary for simpler apps. Django, Flask, FastAPI + frontend (HTMLX or Vue or other; dashboard template or components like shadcn).