An Android launcher built around pickups, not screen time. A quiet home screen shows today's task, how many times you've looked at your phone (and how many for nothing) and the six tools you actually use. Time sinks get a pause. No server, no account, no ads.
Hi Product Hunt — I'm Ali, I made Fewer.
I tried the usual screen-time tools and they never changed anything for me. The number that actually mattered was how many times a day I picked the phone up — and how many of those were for nothing: unlock, look, lock again. Most of them.
So Fewer is a home screen that measures exactly that and does very little else, on purpose:
• The counter sits on the home screen: "34 pickups today, 14 for nothing." Nobody wants it to reach 90.
• One line at the top says what today is for. On Monday it asks a few questions and has you pick five things for the week; each morning one of them is the task.
• Instagram, YouTube and the like are "time sinks". Opening one from the home screen shows a short pause that asks how many minutes you'll stay. It never locks — when you come back it just shows what you said against what happened.
• No widgets, no icons, no wallpaper, no notification dots. Six tools, a search line, the shortcuts you chose.
• Nothing leaves the phone. No server, no account, no analytics, no ads. Usage access is optional and the app works without it.
It's free; a one-time purchase (Fewer Pro) unlocks weekly planning, day blocks, budgets and the seven-day summary after a 14-day full trial. Nine languages.
Android only — it has to be, it's a launcher.
I'd love to hear what you'd measure instead, and what you'd cut. The whole app is an argument for cutting.
@alisrc looking at number of time I have picked my phone will definitely help avoiding as much as possible. What I would also like to measure is how many Kilo meters/miles I have scrolled, and equivalent path on map, like "you have scrolled past Paris" xD. Btw Congrats for the launch!
@aryan_thakore Haha, "you've scrolled past Paris" would hit hard! 🗺️
Loved the idea, but as a rule, Fewer avoids background accessibility services to keep battery usage low and privacy at 100%. Measuring pixels/distance requires those invasive permissions.
My goal is to catch you at the gate (the pickup) before you start the marathon! Let me know how the pickup counter feels after your first full day!
Report
Counting pickups instead of minutes is a sharp reframe. Minutes hide the ten-second unlock, look, lock loops, and those are the ones that break focus. How does Fewer decide a pickup was for nothing? Is it no app opened within a few seconds, or something smarter?
@whateverneveranywhere Glad the reframe resonated! That micro-loop is exactly what was killing my own focus.
The logic is intentionally simple and immediate: a pickup counts as "for nothing" if the phone is locked back within a few seconds without opening any app, or if you just look at the launcher and lock it again.
No complex AI or heavy background processing, just a straightforward timeout check on screen-on vs. screen-off events to keep battery usage near zero and code clean.
If you unlock, glance, and lock right back: that's a phantom pickup.
Report
@alisrc ha, so a few-second timeout on screen-off. simple is right for that. does it count a notification glance the same way, or only pickups you started yourself?
Fewer
Kapshot
@alisrc looking at number of time I have picked my phone will definitely help avoiding as much as possible. What I would also like to measure is how many Kilo meters/miles I have scrolled, and equivalent path on map, like "you have scrolled past Paris" xD. Btw Congrats for the launch!
Fewer
@aryan_thakore Haha, "you've scrolled past Paris" would hit hard! 🗺️
Loved the idea, but as a rule, Fewer avoids background accessibility services to keep battery usage low and privacy at 100%. Measuring pixels/distance requires those invasive permissions.
My goal is to catch you at the gate (the pickup) before you start the marathon! Let me know how the pickup counter feels after your first full day!
Counting pickups instead of minutes is a sharp reframe. Minutes hide the ten-second unlock, look, lock loops, and those are the ones that break focus. How does Fewer decide a pickup was for nothing? Is it no app opened within a few seconds, or something smarter?
Fewer
@whateverneveranywhere Glad the reframe resonated! That micro-loop is exactly what was killing my own focus.
The logic is intentionally simple and immediate: a pickup counts as "for nothing" if the phone is locked back within a few seconds without opening any app, or if you just look at the launcher and lock it again.
No complex AI or heavy background processing, just a straightforward timeout check on screen-on vs. screen-off events to keep battery usage near zero and code clean.
If you unlock, glance, and lock right back: that's a phantom pickup.
@alisrc ha, so a few-second timeout on screen-off. simple is right for that. does it count a notification glance the same way, or only pickups you started yourself?
Fewer
@whateverneveranywhere Good question! It only counts actual user unlocks, not passive notification glances.
If a notification lights up your screen but you don't unlock the device, it doesn't count as a pickup.
It triggers when you actively unlock the phone:
Unlock > Open notification app: Standard pickup.
Unlock > Read notification on lockscreen/home > Lock back: Counted as "for nothing" (since no app was launched).
Keeping it strictly tied to the unlock action prevents false positives from passive ambient screen wakeups!