All tests run on an 8-year-old MacBook Air. All results from shipping 7 Mac apps as a solo developer. No sponsored opinion.
Four of my seven shipped Mac apps are menubar apps. That's not a coincidence.
The UX Case for Menubar Apps
A menubar app is always one click away. No Cmd+Tab. No finding it in the Dock. No window management.
For tools that users reach for repeatedly throughout the day — sync status, quick actions, clipboard history, AI assistant — the menubar is the right home. The friction between "I need this" and "I'm using this" is as low as it gets on macOS.
Compare that to a full-window app: find it in the Dock, click, wait for it to focus, do the thing, switch back. For quick interactions, that's too much.
The Developer Case
Smaller scope. A menubar app has a natural constraint: the popover is small. This forces you to be ruthless about what the app actually does. Feature creep is harder when the UI fits in a 400px wide panel.
Lower support burden. Users who seek out menubar apps are power users. They read the description. They figure things out. The support burden is lower than for general-audience apps.
Faster to ship. No window chrome to design. No window state to manage. No multi-window complexity. The surface area is small — and small means shippable.
The Business Case
Menubar apps solve specific, recurring problems. Users who have that problem will pay for a good solution. The niche is the feature.
HiyokoBar, HiyokoAutoSync, HiyokoHelper — all menubar apps, all solving a specific Android-Mac workflow pain point. The users who need them really need them. That specificity is what makes them sellable.
What Menubar Apps Are Bad For
Content that requires space. If the user needs to see a lot of information at once — a large file list, a complex dashboard, a full document — a menubar popover is the wrong container.
The constraint that makes menubar apps fast to build is the same constraint that limits what they can do. Know the limit before you start.
The Verdict
If you're a solo dev looking for your next project: find a recurring, specific pain point that fits in a popover. Build a menubar app. Ship it in a weekend.
The menubar is underrated because it looks small. Small is the point.
If this was useful, a ❤️ helps more than you'd think!
👉 HiyokoBar → https://hiyokomtp.lemonsqueezy.com/checkout/buy/f9b85321-6878-40aa-a472-ff748d6de2d5
X → @hiyoyok
Top comments (1)
TL;DR: