7
20 Comments

Users kept asking “can you zoom?” — the feature was already there

I've been building Showesome, a free Chrome screen recorder (no watermark, local MP4 export).

One recurring support pattern: people loved the recorder, then asked whether it could highlight a button or zoom on text during a tutorial.

The answer was yes — Focus Mode has been in the product for a while. The real problem was discoverability, not capability.

What Focus Mode actually does

While you're recording:

  • Double-tap (Mac) or Ctrl (Windows/Linux) to enter Focus Mode
  • Click a UI element to spotlight it
  • Select text to zoom in automatically
  • Shift + drag to spotlight an area

No post-production arrows. No re-recording because viewers missed the control you meant.

What I shipped this week

I put together a narrated 60-second walkthrough on our site — the flow I wish every new user saw on day one:

https://recorder.showesome.com/watch/focus-mode-zoom

Focus Mode tutorial — click to watch

The lesson (for me, not a lecture)

Simple UI ≠ obvious product.

A minimal popup feels clean. It can also hide power features until someone files a support question or churns quietly.

We've been investing in interactive onboarding and short demos instead of adding more chrome to the popup. The goal isn't more buttons — it's showing the product while teaching it.

If you want to try it

Free Chrome extension, recordings stay on your device by default:

https://chromewebstore.google.com/detail/showesome-screen-recorder/edkbakgompfknhmbidmgmfbkgmdegjmk

Written tips: https://recorder.showesome.com/blog/focus-mode-tips


Building in public as a solo/small-team project. Happy to answer questions about Chrome extension recording, local-first storage, or tutorial UX.

What do you use to guide attention in screen recordings — editing after, or something during capture?

