15
29 Comments

Your Product Doesn't Need More Features. It Needs More Questions.

One thing I've noticed while working on a SaaS product is that people rarely ask the question we expect them to ask.

We spend days thinking about features.

Users spend seconds wondering whether the product solves their problem.

They're not asking:

"Does it support multiple workspaces?"

They're asking:

"Can this save me time tomorrow?"

The more products I look at, the more I think builders and users look at software in completely different ways.

As builders, we naturally focus on what we made. We know how difficult the architecture was, how many edge cases we handled, and how much work went into polishing a feature.

Users don't see any of that.

They only see the question they came to answer.

That changed how I look at product pages.

Instead of asking, "What features should we highlight?"

I've started asking, "What question is the visitor trying to answer?"

Sometimes it's:

"Will this work with the tools I already use?"

Sometimes it's:

"Can I trust the numbers?"

Sometimes it's simply:

"Is this actually faster than doing it myself?"

I've found those questions are usually more valuable than another feature announcement.

I'm still figuring this out, but it's made me spend less time adding things and more time removing uncertainty.

Curious if anyone else has noticed the same thing while building.

on August 3, 2026
  1. 2

    This resonates with me - I spent months building features nobody asked for until I started doing weekly customer interviews, and suddenly the roadmap became obvious. How do you handle users who give wishy-washy answers when you ask them what they actually need?

  2. 1

    The question changes with the user’s stage, which is easy to miss when all feedback lands in one backlog. Before signup it may be “is this for me,” during setup “will this fit my workflow,” and at renewal “did it create enough value to keep.” I would tag each observed question by segment and journey step, then attach the evidence that answered it and the behavior that changed afterward. That turns questions into a testable uncertainty map instead of another source of feature requests.

  3. 1

    I like the way you framed this.
    I think the same applies after someone signs up. We often measure clicks and feature usage but forget to ask what question the user was trying to answer by clicking in the first place.
    The most useful analytics aren't the ones with the most charts—they're the ones that reduce uncertainty and help you make the next product decision.

  4. 1

    The two-part test is the sharpest framing I have seen for this problem, most people stop at collecting the objection and never check whether answering it actually moved the step after it. Your capability versus compatibility example is a useful reminder that the question people ask out loud is not always the question underneath it. The caveat about segments you were never serving anyway seems like the part most founders skip past too quickly and then draw the wrong conclusion from a flat number.

  5. 1

    The compatibility-over-capability point matches most of what I see when I look at deals. Buyers rarely reject the feature list, they reject how much work they think adoption costs them, which is why "what will I have to do" outperforms "what can it do" on a page. One addition to your test: log each blocking question with a date and a segment tag, because the same objection changing shape over six months usually means your ICP moved and nobody noticed.

  6. 1

    This framing is useful. The best product questions I’ve seen usually expose a missing workflow, not just a missing feature. Asking what users already tried before arriving here can be surprisingly revealing.

  7. 1

    I have seen more builders than ever complain that they have built 4 or 5 products and none has a single paying user, burning thousands in AI credits.

    The only ones who managed to get customers spent a good 90% of their time where the problem is being discussed, participating and giving valuable insights to people facing the problems who eventually become the first customers before the product can be fully built and start scaling. It is actually very hard to get people/niche experts willing to give feedback whether your product will be helpful to them.

    Validation saves founders more time and money than they can imagine.

  8. 1

    The "Can I trust the numbers?" question is the one I keep underestimating. I spent weeks shipping features while the actual blocker on our page was that visitors didn't believe the stats. A short line about where the data comes from did more than the last two features combined. How do you figure out which question a visitor is carrying when they never ask — mining support tickets, or something else?

  9. 1

    Great point! Many businesses focus on adding new features, but the real value comes from understanding what users actually need. Asking better questions about customer pain points, workflows, and expectations often leads to simpler, more effective products. Features should solve validated problems—not just expand the feature list. A customer-first approach almost always results in higher adoption and long-term success.

  10. 1

    the failure usually isn't framing, it's ordering. we write pages in build order and people read them in doubt order.

    as a forcing function i'd take the last ten questions someone actually typed at you, support, dm, a call, and turn each one into a subhead on the page in their words. then one sentence under it that answers it. features stop being the point and start being evidence for the answer.

  11. 1

    The perspective of a creator and the perspective of a customer are different. So while it’s easy to say “think from the customer’s point of view,” it’s much harder to actually do. This is a challenge every builder faces, and it’s the same for me.

  12. 1

    This maps to buyer segmentation too. The question a visitor brings tells you who they are. If someone asks "will this work with my existing stack," they're already committed to integration. If they ask "can I do this without technical help," they're looking for simplicity. Those are different buyer profiles, and which question dominates on your homepage actually pre-selects who shows up. I spent months building for everyone until I realized the real competitive move was being the obvious answer to one specific question. Once I stopped trying to answer "what can it do" and focused on "will it do this one specific thing reliably," the conversion shifted because I was filtering for the right buyer type, not just the right feature frame.

  13. 1

    This maps to something concrete I ran into with trial signups. My activation rate moved when I stopped treating the first-run experience as a feature tour and started treating it as answering one question: "can I get something deployed before I lose interest?" Everything that didn't serve that question got cut from onboarding, including features I was proud of. The uncomfortable part of your framing is that the questions users ask are often boring compared to the features we want to show. Nobody has ever asked me about the clever parts of my execution engine; they ask whether it works with the model provider they already pay for. Answering the boring question first is what earns you the right to show the clever thing later.

  14. 1

    This is exactly the trap I almost fell into. Was about to write feature-focused copy for a landing page ("client-side parsing, no server"), then realized the actual question a visitor has is way simpler: "would this show me something interesting about my own chats?" Everything else is noise until that's answered. Rewrote the whole hero section around that one question instead.

  15. 1

    The trap of feature-bloat usually comes from trying to solve for 'perfect' rather than 'urgent.' When developers get caught up in things like multi-workspace support, they are often solving for a version of the product that doesn't exist yet, rather than the pain point currently hitting the user. It is easy to confuse technical polish with product-market fit.

    A helpful shift I have found is to stop treating user feedback as a feature request list. Instead, next time someone asks 'Do you support X?', follow up with 'What is the specific task you are trying to accomplish with X that you currently cannot do?' Often, the feature they asked for is just one of three ways to solve their problem, and there might be a simpler way to address their underlying bottleneck without adding code complexity. It changes the conversation from 'can we build this' to 'how can we make your workflow faster right now.'

  16. 1

    The best homepage question we found for Speechara wasn't “how accurate is the model?” It was “will it capture the audio source I actually need without exposing anything to other participants?” That shifted our copy from a feature list to proof: system audio, privacy controls, and the ability to hide the assistant completely.

    Support questions are often better than feature requests because they show the uncertainty blocking the first try. The question is the product brief.

  17. 1

    This is especially true for payment products. I used to think the page needed to explain the rail, networks, webhooks, checkout modes, etc. The questions visitors actually bring are much narrower: "Will this mark my order paid correctly?", "What happens if the webhook arrives twice?", "Can I reconcile it later?", "Who is holding funds?"

    Once you write the page around those questions, feature copy gets much simpler: show the happy path, then show the failure/recovery path. That reduces more uncertainty than another integration badge.

  18. 1

    This matches what I’m seeing too. The homepage question that converts is rarely “what else can it do?” — it’s usually “will this remove one annoying step tomorrow?” I’ve started rewriting landing copy as answers to that one question before touching the roadmap.

  19. 1

    The best homepage question I found for DictaFlow wasn't "how accurate is the transcription model?" It was "will this type into the app I'm already using?" That changed the page from a feature list into proof about the last mile: cursor insertion, Citrix, and stubborn apps. Support emails and search queries have helped more than asking people what feature they want, because their own words show the doubt they have.

  20. 1

    The question framing maps exactly to how good discovery works in sales. You stop presenting features and start identifying what question the buyer needs answered before they can say yes.

    For my Chrome extension I spent months obsessing over the feature list. Then one user said "I just want to know if I can stop using my keyboard for emails." That one sentence rewrote the homepage. The feature didn't change. The question it answered became visible.

    "Removing uncertainty" is exactly the right way to put it. Most product pages add more information when what users need is less to be unsure about.

  21. 1

    This resonates a lot — with Nexmetra I kept adding tools thinking "more utility = more value," but the real question visitors have is usually just "will this measurement be accurate right now, without signing up?" Once I started designing around that instead of feature lists, homepage copy and even tool UX got a lot simpler. "Remove uncertainty" is a better north star than "add features."

  22. 1

    Absolutely agree. Reducing uncertainty is one of the biggest values a product can provide. In SEO, users don't just need reports; they need answers about what is blocking growth. That's the idea behind SerpSpur — turning technical SEO insights into practical actions.

  23. 1

    Agree with the direction. A question that often beats “what feature should we build?” is: “what did you try right before you looked for this?” It reveals the real workflow and the competing alternatives, which usually matters more than the requested feature list.

  24. 1

    "This is exactly what I've been learning with Rallynex — I spent weeks adding features I thought people wanted, but the moment I started asking real founders what they actually struggled with, I realized I was building solutions to problems nobody had.

    The shift from 'what should I build next?' to 'what are you stuck on right now?' changed everything for me.

    What's been the most surprising thing you've learned from asking questions instead of building features?"

  25. 1

    This is exactly what I’ve been learning while building AI SUPERTEAM by StaffedByAI

    At first, I wanted to explain every tool, feature, automation, and AI capability because I knew how much work went into building them. But the customer is not thinking about the architecture.

    They’re thinking:

    “Can this help me get more customers?”

    “Can this save me from doing five different jobs?”

    “Can I actually use this without being highly technical?”

    That realization changed how I describe the product. Instead of leading with everything AI SUPERTEAM can do, I’m trying to lead with the result: helping small-business owners market, capture leads, follow up, and manage more of their business without hiring an entire team.

    You’re absolutely right—removing uncertainty may be more valuable than adding another feature.

    What is the biggest question your visitors are trying to answer before they sign up?

  26. 1

    This resonates hard. I just caught myself adding a “voice cloning studio” feature to my app when I should have been asking: “Does anyone actually want to clone their voice locally?”

    The feature felt productive to build. The question felt scary to ask. That’s the tell.

    I’m forcing myself to ship the current version as-is and ask 10 users what they’d use it for before I build anything else. If 8 of them say “I just want to type text and get audio,” then the studio mode was a waste of time. If 6 of them say “I wish I could use my own voice,” then it was the right call.

    Questions > features. But only if you’re willing to hear the answer.

  27. 1

    That shift makes sense. The harder part seems to be knowing whether you’ve identified the question the visitor actually has, or just written a more customer-shaped version of your own assumption.

    How are you distinguishing between the two?

    1. 1

      The test I trust has two halves, and the first one is cheap. A blocking question arrives unprompted, in the visitor's own words, before they pay, and it repeats. The questions I wrote in a planning document always sounded plausible; the ones that actually blocked showed up in pre-sale messages from people who had already decided they wanted the thing and were looking for a reason it would not work for them.

      The second half is what happens after you answer it. Put the answer on the page and then watch the step immediately after, not signups in aggregate. If the question was genuinely blocking, drop-off at that specific step moves. If it only sounded plausible, the page reads better and nothing downstream changes. That is the cheapest way I know to tell a real objection from a well-phrased assumption.

      I am the founder/operator of Lisar Connect, so a concrete example from my own wrong guess: I assumed the blocking question was about capability. It was about compatibility, phrased as some version of "will this work with the client and the device I already have, and what exactly will I have to do?" That is why the setup steps and the plan-dependent limits are shown before setup rather than discovered afterwards. The uncertainty was about the work involved, not about the feature list.

      One caveat that cost me time: some questions block only one segment. If you answer a question that blocks a segment you were never going to serve, the page gets clearer and the numbers do not move, and it is easy to misread that as having picked the wrong question.

  28. 1

    Absolutely agree.
    And its something I need to explain at least once a week. Collegues always want to add something with the reason "the customer needs this", in about 8/10 cases the customer wants the reduction of friction, better insights in data already there or a problem solved, not a feature per se. Always asking first now what issue they try to solve and than think about a solution.

  29. 1

    The reframe that stuck with me: users don't buy features, they buy the removal of a recurring annoyance. I ran into this building a browser tool — polite feedback was almost always a feature request, but the decisive signal was people describing the same pain unprompted, twice. Weigh actions over words and the right feature list writes itself.

Trending on Indie Hackers
I built a launch coach after my own product launch got 11 upvotes and 3 signups User Avatar 95 comments 700 downloads and stuck — five months later... User Avatar 71 comments I told a founder to get listed on the review sites. Her report showed AI was citing her competitors' homepages. User Avatar 52 comments Most directories forget you exist after you list. We're trying something different. User Avatar 36 comments I’m building a Product Hunt alternative for indie makers — what would make you actually use it? User Avatar 33 comments Built TermsGuard to explain contracts in plain English — looking for feedback User Avatar 29 comments