Ok, so this is a slightly different take to all the "apps" out there that are just fancy wrappers of some browser widget. It makes it incredibly easy to get started.<p>Or does it? Instead of the usual paradigms of desktop applications you now have to handle all the different ways that webapps are more complicated than desktop apps. Say, you need to have global state and need to track user interaction through page loads... Yes, JavaScript apps might make all that easier, but now I need to understand Python/Flask+HTML/CSS+JS and a little bit of Qt. With that level, I can just learn PyQt and things will be a lot faster and less of a headache to debug and maintain.<p>Don't get me wrong, I like the idea of making desktop application development easier. I just don't think introducing more moving parts is going to achieve that.