Itchy: The Free NotchNook, Racing Against Apple's Clock
2026-03-06 | ProductHunt | 81 Votes

30-Second Quick Judgment
What is this?: It turns your MacBook's notch into a functional hub with 14 built-in modules (Pomodoro, Now Playing, Calendar, Mail, Clipboard, Notes, etc.) and provides an SDK for developers to write their own extensions. Completely free.
Is it worth your attention?: If you use a MacBook and want to turn that notch into a productivity tool for zero cost, give it a try. But if you're thinking about investing time into developing a similar product—don't. Apple has already announced that the M6 MacBook Pro in late 2026 will feature a native Dynamic Island. The window for this niche is less than a year.
Three Key Questions
Is it for me?
- Target Audience: Users of notched MacBooks (2021+ MacBook Pro/Air), especially efficiency junkies who love tweaking their desktop workflow.
- Am I the target?: If you look at your MacBook notch every day and think it's a waste of space, yes—you are the target.
- When would I use it?:
- While coding or writing, you want to quickly check your calendar, skip a song, or check the weather -> Use the Itchy notch panel.
- Before a video call, you want to check your camera status -> Use the Devices module.
- You need a teleprompter but don't want to install a separate app -> Use the Prompter module.
- You're a Pomodoro fan -> Use the Focus Timer module.
Is it useful?
| Dimension | Benefit | Cost |
|---|---|---|
| Time | Saves minutes daily by avoiding window switching; system toggles are one click away. | ~5 minutes for installation and configuration. |
| Money | Completely free. Saves you the $25 you'd spend on NotchNook. | Zero. |
| Energy | Aggregates common functions at the notch, reducing distractions. | Requires a short period to get used to the new interaction. |
ROI Judgment: Free + 5-minute setup = almost zero barrier to entry. Worth installing to play around; if you don't like it, just delete it.
Is it delightful?
The 'Aha!' Moments:
- Quick Toggles Panel: Wi-Fi, Mute, Mic, and Bluetooth switches pop right out of the notch—10x faster than digging through System Settings.
- 14 Modules for Free: Competitors either charge (NotchNook $25) or have fewer modules (BoringNotch has about 6-8).
SDK Expansion:
This is where Itchy pulls ahead—you can compile and import .bundle modules, turning the notch into whatever you want. This is almost unique in the notch app space.

Screenshot Breakdown: Itchy's settings interface showing the Modules tab with toggles for Mail, Quick Toggles, Focus Timer, Weather, System Stats, Prompter, and Voice Recorder. The bottom features a Custom Modules area for .bundle files.

