The core vision here is something I can absolutely get on board with, but the execution fundamentally seems to misunderstand why "home-cooked software" doesn't exist. The target audience problem is immediately apparent: they're building a product for people who can write JavaScript event handlers but somehow can't 'npx create-react-app'. This demographic is approximately twenty-seven people. More critically, they've…
i'd argue that the biggest hurdle to home cooked software is finding a way to distribute/deploy it among your friends. im a backend guy and can easily make a useful li'l executable to run on my work machine. but how do i share that with people that will only use their smartphone for computing? i either have to: - make something browser-based, register a domain, and then pay somebody to host it. that's a lot of hoops…
I know several people who do that - non-programmers - with formulas and VBA in Excel sheets.