Earlier quoted context omitted.
Is it bending backwards though? The problem is that saas solutions scale in cost as well, so when you grow you pay more. For a small startup, there is always a cut off where the price of the saas service(s) explode well over the utility but you are hooked and you can afford it now. But should you? Personally I enjoy profits and more profits are better. I cannot accept using tools that I don’t really need, but, at suc…
That doesn't apply when the cost is static (adhering to the above advice of dumping 1P).
My frugal indie dev startup stack (2022)
191–200 of 219 posts
Re: My frugal indie dev startup stack (2022)
#192Earlier quoted context omitted.
Battle of the SaaSes! The challenge: Can you build a profitable SaaS without giving money to other SaaSes!
People used to make websites by uploading some php or perl scripts to a shared server (or just buying a domain and pointing it at their home ip). In that context, I can't imagine someone writing an article like this.
* Serverless - in that you don't need to do server admin
* Online IDE - CPanel lets you make changes online to your code
* Continuous Integration - When you save the file online it is in immediate production
* Branching - you can copy a folder from one subdomain folder to another - this effectively gives you a poor man's git and environments in one swoop!
It is like a REPL of web dev. Nothing can come close to it, because once you made your changes they are live, there is no infuriatingly slow publishing step.
Re: My frugal indie dev startup stack (2022)
#193Earlier quoted context omitted.
I agree. Use one of the OSS password managers to save on 1P. If you have a cloud sync service you already use, KeePassXC + cloud sync will solve having the passwords available everywhere you are. You can even use Syncthing for free (though I'd at least donate once off) since you can use it peer-to-peer between your devices. SEO really needs disruption here on price. Ubersuggest seems decent. On Intercom: OP can proba…
Not a 1Password fan, but if your business hinges on 3$/month you probably shouldn't do business.
Re: My frugal indie dev startup stack (2022)
#194Earlier quoted context omitted.
Does nobody here see the irony in bending over backwards to avoid spending money on software products when the entire purpose of your business is to sell a software product? I could see if we were talking about a side project with no commercial intent. But this post is about an indie Saas founder...if a few hundred dollars a month is a barrier to success, then that's a pretty good sign your indie startup isn't starti…
Is it bending backwards though? The problem is that saas solutions scale in cost as well, so when you grow you pay more. For a small startup, there is always a cut off where the price of the saas service(s) explode well over the utility but you are hooked and you can afford it now. But should you? Personally I enjoy profits and more profits are better. I cannot accept using tools that I don’t really need, but, at suc…
I ask because I would like to quit my job and build a competitor ASAP.
Also, the problem isn’t the potential cost down the road. If you’re scaling on any Saas product to the $23k/m tier, then congrats, you’ve made it!
The problem is, there’s a 90%+ chance all your cost optimizing upfront was a giant waste of time, because a vast majority of startups don’t work out. And the ones that do often pivot.
Re: My frugal indie dev startup stack (2022)
#195Earlier quoted context omitted.
> As long as you're willing to roll your own infrastructure Uh huh. This is why DevOps/SRE roles pay more than development roles. “Step 2: draw the rest of the owl”
They do? That's interesting news!
Re: My frugal indie dev startup stack (2022)
#196Earlier quoted context omitted.
That doesn't apply when the cost is static (adhering to the above advice of dumping 1P).
I don’t understand what you mean by static in this context. 1Password costs more when you have more employees.
Re: My frugal indie dev startup stack (2022)
#197I love this list. One thing I'll add is I like to avoid using S3 or google's cloud storage AT ALL until I have > 30 GB. i.e. with google free tier of their compute engine you get a 30GB hard drive, 1GB ram, and two AMD EPYC 7B12 2250 MHz processors. So I make a fake bucket system using those free 30GB: https://github.com/andrewarrow/feedback/tree/main/filestorag... All the code I write is in bucket form, ready to fli…
Re: My frugal indie dev startup stack (2022)
#198Earlier quoted context omitted.
Not OP & IANAL… by having the LLC in Delaware, it’s probably nominally easier to convert to a Delaware C corp at the desired time. Or maybe OP lives in Delaware.
As you said it’s not that much harder to convert. For startups it feels like it’s just “the thing you do” when in reality it ends up doubling your paperwork at the end of the year come tax time and siphoning off critical money if you’re bootstrapping. Sure if you have VC pockets go ahead and do it but for everyone else in bootstrap land just make your LLC in your home state if you live in the US. You’ll save yourself…
Re: My frugal indie dev startup stack (2022)
#199I love this list. One thing I'll add is I like to avoid using S3 or google's cloud storage AT ALL until I have > 30 GB. i.e. with google free tier of their compute engine you get a 30GB hard drive, 1GB ram, and two AMD EPYC 7B12 2250 MHz processors. So I make a fake bucket system using those free 30GB: https://github.com/andrewarrow/feedback/tree/main/filestorag... All the code I write is in bucket form, ready to fli…
Have you ever considered Cloudflare R2? It's so much cheaper (no networking).
Re: My frugal indie dev startup stack (2022)
#200don´t use 1Password - they are not trustworthy as an organisation. Go with https://www.enpass.io/ lifetime instead and safe a LOT of money.