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.

Four years of running a SaaS in a competitive market

265 pointsby mtlynch7 days ago

14 comments

openplatypus2 days ago
&gt; Competitors don&#x27;t really matter<p>This is so spot on.<p>I am also in a competitive space. Couple of my competitor man-child founders blocked me on social media for simply being on their feed. I took it as a blessing. I tuned out from their noise quickly and focus on customers rather than social media attention disorder.<p>Do yourself a solid. Don&#x27;t watch competitors. Watch customers and the market.
评论 #43954812 未加载
评论 #43960653 未加载
评论 #43959192 未加载
wiradikusuma2 days ago
I almost skipped reading the article, thinking it was just another bragging&#x2F;survivorship bias story. It wasn&#x27;t. Thanks for sharing.<p>I want to add another anecdote: I built an app for creating certificates[1]. It was originally a case study for a book I&#x27;m writing, so I didn&#x27;t think much of &quot;target users&quot;. But then I decided to make it a real&#x2F;standalone product. I was struggling to find real users.<p>Then, just by sheer coincidence, a friend shared his struggle with existing ticket sales platforms. I thought, &quot;Hey, with what I&#x27;ve built so far, it&#x27;s just like adding another 10% of work&quot; (It wasn&#x27;t). So I &quot;expanded&quot; the app to become a white-label ticket sales platform[2]. People started using it, and they also use the certificate generation feature (&quot;Your app can create certs for attending events? Sweet!&quot;).<p>I don&#x27;t know how to distill this into advice, but you get the idea. It&#x27;s like a South Park meme: Step #1: Listen to users, Step #2: ???, Step #3: Profit!<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43483919">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43483919</a><p>[2] <a href="https:&#x2F;&#x2F;pentas.id&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pentas.id&#x2F;</a>
评论 #43959158 未加载
8bite2 days ago
&gt; Competitors don&#x27;t really matter [...] Sure, there are more &quot;table-stakes&quot; features that customers need before they&#x27;ll even consider using you, but the real competitor is a lack of awareness of your product, more than anything.<p>I like this quote a lot. I think it addresses a common execution paralysis where someone identifies a solution to a rich problem space but decides against building it due to there being an obvious competitor.
jurgenkesker2 days ago
Very well rounded and grounded article. Like it very much!<p>Indeed as someone else in the comments said, the personal touch is the best asset you have as indie. So talk with your customers.<p>I run a Android app, next to my day job, and I pride myself on always putting the customer first, and actually fixing their pain points or implementing their suggestions. Empathy is so important, and something a big company will struggle with.<p>I&#x27;ll checkout the recommended books!
评论 #43954689 未加载
arewethereyeta2 days ago
TBH, I find it extremely hard to acquire customers. Even with a rock solid product that is NOT, in any way, below the competition. I get the visits but the signups are non existent. Probably because my audience is geared towards programmers and tech oriented businesses. I can do almost any project but marketing kills me.
评论 #43957117 未加载
评论 #43953785 未加载
评论 #43957902 未加载
评论 #43954013 未加载
评论 #43955863 未加载
评论 #43953881 未加载
评论 #43953762 未加载
sgarland2 days ago
&gt; Ship first, worry about scale later<p>This is repeated constantly, but I fear that it is internalized as “write shitty code and throw money at it later.” If you have taken the time to learn your language well, you can avoid a lot of <i>really</i> bad decisions that don’t cost you additional time.<p>Similarly, on the infra side of things (where this advice is usually doled out), maybe take the time to have a modicum of understanding about the tools you’re building on. If you’re using a DBaaS, your vendor almost certainly has monitoring built-in, often for free, or a nominal cost. USE IT, and learn what it is you’re looking at. “The DB is slow” could be anything from excessive row locks due to improperly-held transactions to actually hitting an underlying resource limit – and for the latter, 9&#x2F;10 it’s a symptom of something that’s misconfigured, or not understanding your RDBMS’ operation.<p>For example, do you have a write-heavy table with a UUIDv4 PK, lots of columns that are heavily indexed, and some medium-large JSON blobs in it? Congratulations, you’ve created Postgres’ (and MySQL, but for different reasons) worst nightmare. Every write is amplified by the indexes, and even if you’re doing an UPDATE and are only hitting one of the indexed columns, <i>all</i> of them will be rewritten. The UUIDv4 PK means your WAL traffic is going to skyrocket from all the full page writes, and if your JSON blobs are big enough to be unwieldy, but not big enough to have be TOASTed, that’s another huge amplification to writes. All of this can easily result in hitting IOPS limits, network bandwidth limits, or CPU saturation from additional queries piling up while this one is dealt with, and all of it could be easily avoided by having a basic understanding of your tooling.
评论 #43956126 未加载
评论 #43956188 未加载
gcanyon2 days ago
&gt; Never give away &quot;unlimited&quot; anything<p>This is resonating very much with me, but perhaps for a different reason. I&#x27;m launching a product within a business that is already successful. I get to give demos to potential customers, and I&#x27;ve been making a point of saying, &quot;And this aspect of the product is unlimited&quot; about <i>many</i> things in the product. On the one hand, related to the above, it&#x27;s <i>potentially</i> possible that a whale user could cost us, but it&#x27;s frankly unlikely. But it occurs to me that if I put a limit on certain aspects of the offering, it will likely make it seem worth more -- it&#x27;s a scarce resource if we treat it as such.
评论 #43953721 未加载
评论 #43953728 未加载
gethly2 days ago
I can relate, though I am not that far. I spent few years working full-time on developing my product, had a business plan, spent money and things like that. Only to finally go online and get zero bites. I was counting on few people to become instant customers, none of that materialised. Even friends left me hanging out in the cold. So that was quite a cold shower and a slap in the face. But in the end, it was my own miscalculation. Also, the mobile UI is important. I did not underestimate it, I just had no time to implement it. It will take weeks or months to do and I pushed it as the next thing, after I am done developing the current feature. In the end, you cannot do it all, certainly not out the gate. I am still kinda on schedule and progressing as planned with things, I was just expecting more interest. I had to adjust and refocus, but in the end, it is about being able to keep going.
评论 #43956718 未加载
评论 #43954130 未加载
mtlynch2 days ago
This is one of the best articles about running a bootstrapped business that I&#x27;ve ever read.<p>These are all great tips that obviously come from years of hard work and introspection.<p>&gt; <i>When I started, I integrated with standard SaaS product analytics software that most big SaaS products use. They tend to have features like session recording, where you can see exactly where their mouse moves in your product, and funnel tracking for working out how many users make it the whole way through from landing page to using your product.</i><p>I had the same experience. When I started out, I&#x27;d see people talk about complicated views in their analytics with cohort analysis and A&#x2F;B testing. I&#x27;d think those people were succeeding because of their analytics, so I kept trying to build complicated views in Google Analytics or investigate expensive alternative analytics platforms. And I eventually just landed on going even simpler than Google Analytics and not checking it unless I had a specific question I wanted to answer.<p>&gt; <i>People will suggest you should build particular features to improve your product. They&#x27;ll never use those features.</i><p>I&#x27;ve experienced this as well. Early on, prospective customers would tell me that they&#x27;d definitely buy if I had X feature, and I&#x27;d spend a week implementing it, and then the customer would disappear or say they couldn&#x27;t purchase for some other reason.<p>&gt; <i>When a user signs up for OnlineOrNot, I have an automated email going out asking what brought them to sign up today. I explicitly tell them I read and reply to every email. This is the main source of my insight for building product.</i><p>I like this a lot. The main competitive advantage indie founders have is a personal touch and direct access to the founder.<p>I think too many indie founders over-automate and over-outsource their customer interactions. It always drives me crazy when I use a product from an indie founder, and I reach out with feedback and the response is just a generic, outsourced customer service rep who says, &quot;Thank you for your feedback. I&#x27;ll pass it along to the team.&quot;<p>&gt; <i>Tracking your MRR is a crap way to measure how you&#x27;re doing as a business... Find another success metric to figure out if people are actually using your product, and whether it&#x27;s bringing them value. Things like number of images generated, or number of form completions, for example.</i><p>I agree, but I&#x27;ll add the caveat that the other metric should be as proximate to revenue as you can get.<p>Early on, I made the mistake of measuring success based on things like social media followers or SEO rank, even though those things didn&#x27;t directly translate into revenue. I felt like I was succeeding, but I eventually realized I was pursuing metrics that were too loosely related to revenue.
评论 #43955892 未加载
bix62 days ago
Great read. What success metric are you using? Total requests?
评论 #43953683 未加载
ezodudeabout 22 hours ago
Nice write up.<p>Love: Ask people how they found you. Docs are the product. Be ruthlessly iterative.
zug_zug2 days ago
So... what happened?<p>Did 2 hours a week work? Is it profitable now? Is it your only job? If so how many years of 2 hours a week did it take to become a livable income?<p>I love this philosophy of beating out the enshittification and not hypergrowing.
评论 #43955887 未加载
mjwhansen2 days ago
Congrats on four years, Max! Thanks for mentioning my book, glad to hear it has been helpful!
fullstackchris2 days ago
&gt; you&#x27;ll have customers that demand you rewrite your app just because they gave you $9<p>I&#x27;ve also seen this first hand. Customer emails me 3 times within 3 days and one of those emails included him stating that &quot;time is precious&quot;. He subscribed on the $7 &#x2F; month tier... and then cancelled the next day anyway because he didnt even read what the product did... sigh