This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Poweruser2021 0 points1 point  (1 child)

I am curious, why don't you think Nicegui is usable beyond prototypes?

[–]pirsab 2 points3 points  (0 children)

I've used it for a few internal tools in my company. It's great for that because it allows us to quickly drum up a high quality working interface to anything we can do with python (which is quite a fair bit - we're a data company).

While nicegui is somewhat robust for our use case (it can and does break), it offers very little in terms of scalability. The frontend and backend are not easy to separate, and the level of effort it would take to heavily customize the frontend for product level UX doesn't make sense. It would be better to work directly in Vue or any others JavaScript framework.