My frugal indie dev startup stack (2022)
31–40 of 219 posts
Re: My frugal indie dev startup stack (2022)
#32Re: My frugal indie dev startup stack (2022)
#33Re: My frugal indie dev startup stack (2022)
#34>Google Analytics >No surprises here. I used to use Plausible, but that costs money and you can't beat free. Monthly cost: $0. Thanks hard pass. I checked and Plausible starts from 9 Euros a month. This is hardly what I'd consider advertising material. But likely I'm just not their target audience. There's also no consent banner, so this doesn't seem GDPR compliant Edit: I must have phrased this in a confusing way. T…
> There's also no consent banner, so this doesn't seem GDPR compliant Plausible uses this one weird trick where they don't use cookies and don't store PII, and thus don't need consent (neither for cookies nor for GDPR). You lose some data because you can't track users across visits, but you gain accuracy (because you can track every visit, not just people who agree) and don't have to annoy your visitors.
Re: My frugal indie dev startup stack (2022)
#35I would NOT call this frugal at all, actually. You are overspending in a lot of places and under spending in others. $281.32 per month for such a simple service is...astonishing. Change Vercel and Intercom with Cloudflare and Chatwoot (self hosted), and you have saved $120/mo. Get rid of Ahrefs for Ubersuggest (or no SEO tool at all) to save about $80 more. That leaves you with $81.32/mo. If you try even harder, you…
Re: My frugal indie dev startup stack (2022)
#36I would NOT call this frugal at all, actually. You are overspending in a lot of places and under spending in others. $281.32 per month for such a simple service is...astonishing. Change Vercel and Intercom with Cloudflare and Chatwoot (self hosted), and you have saved $120/mo. Get rid of Ahrefs for Ubersuggest (or no SEO tool at all) to save about $80 more. That leaves you with $81.32/mo. If you try even harder, you…
Re: My frugal indie dev startup stack (2022)
#37Re: My frugal indie dev startup stack (2022)
#38https://buttondown.email/stack
---
A couple notes on where I differ/concur from OP:
1. ahrefs is absolutely worth its price in gold.
2. IMHO intercom is overpriced relative to competitors depending on how you use it, with the caveat that I hate in-app messaging widgets and consider them a blight on the modern web. (HelpScout is my preferred app.)
3. I deeply miss my Free AWS Credits Era.
Re: My frugal indie dev startup stack (2022)
#39> GitHub Be careful with using their CI tho, even if it's good, you hit the limit quite fast (especially storage, not minutes; and they don't report properly where the storage expenditure comes, so it's very frustrating).
Re: My frugal indie dev startup stack (2022)
#40> I use AWS EC2 for Waitlist's backend python webserver, RDS for the postgres database, S3 for file storage, and an Elastic IP. I use T2 and T3 instances. My AWS bill would be $200-300 a month Seems like a high bill for what sounds like basically a hosted email list? I would have expected compute and storage costs to be very low. E: This was NOT a point about how cloud costs are ridiculous. Even for cloud this seems…