Live data from Hacker News

Ask HN: Anyone making a living off of desktop applications?

news.ycombinator.com

11–20 of 201 posts

Re: Ask HN: Anyone making a living off of desktop applications?

#11
post #7

I make living off desktop app in construction industry. The app is 21 years old and is still written in Delphi 5. I still actively maintaining it and it runs fairly well on modern Windows OSes, but there were some low level problems in recent years. We are team of two: I am sole developer and there is another person doing sales, support, training and all the rest of stuff.

What are the low level problems you have been running into?

Re: Ask HN: Anyone making a living off of desktop applications?

#13
Yes, I am thriving with a niche C++/Win32 graphics app. Web apps are a long way from having the responsiveness and control of a desktop app.

Do you really think users will be doing Photoshop and AutoCAD in a browser? No matter if you have a fibre op connection, the lag is always there.

Recently the main player in this domain moved to Web apps. There was an overwhelming protest from its customers, who insisted they prefer the desktop version.

Re: Ask HN: Anyone making a living off of desktop applications?

#14
Oh, the future. The land of what ifs. Listen, you described your market already. Non technical people go to Google and type in facebook.com. A simple desktop app that they can just click will do. Still worried about future proofing it? Put it inside a webview and move on.

Re: Ask HN: Anyone making a living off of desktop applications?

#15
There are many ways you can actually not ask yourself that question.

1. You can package your web app into electron or similar 2. You can use a portable platform like QT or Xamarin

But more importantly, you should chose the one that will help you conclude that this is a good idea sooner. You'll probably end up rewriting the tool once you get feedback about where it rules and where it sucks.

So I'd say that unless you want to do that side project to learn something new, stick to what you know best (and what you know will work). That'll get you to the point where you can decide whether this is worth pursuing faster.

Re: Ask HN: Anyone making a living off of desktop applications?

#16
Our startup develops a HTML5 game editor called Construct 2, which is a Windows desktop app (Win32). We've been running about five years successfully with that. I'd say depending on the market it can still be relevant, but I don't know for how much longer - Windows in particular seems to be trying to drag developers away from Win32 and the new Windows Store UWP apps. Note that Windows Phone and "Windows RT" can only run Windows Store UWP apps, with poor support for Win32. MS continue to push UWP hard and I'd expect to see more MS hardware in future with no Win32 support, which is a little worrying, but doesn't seem to be happening fast enough to cause any kind of panic.

I'd add while mobile seems to be the trendy place to start a startup, most productivity apps are still easier and faster to use with a keyboard and mouse. So desktop-first can make sense sometimes.

Re: Ask HN: Anyone making a living off of desktop applications?

#17

Yes, I am thriving with a niche C++/Win32 graphics app. Web apps are a long way from having the responsiveness and control of a desktop app. Do you really think users will be doing Photoshop and AutoCAD in a browser? No matter if you have a fibre op connection, the lag is always there. Recently the main player in this domain moved to Web apps. There was an overwhelming protest from its customers, who insisted they pr…

> Web apps are a long way from having the responsiveness and control of a desktop app.

I don't think this is the case. Facebook never needed desktop apps, did they? The web worked great for them.

Re: Ask HN: Anyone making a living off of desktop applications?

#18
One of my two small companies develop Windows development libraries for use in desktop and server applications and I see the native desktop apps doomed, except if you are targetting the enterprise (best in niche markets) and you know how to sell to enterprises.

Rule of thumb #1: if you can build the same application for the desktop or the web, choose the web. Don't think more. My company does Windows drivers and some other operating system internals stuff that is impossible to offer as a web app and this is the reason I can't follow this rule.

My last suggestion is trying to attach your app to other revenue streams such as trainings, customization, integration with other apps, and any other service that make you escape from selling individual (and probably cheap) units of your product.

Re: Ask HN: Anyone making a living off of desktop applications?

#19

Yes, I am thriving with a niche C++/Win32 graphics app. Web apps are a long way from having the responsiveness and control of a desktop app. Do you really think users will be doing Photoshop and AutoCAD in a browser? No matter if you have a fibre op connection, the lag is always there. Recently the main player in this domain moved to Web apps. There was an overwhelming protest from its customers, who insisted they pr…

> Web apps are a long way from having the responsiveness and control of a desktop app. I don't think this is the case. Facebook never needed desktop apps, did they? The web worked great for them.

But they have a native mobile app where the FB main consumption happens.

Re: Ask HN: Anyone making a living off of desktop applications?

#20

Yes, I am thriving with a niche C++/Win32 graphics app. Web apps are a long way from having the responsiveness and control of a desktop app. Do you really think users will be doing Photoshop and AutoCAD in a browser? No matter if you have a fibre op connection, the lag is always there. Recently the main player in this domain moved to Web apps. There was an overwhelming protest from its customers, who insisted they pr…

Well, as an autocad replacement you have:

https://www.onshape.com/

and as a Photoshop replacement, you have things like :

https://pixlr.com/

And yes, there are people using these online tools.

Post reply on HN