Live data from Hacker News

Ask HN: What are your go to SaaS products for startups/MVPs?

news.ycombinator.com

21–30 of 85 posts

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#21
post #4

Stripe for payments, AWS Elastic Beanstalk for hosting/deployments. Wish there was an even dumber alternative to Beanstalk. I've been tempted to build my own thing to get closer to my ideal of uploading a jar and forgetting about it. (Raw javascript / vertx / postgres for actual development, but these aren't SaaS)

My experience with Beanstalk was much the same had the feeling of a lot of hacky Ruby, Python scripts thrown together. Logs in random place, sometimes would get "stuck"

Current project uses GCP App Engine "Flexible" which is easier and seems to be built on better foundations than Beanstalk. Build a docker image and run. Although like you we could skip the docker shenanigans and just need a JRE to run our uber .jar (distroless https://github.com/GoogleContainerTools/distroless/tree/mast... makes a basic JVM docker container easy)

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#22
post #16

Twilio, Datadog, Splunk, Zoom, Envoy, Lever, Slack, PagerDuty, Mode, JIRA, Box, Airtable, readme.io

I know Datadog has the risk of being very expensive.

It is the modern world of SaaS. If your margins are not super hight you are out.

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#23
post #14

All in on AWS for BE. Just about everything you need is there for free or close to free. Netlify for FE hosting just because it’s so easy to tie up to Github. Retool for ops. Metabase for BI. Seed for Serverless CI/CD.

What kind of things are you doing in Retool for ops?

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#26
For PhotoStructure, I'm using

* GitHub and GitLab for private and public repos

* Just switched from GitLab CI to GitHub Actions (as self-hosted runners, especially on Windows, can be flaky)

* MailChimp (free tier)

* Drift for chat support (generous free tier)

* Braintree (similar functionality to Stripe, but also includes PayPal)

* Cloudflare proxying a Digital Ocean droplet running nginx serving a Hugo-built static website

* Sentry.io for error reporting (again, generous free tier, and open source)

* Twilio for an extremely cheap toll-free number

* G suite for email/docs

* Clerky for corporate setup

* Todoist for shared lists

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#27

Postmark/Sendgrid for emails Digital Ocean or Heroku for hosting Skylight for application monitoring Sentry for error tracking Cloudflare for caching S3 for storage

Any specific reason for S3 instead of Spaces given you’re on Digital Ocean already?

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#29
https://StackShare.io and https://FounderKit.com are great places to find reviews of SaaS services:

> mails,

https://founderkit.com/growth-marketing/email-marketing/revi...

https://stackshare.io/email-marketing

https://zapier.com/learn/email-marketing/

> text gateways,

https://founderkit.com/apis/sms/reviews

https://stackshare.io/voice-and-sms

> payments

https://founderkit.com/apis/credit-card-processing/reviews

https://stackshare.io/payment-services

Both have categories:

https://stackshare.io/categories

https://founderkit.com/reviews

Re: Ask HN: What are your go to SaaS products for startups/MVPs?

#30
post #27

Postmark/Sendgrid for emails Digital Ocean or Heroku for hosting Skylight for application monitoring Sentry for error tracking Cloudflare for caching S3 for storage

Any specific reason for S3 instead of Spaces given you’re on Digital Ocean already?

Not op, but for now spaces are lacking detailed stats, one example, if you want to build a saas and bill your users for the bandwidth consumed by their buckets you can't do that right now using spaces.
Post reply on HN