Screenshot Breakdown: The expanded Itchy interface showing Devices (Bluetooth) on the left, Now Playing (Netflix/Firefox) in the center, and Quick Toggles (Wi-Fi/Mute/Mic/Bluetooth + Volume slider) on the right.
For Indie Developers
Tech Stack
- Framework: Highly likely Swift + SwiftUI (the industry standard for macOS notch apps like NotchNook and BoringNotch).
- Module System: Compiled .bundle files, similar to macOS plugin architectures.
- SDK: The Nook Modules SDK allows developers to create and import custom modules.
Core Implementation
macOS provides no official API for the notch. The principle for all notch apps is: detect the notch's screen position (via NSScreen.frame and safeAreaInsets), overlay a SwiftUI window on that area, and respond to mouse hover/click events to expand or collapse the panel. Check out DynamicNotchKit, an open-source Swift Package, for a reference implementation.
Itchy's modular design is clever—using a .bundle architecture for hot-loading shows the team put significant thought into the architecture.
Open Source Status
- Is it open source?: No, no public repository for Itchy was found on GitHub.
- Similar Open Source Projects:
- TheBoringNotch — The most mature open-source alternative.
- MewNotch — A lightweight HUD alternative.
- ComfyNotch — A notch app with AI chat.
- DynamicNotchKit — A Swift Package for building notch apps.
- Build Difficulty: Medium. 1-2 person-months. Basic window overlay isn't hard, but 14 modules + an SDK system requires real engineering effort.
Business Model
- Monetization: Completely free, no current revenue stream.
- Speculation: Likely a personal project/portfolio piece, or a lead-in for future Pro modules or enterprise customization.
Giant Risk
This is the dealbreaker—Apple is coming.
Bloomberg reported in February 2026 that Apple will natively include Dynamic Island on the M6 MacBook Pro (OLED models) in late 2026:
- The notch will shrink to an iPhone-style punch-hole.
- Dynamic Island UI will show music, timers, calls, AirDrop progress, etc.
- Third-party app integration will be supported.
- It will launch alongside touchscreens and touch-optimized macOS interfaces.
This means: The value proposition for third-party notch apps will be largely wiped out by late 2026. Apple will solve the "make the notch useful" problem natively.
For Product Managers
Pain Point Analysis
- Problem Solved: The MacBook notch is "dead space" with no interactive features from Apple (unlike the iPhone's Dynamic Island).
- Severity: Mid-frequency use, "nice-to-have" demand. Not essential, but definitely convenient once you have it.
User Persona
- Core Users: Efficiency enthusiasts, Mac power users, developers.
- Edge Users: Average MacBook users who might not even notice the notch.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Now Playing | Core | Controls music/video, shows album art. |
| Quick Toggles | Core | Fast switches for Wi-Fi/Mute/Mic/Bluetooth. |
| Focus Timer | Core | Pomodoro timer. |
| Calendar | Core | Quick view of calendar events. |
| Clipboard History | Core | Access to copied items. |
| Notes | Utility | Quick note-taking. |
| Weather | Utility | Weather display. |
| System Stats | Utility | System monitoring. |
| Nice-to-have | Email overview (currently disabled). | |
| Prompter | Nice-to-have | Teleprompter for speakers. |
| Voice Recorder | Nice-to-have | Quick audio recording. |
| Live Activities | Nice-to-have | Real-time updates. |
| Devices | Nice-to-have | Bluetooth device status. |
| Storage | Nice-to-have | Disk space monitoring. |
| Custom SDK Modules | Differentiator | Extensibility via custom modules. |
Competitor Comparison
| Dimension | Itchy | NotchNook | BoringNotch | MediaMate |
|---|---|---|---|---|
| Price | Free | $25 / $3 mo | Free | €6.99 |
| Built-in Modules | 14+ | ~8 | ~6 | ~3 |
| SDK Extension | Yes | No | No | No |
| Open Source | No | No | Yes | No |
| Community Maturity | Very Low | High | Mid-High | Mid |
| File Drag & Drop | Unconfirmed | Yes | Yes (AirDrop) | No |
| Customization | Mid | Very Deep | Mid | Low |
Key Takeaways
- SDK Strategy: Letting users build their own modules is a great low-cost way to expand functionality, similar to the VSCode plugin ecosystem.
- Modular Toggle Design: Individual switches for each module + drag-and-drop sorting keeps the app from feeling bloated.
- Free Strategy: In a market where everyone else charges, "Free" is the most effective user acquisition tool.
For Tech Bloggers
Founder Story
- Founder: Selcuk (Twitter @funnytrdude)
- Background: Indie developer, limited info. Based on Twitter style, likely a non-native English speaker, possibly from Turkey.
- Motivation: Created a free version in a paid market and added SDK capabilities.
Controversy / Discussion Angles
- Angle 1 — "Free vs. Paid Notch War": NotchNook costs $25, Itchy is free. NotchNook is more mature, but can free win the long game?
- Angle 2 — "Apple is taking over": With Dynamic Island coming to Mac in late 2026, do these apps have a future? How do indies capture value in the window before a giant enters?
- Angle 3 — "Open SDK vs. Closed Ecosystem": Can Itchy's open strategy build a moat before Apple arrives?
Heat Data
- PH Ranking: 81 votes (relatively low).
- Twitter Buzz: Almost zero (3 tweets, 2 from bots).
- Search Trends: Almost no independent coverage for "Itchy macOS notch" on Google yet.
Content Suggestions
- Best Approach: Don't write about Itchy in isolation. Include it in a "2026 macOS Notch App Mega-Review" alongside NotchNook and BoringNotch, while breaking the news about Apple's native Dynamic Island.
- Timing: Wait for WWDC 2026 (June). When Apple announces Dynamic Island for Mac, write a piece titled "These Indie Devs Beat Apple to the Punch by 3 Years."
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Free | $0 | All 14+ modules + SDK | Yes, it's the full package. |
No paid tiers. Completely free.
Getting Started
- Setup Time: ~5 minutes.
- Learning Curve: Low.
- Steps:
- Download Itchy from ProductHunt or the App Store.
- Select modules in settings (most are on by default).
- Move your mouse to the notch to expand the panel.
- Drag modules to reorder your layout.
Pitfalls & Complaints
- Mail Module is broken: The UI says "Mail is temporarily disabled. It will be available in the next version."
- Zero Community: No Reddit threads, no independent reviews, no feedback forum. You're on your own with the dev.
- New Product Risk: Just released; stability and long-term support are unproven.
Security & Privacy
- Data Storage: Settings include "Data" and "Permissions" tabs, showing the dev has considered access management.
- Privacy Policy: No standalone policy page found.
- Security Audit: None.
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| NotchNook | Most mature, deepest customization, large community. | $25 price tag. |
| BoringNotch | Free & Open Source, active community. | Fewer features, no SDK. |
| MediaMate | Best media control experience. | Media only, €6.99. |
| MewNotch | Open source, minimalist. | Barebones features. |
| Perch | App Store listed, feature-rich. | Paid. |
For Investors
Market Analysis
- Sector Size: macOS notch apps are an extremely niche market; no independent market reports exist.
- Potential User Pool: ~20-30 million MacBooks sold annually, most with notches. However, only 1-5% of users are likely to install a third-party notch app.
- Growth Rate: Moderate growth as more users realize the notch can be functional.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Leader | NotchNook | Full-featured paid leader. |
| Mid-Tier | BoringNotch, Alcove, MediaMate | Niche specializations. |
| Newcomers | Itchy, Perch, MagicNotch | Differentiated competition. |
| Final Boss | Apple (2026 Q4) | Native Dynamic Island on Mac. |
Timing Analysis
This is the most critical factor—the timing is delicate.
- Why it's risky: Apple has confirmed the M6 MacBook Pro (late 2026) will have native Dynamic Island + OLED + Touchscreen. This kills the core value of third-party notch apps.
- The Window: March 2026 to late 2026 (approx. 9 months). After that, new Mac users will have native features.
- Legacy Value: Existing notched MacBooks (2021-2025) won't get the native Dynamic Island, so these apps will still have value for the secondary market.
Team & Funding
- Founder: Selcuk, indie developer.
- Core Team: Likely a 1-person operation.
- Investment Value: Very low—Free product + Apple's imminent entry + extreme niche market.
Conclusion
Itchy is a feature-rich, completely free notch app with an SDK, but it was born in a race that Apple is about to end.
It's a high-effort indie project—14 free modules and an open SDK. A year ago, this would have terrified NotchNook. In March 2026, with only 9 months until Apple's native solution, its long-term commercial value is significantly hampered.
| User Type | Recommendation |
|---|---|
| Developers | Study the modular architecture and SDK design, but don't build a competitor now. |
| Product Managers | Study the "Free + SDK" strategy for user acquisition before a giant enters. |
| Bloggers | Use it as a component for a larger "Notch App Review" or "Apple vs. Indies" story. |
| Early Adopters | It's free and harmless. Quick Toggles and Focus Timer are genuinely useful. |
| Investors | Avoid. Free product + Niche + Apple entry = Triple threat. |
Resource Links
| Resource | Link |
|---|---|
| ProductHunt | https://www.producthunt.com/products/itchy-2 |
| UIComet | https://launches.uicomet.com/products/itchy-eyqNV |
| Developer Twitter | https://x.com/funnytrdude |
| Competitor: NotchNook | https://lo.cafe/notchnook |
| Competitor: BoringNotch | https://theboring.name/ |
| Open Source Ref: DynamicNotchKit | https://github.com/MrKai77/DynamicNotchKit |
| News: Apple Dynamic Island on Mac | https://www.macrumors.com/2026/02/24/touchscreen-macbook-pro-dynamic-island/ |
2026-03-06 | Trend-Tracker v7.3