TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the modern stack of SaaS products for a SaaS company?

5 pointsby mparr4over 5 years ago
What are the common tools needed to start a SaaS company?

4 comments

Daktestover 5 years ago
I used to work with a lot of SaaS companies at my previous consulting company, these are the most common tools I saw:<p>- <i>Sales</i>: Salesforce, Gong.io, Intercom, Outreach, Highspot<p>- <i>Product Development</i>: Github, Jira, Pendo or Heap, Sketch, InVision<p>- <i>HR</i>: BambooHR, Lever<p>- <i>Other</i>: G Suite, Slack<p>That being said, this is what&#x27;s the most common, not what&#x27;s the <i>best</i> that&#x27;s available. There&#x27;s plenty of other SaaS products that might be better for your company and use cases!
oblibover 5 years ago
That&#x27;s kinda like asking &quot;what is the modern car for executives?&quot;<p>It really depends on what you&#x27;re making and what you&#x27;re familiar and productive with.<p>I still use jQuery along with Bootstrap and PouchDB on the client side and the Apache web server and CouchDB on the server side.
jmstfvover 5 years ago
Start with a &quot;boring technology&quot; [0], something that has been around for a long time and is likely to remain around for a long time. You don&#x27;t want to waste too much time fighting with the new and shiny tech because building and running SaaS is so much more than just writing code. The reason I&#x27;m bringing this up is because the technology choices that you will make, will inform a fair amount of tooling-related decisions down the road.<p>I started working on Hexadecimal [1] earlier this year, and chose Rails, Postgres, and Redis for the job. It allowed me to get up and running quickly without wasting my brain cycles on wrestling with the unproven tech. Another benefit of using a boring technology is that there are lots of written and spoken material (e.g., blog posts, Q&#x2F;A, conference talks) accumulated over time, so there is a high probability that someone already had a problem that you might encounter.<p>&gt; What are the common tools needed to start a SaaS company?<p>That will depend on many factors: how big is your team, how much money and time you are willing to spend on particular problems, etc.. I&#x27;d say if you are a solo developer (or a small team), try to use managed services as much as possible but keep a sharp eye on your monthly costs. If you are on a shoestring budget (think bootstrapping), those $19 &#x2F; mo subscriptions here and there can add up very quickly.<p>I do share my costs (and tools) that I use to run Hexadecimal publicly [2]. That should give you a vague idea about what tools it takes to run a bootstrapped, one-person SaaS. There are similar pages on the Internets that delve into that topic [3][4]<p>[0] <a href="http:&#x2F;&#x2F;boringtechnology.club" rel="nofollow">http:&#x2F;&#x2F;boringtechnology.club</a><p>[1] <a href="https:&#x2F;&#x2F;tryhexadecimal.com" rel="nofollow">https:&#x2F;&#x2F;tryhexadecimal.com</a><p>[2] <a href="https:&#x2F;&#x2F;tryhexadecimal.com&#x2F;costs" rel="nofollow">https:&#x2F;&#x2F;tryhexadecimal.com&#x2F;costs</a><p>[3] <a href="https:&#x2F;&#x2F;cushionapp.com&#x2F;running-costs" rel="nofollow">https:&#x2F;&#x2F;cushionapp.com&#x2F;running-costs</a><p>[4] <a href="https:&#x2F;&#x2F;www.candyjapan.com&#x2F;behind-the-scenes&#x2F;running-costs-for-candy-japan" rel="nofollow">https:&#x2F;&#x2F;www.candyjapan.com&#x2F;behind-the-scenes&#x2F;running-costs-f...</a>
rolltiideover 5 years ago
(Node, Redis, Mongo) pushing things to React&#x2F;Vue&#x2F;Angular<p>Everything else is just to keep nontech people busy on things you&#x27;ll never do so they feel like they have a purpose and their presence helps people take your company more seriously