1 pointby acrtic7 hours ago2 comments
  • kmg_finfolio6 hours ago
    Root cause analysis is a real differentiator but only if your users have already felt the pain of staring at a vague alert at 2am. The question is whether you're reaching those people. On where to find them: not Reddit. Try posting in Discord servers for specific frameworks (Laravel, Rails, Node communities). Backend devs who care about uptime hang out there and talk shop. Also, open source maintainers on GitHub who run their own infra are a great early segment — they feel every downtime personally. On free vs paid: I'm building a SaaS too and went through this exact question. Free works if it creates a habit that paid unlocks. Your auto incident reports feel like the right paid gate that's the thing a team lead needs to show their manager. The monitoring itself is a personal pain point; the report is an organizational one. One thing I'd add: you're asking if RCA is a differentiator, but from the outside it reads as a feature list. The real question is — what does someone search for the moment before they'd want your product? That search intent is your distribution.
    • acrtic6 hours ago
      Thanks a lot for the detailed reply, I will try to check out those communities.
  • theamk7 hours ago
    "Root cause analysis" is pretty complex, and DNS + TCP + TLS are just a tiny bits of it (and they are one of the most reliable ones too, as those components are written once and then typically never touched).

    When I do root analysis, I look into internal logs, server metrics, recent source code changes, and related systems. I am sure this can be partially automated, but this is a lot of work.

    An API monitor that can only tell me "You have elevated first-byte latency and increased 5xx rate" is pretty useless, and I certainly don't think it can offer me any "plain-english suggestion" for this problem. What is it going to tell me, "git gud and fix your servers"?

    • acrtic7 hours ago
      Thanks for your insight, Is there something i could implement to possibly make this stand out? Ive got around 60 visits over the past 5 days but only 1 user registered and actually tried it out. What am i missing?