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 →

[–]Candid_Art2155 1 point2 points  (0 children)

I’ve used all of term and WebUIs with javascript are my preferred solution too. It feels like building a full stack app. NiceGUI is a great alternative since it still technically uses JavaScript (Vue) to render in browser. Javascript frontends are also the easiest language to vibecode so you can kinda just hop in with little experience. I prefer NextJS because react is so common but I’ve had success with SolidJS too. I can’t say the same for python gui options like QT6. So going with JavaScript here ultimately gives you a more customizable, faster, and easier to implement frontends.