Live data from Hacker News

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

news.ycombinator.com

51–60 of 85 posts

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

#53
Here’s what I use for my app https://songrender.com:

- DigitalOcean for servers/load balancer/database/object storage

- Netlify for the frontend and marketing site

- Cloudflare for CDN and DNS

- Stripe for payment processing

- Postmark for transactional emails

- Papertrail for logging

- Sentry for error tracking

- Fathom for analytics

- StatusCake for uptime monitoring

- GitLab for code hosting

- Trello for project management

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

#54
For https://keycombiner.com I am using:

Development & Project management:

- GitLab

- Notion

- Sentry

Hosting:

- PythonAnywhere (Makes hosting a django application very simple!:))

- Cloudflare (Free tier already works great for caching purposes)

Mail:

- Mailgun

Payments:

- https://paddle.com/ (to handle sales tax on top of stripe)

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

#56
In https://getprobe.io (built in Ruby) we use:

AWS (RDS, S3, ECS, EC2)

https://www.mailgun.com for emails

https://rollbar.com for error reporting

https://stripe.com for payments

https://gsuite.google.com for email, calendar, sheets

https://slack.com (free) for chat

https://trello.com (free) for keeping track of things

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

#57
Hosting: DigitalOcean

Emails: Mailchimp (marketing), Sendgrid (transactional)

Development: Github, Bitbucket, Trello

Payments: Stripe (I've seen people try to cheap out on payments gateways, it's always a big, costly mistake. Choose a good one)

I have a question to people using things like CloudFlare, S3 etc. for early stage apps and MVP's: why?

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

#59
For https://calenduck.co (built with Django) we use:

https://dashboard.heroku.com/ for the infra

https://www.sendinblue.com for emails

https://sentry.io for error reporting

https://stripe.com for payments

https://papertrailapp.com/ for logging

https://slack.com (free) for chat

https://trello.com (free) for keeping track of things

Totaling at 14$ a month, it doesn't really get any cheaper

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

#60
I've been an indie-hacker for a decade and personally the biggest win by a country mile is Heroku (platform as a service).

Even though I'd consider myself good with linux etc., I still love Heroku because it's a massive time and stress saver not to have to deal with most deployment issues myself.

Post reply on HN