Ask HN: Do businesses want to leave the cloud and return to installable apps?
When I started my computing life, software lived in boxes you bought and brought home. IT was on one to 30 disks that you'd use to run it and, every once in a while, it would ask you to pull find disk 14 and put it in to run some process.
Now, we have had about almost two decades where many products live on servers outside your system.
As I'm working on something now (I won't self promote), and it's inspiring me to try something completely different in the product and system design, to try to accomplish much more on the local file system.
I don't know if anyone's coined a term, but I've been calling it "Local-first" or "Cloudless" development. The idea is that most features can be implemented with flat files, and potentially a local sqlite, duckdb, etc.
I'm of the belief that the economy isn't in a great place and folks will look to cut. A great way to do so is to stop paying insane SaaS fees and start to use more local installed software with a one-time license purchase and you pay to upgrade as needed for features. This is the blend of the old world and new.
Software versions can be downloaded and updated from the cloud, for a fee, otherwise, you just use what you have relatively with some support guarantee, e.g. 3 years for any version, then there's no more bug fixes/support.
I'm curious if you all feel there's an opportunity to re-build a lot of the SaaS world in this model and Agents are going to make it possible by allowing normal people to handle more complex local setups for software.
I think there's opportunities for:
- Accounting software
- POS
- Scheduling
- CRM & client
- Electronic Medical Records (ERM)
I want to be clear, I'm not a "purist" claiming nothing can be hosted, e.g. some dynamic lists/maps are best managed server-side and the app can reload them, just that the business doesn't charge extra for having access to the cloud.Thoughts?
10 comments
[ 3.8 ms ] story [ 40.2 ms ] threadAnd how do you propose to write software that works and syncs between Macs, Windows, ios and Android devices?
I run a resturaunt. Resturaunt software (POS, scheduling, table reservations) has many saas solutions, but I've personally seen these problems:
- POS requires cellular for some legal reason, but celluar connection is poor inside a mall
- Power goes out, backup services bring cell networks & fiber back online but not in a uniform manner so service is slow and the Saas times out too quickly to be used
- 2 factor auth won't work because cell systems are degraded
And in all these cases, there wasn't a good reason for the software to be fully online. The usage was by 1 or 2 managers and they all shared the same computer located inside the business.
Yes, they connect through a browser to cloud software.
I recognize when you're large enough to have operations, accounting, etc. and see the value of SSO, in those contexts.
Creating software has always been easier for SaaS type software than understanding the business and sales.