Live data from Hacker News

Ask HN: Great tools for solo SaaS founders?

news.ycombinator.com

51–60 of 135 posts

Re: Ask HN: Great tools for solo SaaS founders?

#51
post #39

Personally: - Google Cloud Run (or anything that can run docker) - SendGrid (but use SMTP only for easy migration) - Google Workspace (Office/Notion are also cool but I just don't use them often) - Mainly Go with Python for scripts - PostgreSQL - gRPC/Protocol Buffers for API servers Where possible I try and take on as few dependencies on big cloud services, and always use standard gateways. It makes moving around mu…

IndieHackers looks great. How can I get an invite code?

Messaging courtland@indiehackers.com and mentioning HN worked for me. My account is too fresh to have invites.

Re: Ask HN: Great tools for solo SaaS founders?

#54
post #11
post #6

Earlier quoted context omitted.

Can you please write a blog post or book about your experience? I'm trying to get into solo SAAS, and this kind of post is pure gold for me!

He has a blog: dangrossman.info He is an active HN'er. You can also find out more about users by clicking their name. Seasoned ones have some sort of profile.

Maybe I'm missing something, but this doesn't look at all like a blog and/or I can't find a way to find any posts.

Also, that is a rough background with it changing every couple of seconds.

Re: Ask HN: Great tools for solo SaaS founders?

#55

Personally: - Google Cloud Run (or anything that can run docker) - SendGrid (but use SMTP only for easy migration) - Google Workspace (Office/Notion are also cool but I just don't use them often) - Mainly Go with Python for scripts - PostgreSQL - gRPC/Protocol Buffers for API servers Where possible I try and take on as few dependencies on big cloud services, and always use standard gateways. It makes moving around mu…

I like Protobuf, but think that for the volume most operations deal with, you're better off with how well-support and understood HTTP is.

Re: Ask HN: Great tools for solo SaaS founders?

#56

Earlier quoted context omitted.

>* Sendgrid for transactional/outbound email All good recommendations ! I would advise/caution AGAINST SendGrid. They have a quite the terrible reputation and my n=1 experience is that over a weekend they suspended my production account without cause ! 1) I've been sending the EXACT same mails and number (less than 200-300 a month) to the exact same ppl on their free-tier. 2) I asked to upgraded to a PAID account to…

After Donglegate, I had already put them on my blacklist. Now I see that my suspicions that it was just the tip of the iceberg came out to be true.

Agreed, they (used to?) hire the most incompetent developer evangelists

Re: Ask HN: Great tools for solo SaaS founders?

#58

Earlier quoted context omitted.

If you use AWS why would you use Namecheap instead of Route53? Even if .com are 4$ cheaper on Namecheap per year. if you have one or two domains, I would prefer simplicity of integration with AWS over small savings. Also is Cloudflare better (or cheaper) than Cloudfront ?

I would suggest Cloudflare registrar + CDN + DDoS protection. Keep all the backend stuff on AWS.

Better yet, keep it on Lightsail, it has fixed pricing plans for containers ($7 per mo), VPS ($3.5), database ($15), blob store ($3 per 100GB), and disk ($1 per 10GB). Lightsail can peer into (same region) regular VPC as well for $1 per 100GB ingress+egress.

Re: Ask HN: Great tools for solo SaaS founders?

#59
post #11

Earlier quoted context omitted.

He has a blog: dangrossman.info He is an active HN'er. You can also find out more about users by clicking their name. Seasoned ones have some sort of profile.

Maybe I'm missing something, but this doesn't look at all like a blog and/or I can't find a way to find any posts. Also, that is a rough background with it changing every couple of seconds.

I believe the question to pricing strategy can be found in this intro paragraph:

"I'm Dan Grossman, the founder of Improvely and W3Counter. In my spare time, I also run Lignin & Light, a shop for hand-crafted gifts, with most items made on my Glowforge Pro."

Re: Ask HN: Great tools for solo SaaS founders?

#60
post #39

Personally: - Google Cloud Run (or anything that can run docker) - SendGrid (but use SMTP only for easy migration) - Google Workspace (Office/Notion are also cool but I just don't use them often) - Mainly Go with Python for scripts - PostgreSQL - gRPC/Protocol Buffers for API servers Where possible I try and take on as few dependencies on big cloud services, and always use standard gateways. It makes moving around mu…

IndieHackers looks great. How can I get an invite code?

Does IH require an invitation now?
Post reply on HN