Ask HN: What are your go to SaaS products for startups/MVPs?
51–60 of 85 posts
Re: Ask HN: What are your go to SaaS products for startups/MVPs?
#52Re: Ask HN: What are your go to SaaS products for startups/MVPs?
#53- 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?
#54Development & 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?
#55- https://simpleanalytics.com -> Simple, clean, and privacy-friendly analytics
- https://wip.chat -> it's a community of makers who help each other ship products.
Re: Ask HN: What are your go to SaaS products for startups/MVPs?
#56AWS (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?
#57Emails: 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?
#58- Chat window: Crisp
- Email Newsletter/Transactional: Mailgun/Mailchimp
- Payments: Stripe
- Hosting: AWS Lambda / API Gateway / CloudFront / S3
- Code: GitHub
- CI: CircleCI
- Task management: Trello
Re: Ask HN: What are your go to SaaS products for startups/MVPs?
#59https://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?
#60Even 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.