on June 17, 2026
  1. 2

    Simple UI makes everyone's life easier. We could use a tool like this, sharing it with my team to see how it performs.

    1. 1

      Appreciate that 🙏 — and that’s exactly the use case I’m hoping it fits into.

      If your team does try it, I’d be really curious what feels obvious vs what still needs explaining. That gap usually shows up fast once real workflows kick in.

      Happy to hear how it performs in practice.

  2. 2

    The support ticket as a signal is an underrated concept. The scarier version is users who had the same question, didn't ask, and just stopped using the feature or quietly churned. You only hear from a fraction of confused users.

    This is a pattern worth tracking deliberately: how many people hit a step in your onboarding, don't complete it, and never file a ticket? The gap between "feature exists" and "user successfully used the feature" is often invisible unless you instrument specifically for it — page load and click events don't capture whether the interaction actually resolved. Sounds like your walkthrough video is the right fix, but it's also worth watching whether new users who watch it have meaningfully different feature activation rates than those who don't.

    1. 1

      That’s exactly the part that worries me most—the users who never reach out. Support tickets are helpful, but they’re probably just the visible tip of the iceberg.

      I’m planning to track this more closely now. The walkthrough is one experiment, and I want to compare feature activation between users who watch it and those who don’t to see if it actually changes behavior. If it does, it’ll be a much better signal than just counting views.

      The bigger takeaway for me is that shipping a feature isn’t the finish line—making sure people actually discover and use it is.

  3. 2

    One of the most frustrating product lessons is discovering that a feature can be valuable and invisible at the same time.

    Users usually don't complain about the feature they can't find. They complain about the outcome they can't achieve.

    1. 1

      That’s such a good way to put it. In my case, nobody asked for “Focus Mode” specifically—they asked, “Can I zoom?” or “How do I highlight this button?” They were describing the outcome they wanted, not the feature they were looking for.

      It definitely changed how I think about onboarding. Instead of explaining features, I’m trying to show people how to achieve the result they’re after.

      1. 1

        What's interesting is that both of those requests sound like feature requests on the surface.

        But they're really signs that users are trying to complete a job and getting stuck somewhere along the way.

        Those two things can send product decisions in very different directions.

  4. 2

    This hits home. I’ve watched you iterate on Showesome for a while, and the “can you zoom?” questions always felt like a UX signal, not a missing feature problem. The walkthrough makes the flow obvious in a way the popup never did — double-tap, pick color, then click/select/drag is way clearer once you see it once. Curious if you’ll track whether support tickets on Focus Mode drop after this ships. Nice work.

    1. 1

      Really appreciate this — and yeah, you nailed it. The feature worked; the path didn’t.

      I’m not tracking “tickets” in a strict sense yet, but I am watching whether Focus Mode questions drop in feedback and whether people actually find the guide/watch page. That’s the real test for me.

      Thanks for being along for the ride while I figure out the balance between simple UI and obvious power.

  5. 1

    This is a good reminder that feature discovery is part of the product, not just docs. I’ve had the same lesson with Kinetic Override: “macro recorder” is abstract, but “record taps/swipes, replay the loop, local profiles, no ads” tells Android users exactly where to look and why it matters.

    1. 1

      That’s a great example. I think users naturally think in terms of outcomes, not feature names.

      “Focus Mode” doesn’t immediately tell someone they can zoom into text or spotlight a button. Explaining the result instead of the implementation has been a big lesson for me, and I’m trying to reflect that more in the product and onboarding.

  6. 1

    A feature users can't find doesn't exist. You don't have a capability gap, you have an activation gap, and that is actually the good news because the expensive work is already done. The 60-second walkthrough helps, but most people won't watch it, so don't make discoverability depend on them choosing to. Surface Focus Mode in context: the first time someone records, drop a one-line prompt "double-tap Ctrl to zoom" right where their attention already is. The other goldmine is sitting in your support inbox. Every "can you do X?" ticket where the answer is "yes, here's how" is a list of exactly what your onboarding should show on day one. You already ran that survey for free, so read it back.

    1. 1

      I really like the way you framed it as an activation gap—that’s exactly how it feels in hindsight.

      I agree that contextual discovery is probably the long-term answer. The walkthrough was the quickest thing I could ship, but the next step is surfacing Focus Mode at the moment someone is likely to need it instead of expecting them to go looking for it.

      And you’re right about support tickets too. Looking back, every “Can you zoom?” question was basically users telling me what the onboarding was missing.

  7. 1

    The "simple UI is not the same as obvious product" line is the one to keep. A minimal popup reads as clean to you because you already know what's behind it; to a new user it reads as "this is all there is." Power features that aren't surfaced at the moment the question forms may as well not exist, the user churns quietly or files the support ticket, and the ticket is the lucky case because at least you hear about it.

    The thing I'd build on: discoverability isn't a docs problem, it's a timing problem. Your Focus Mode answer needs to appear at the instant the user is recording and thinks "I wish I could highlight this," not in a blog post or a 60-second walkthrough they watch once on day one and forget. The walkthrough is good, but the highest-leverage version is surfacing the hint in-context, the first time they hover over a button mid-recording, that's when "double-tap to spotlight" lands. The feature being present and the feature being found at the moment of need are two different products.

    To your question: in-capture, every time. Editing attention in afterward is fixing in post what should have been guided live, and it never quite matches what you meant in the moment. Guiding during capture is the harder build and the right one.

    1. 1

      Really appreciate this perspective. The distinction between a feature existing and being discovered at the right moment really resonates with me.

      The walkthrough was my first attempt because it was something I could ship quickly, but I agree that contextual hints during recording are likely the better long-term solution. If someone is recording and trying to draw attention to something, that’s exactly when Focus Mode should introduce itself.

      And I completely agree on in-capture vs. post-editing. The whole idea behind Focus Mode was to help people tell the story while they’re recording, instead of fixing attention afterward. Your comment reinforces that we’re heading in the right direction—it just needs to become more discoverable.

  8. 1

    This resonates a lot. I’m building a local-first Mac asset manager, and we face the same 'simple ui vs. discoverability' hurdle.

    The 'no post-production' angle is the real winner here. In a world of over-edited content, a tool that lets you guide attention during the flow is the definition of frictionless. Also, big respect for the local-first storage - keeping data on the device is a great trust-builder for pro users. Nice work on the shortcut implementation!

Trending on Indie Hackers
Three Days Before Launch, I Let My Own Tool Tear Me Apart User Avatar 37 comments I thought I was building a news visualization tool. Users thought it was a catch-up tool. User Avatar 34 comments Priorities for launching a SaaS solo, with no budget User Avatar 30 comments I Rejected a $15K Acquisition Offer for My Multi-Agent IDE — Here's the Full Breakdown User Avatar 28 comments A pattern I keep seeing in EdTech: traffic isn't usually the problem. User Avatar 23 comments What Happens When a Photo Can Carry Multiple Voices? I Built VoxPho to Find Out User Avatar 15 comments