Itsyconnect: Finally, a "Usable Version" of App Store Connect
2026-03-06 | ProductHunt | Official Site

Interface Breakdown: This is the main dashboard of Itsyconnect. The sidebar clearly separates Releases, Insights, and TestFlight, while the right side displays downloads, revenue, and crash rates. The overall style is exactly what the macOS version of App Store Connect should have been if Apple had built it.
30-Second Quick Take
What is it?: A native macOS desktop client that replaces Apple's frustratingly slow App Store Connect web portal. Manage metadata, view analytics, reply to reviews, and handle TestFlight—all from your desktop.
Is it worth it?: If you are an iOS/macOS developer, it's definitely worth a try. The free version manages one App with no feature compromises. With only 2 votes on PH, it's still under the radar, but the product itself is highly polished.
Three Key Questions
Is it for me?
- Target Users: iOS/macOS indie developers, small studios, freelancers.
- Are you one?: If you open App Store Connect daily to check data, manage versions, or reply to reviews—you are the target.
- Use Cases:
- Checking yesterday's downloads and revenue in the morning --> No more waiting 15 seconds for the web page to load.
- Editing Release Notes in 20 languages before a launch --> Switch instantly with a global language selector.
- Managing 3 client developer accounts --> Multi-account support in a single window, no more constant re-logging.
- Replying to negative reviews --> AI helps generate professional responses and translates them automatically.
Is it useful?
| Dimension | Gains | Costs |
|---|---|---|
| Time | Save 10-30 mins daily (no loading, no re-logging) | 10 mins setup |
| Money | Free for 1 App; €19.99 lifetime for unlimited | The price of a lunch |
| Effort | Navigation simplified to two clicks | Near zero |
ROI Judgment: If you only have one App, the free version is a zero-cost win. If you have multiple Apps or accounts, the €19.99 buy-out is 5x cheaper than NativeConnect’s $99. There’s almost no reason not to get it.
Is it actually good?
The "Aha!" Moments:
- No daily login: Credentials stay in the macOS Keychain; just open and go.
- AI Review Replies: Generate professional replies with one click, automatically translated into the user's language.
- Zero Telemetry: No cloud, no analytics, no tracking—your data never leaves your Mac.
The "Wow" Factor:
To be honest, this product is so new (only 2 PH votes) that there’s zero discussion on Twitter or Reddit in the last 30 days. But looking at the screenshots and feature list, the completion level is high—supporting Dark Mode, AI assistance, and multi-language management, it feels more polished than tools that have been out for years.
Real User Feedback:
No public user reviews yet. This is an extremely early-stage product with near-zero community noise. But that also means if you try it now, you’re among the first to benefit.
For Indie Developers
Tech Stack
- Platform: Native macOS Desktop App
- Local Storage: SQLite database
- Security: AES-256-GCM encryption, credentials in macOS Keychain
- API: Based on the App Store Connect API (Apple's official REST API)
- Website Frontend: Next.js (inferred from the
_next/imageURL structure) - Framework: Likely SwiftUI (modern macOS style), whereas competitor NativeConnect uses AppKit
Core Implementation
Itsyconnect is essentially a "beautiful shell" for the App Store Connect API. Apple has provided an official REST API since 2018, allowing third-party tools to legally read and write ASC data. The technical barrier isn't high—the difficulty lies in the experience. From the screenshots, the team put a lot of thought into UI/UX: Dark Mode, AI assistant buttons (sparkle icons next to text boxes), and a bottom submission status bar.

Interface Breakdown: The Store Listing editor in Dark Mode. Note the AI assistant icon (sparkle) next to the text box and the clear submission checklist at the bottom. The version management dropdown distinguishes between "Prepare for Submission" and "Ready for Distribution" at a glance.
Open Source Status
- Closed Source: No public repositories on GitHub.
- Similar Open Source Projects: app-store-connect-mcp-server—an MCP protocol project for the ASC API, but far less complete than Itsyconnect.
- Build-it-yourself Difficulty: Medium. Calling the API is easy; polishing the UI and covering all features is hard. Expect 1-2 person-months for a basic version, and 3-4 for Itsyconnect's level of polish.
Business Model
- Monetization: One-time purchase (no subscription).
- Pricing: Free (1 App) / €19.99 (Pro, unlimited Apps + multi-account).
- The Smart Move: Sold directly via credit card, bypassing the Mac App Store and Apple's 30% cut.
- User Base: Not disclosed; 2 PH votes suggest it's very early.
Giant Risk
This is an interesting bet. Apple currently only provides web and iOS versions of App Store Connect—they have never made a macOS desktop version. Developers write code on a Mac but have to open a browser to manage the App; this friction has existed for years. WWDC 2025 improved APIs and build monitoring, but still no desktop app.
Risk Assessment: Medium. Apple could theoretically build this anytime, but years of inaction suggest it's a low priority. The window for third-party tools remains open.
For Product Managers
Pain Point Analysis
This product hits a classic pain point: The App Store Connect web version is notoriously bad among developers.
How bad? Look at what devs say:
- "App Store Connect is the worst website ever made" — from lapcatsoftware
- "Page loads take 15+ seconds, and list content takes another 15" — from Apple Community
- "Remember me simply doesn't work" — from Apple Developer Forums
- Even the API is slow: Developer Forum complaints
The pain is high-frequency and essential. Every iOS developer uses ASC daily, pays a $99 membership fee + 30% cut, yet gets a web tool with a 2010-era experience.
User Persona
- Core User: Indie developers (42% of Apple's registered devs).
- High-Value User: Freelancers or small studios managing multiple Apps.
- Scenarios: Daily data checks, release management, review replies, TestFlight management.
Feature Breakdown
| Feature | Type | Description |
|---|---|---|
| Metadata Editing | Core | Multi-language Release Notes / Descriptions |
| TestFlight Management | Core | Build status, batch expiration, crash tracking |
| Analytics Dashboard | Core | Downloads/Revenue/Crashes/Conversion |
| AI Review Replies | Differentiator | A feature missing from most competitors |
| Multi-account Switching | Core | A must-have for freelancers |
| Screenshot Management | Delighter | Categorized by device and language |

Interface Breakdown: The screenshot management page. Zoned by device size (iPad Pro 12.9" / 11") with resolution requirements labeled and multi-language support. Much more intuitive than the ASC web version.
Competitive Landscape
| Dimension | Itsyconnect | NativeConnect | Apple ASC | Appfigures |
|---|---|---|---|---|
| Type | Native macOS | Native macOS (AppKit) | Web | SaaS |
| Price | Free / €19.99 Buy-out | Free (Read-only) / $99 Buy-out | Free | Expensive (Enterprise) |
| AI Features | AI Replies + Translation | None | None | None |
| Multi-account | Pro Support | Supported | Not Supported | Supported |
| Privacy | Local, Zero Telemetry | Local Sandbox | Cloud | Cloud |
| Maturity | Very Early (2026) | Mature (Since 2018) | Official | Mature |
Key Takeaways
- €19.99 Buy-out vs. $99 Competitor — Use aggressive pricing to capture early users.
- AI Review Replies — Simple but useful; competitors haven't implemented it.
- "Zero Telemetry" as a USP — Turning extreme privacy into a differentiator; indie devs love this.
- No Feature Gating for Free Version — Limit by quantity, not features, to lower the trial barrier.
For Tech Bloggers
Founder Story
Founder info is completely anonymous. No names, LinkedIn, or Twitter profiles found. Based on product traits:
- Likely a solo indie dev.
- Operates under the "Itsyapps" brand, focusing on "lightweight macOS toolsets."
- Philosophy: "Launch instantly, respect your privacy, do one thing well—no telemetry, no bloat, no subscription traps."
- This ultra-low-profile style is common in the indie dev community.
Discussion Angles
- "Privacy Extremism": Zero telemetry means the developer has no idea how users use the product. How do you iterate without data? Is it a belief or a strategy?
- Price War: €19.99 vs. NativeConnect’s $99—is this a disruptor's strategy or a sustainable price?
- The ASC Rant: Developer complaints about App Store Connect are a perennial traffic-driver; Itsyconnect can be framed as the "finally someone did it" solution.
Hype Data
- PH Rank: 2 votes, almost no exposure.
- Twitter: Zero discussion in the last 30 days.
- Reddit: No related posts.
- Conclusion: High product quality but near-zero marketing—a classic case of "great product, no promotion."
Content Suggestions
- Angle: "Why Apple won't give developers a decent macOS version of ASC"—place Itsyconnect within this narrative.
- News Hook: New Apple SDK requirements taking effect in April 2026 will increase management needs; use this window to write about it.
For Early Adopters
Pricing Analysis
| Tier | Price | Features | Is it enough? |
|---|---|---|---|
| Free | €0 | All features, limit 1 App | Perfect for solo single-app devs |
| Pro | €19.99 (One-time) | Unlimited Apps + Multi-account | Essential for multi-app devs/studios |
No subscription traps. A €19.99 buy-out is roughly the price of a decent dinner.
Getting Started
- Setup Time: 10 minutes.
- Learning Curve: Low. If you've used the ASC web version, you'll understand Itsyconnect's layout instantly.
- Steps:
- Download from the official site.
- Enter your App Store Connect API Key (generated in the Apple backend).
- Data syncs automatically to a local SQLite database.
Potential Pitfalls
Because the product is so new, there isn't enough user feedback to expose all issues. Potential risks include:
- Apple API Restrictions: If Apple changes API rules, third-party tools may be affected.
- Indie Dev Risk: If the developer abandons the project, there is no team to take over.
- Feature Coverage: ASC has many features; new tools may still have uncovered corners.

Interface Breakdown: TestFlight Builds list. Clearly shows the status of each build (Testing / Expired / Ready to submit), installs, sessions, and crashes. Note the date is January 2026—indicating the developer is using this tool to manage their own app, Itsyhome.
Security & Privacy
- Data Storage: Local SQLite.
- Encryption: AES-256-GCM + macOS Keychain.
- Cloud: None. Zero cloud, zero accounts, zero analytics, zero telemetry.
- Privacy Rating: Likely the most extreme privacy protection in its category.
Alternatives
| Alternative | Pros | Cons |
|---|---|---|
| NativeConnect ($99) | More mature (since 2018), featured on 9to5Mac, offline editing | 5x more expensive, free version is read-only |
| App Store Connect Web | Official, free, most complete features | Extremely slow, constant re-logging, complex UI |
| Appfigures | Powerful analytics, cross-platform | Expensive SaaS subscription, cannot edit metadata |
| ASC iOS App | Convenient for mobile | Limited features, difficult on small screens |
For Investors
Market Analysis
- iOS Developer Services Market: ~$15B in 2024, projected to reach $32.1B by 2033 (8.5% CAGR).
- App Store Ecosystem: In 2024, the US App Store facilitated $406 billion in developer billings.
- Registered Developers: 28 million globally.
- Indie Dev Share: 42% (approx. 12 million people).
- Small Dev Growth: 76% revenue growth from 2021-2024.
Competitive Landscape
| Tier | Players | Positioning |
|---|---|---|
| Official | Apple ASC (Web + iOS) | Free but poor experience |
| Top 3rd Party | NativeConnect | Native macOS, $99, since 2018 |
| SaaS Platforms | Appfigures / AppFollow | Enterprise analytics, monthly subscription |
| New Entrant | Itsyconnect | Native macOS, €19.99 buy-out, full features |
Timing Analysis
- Why now?:
- Apple developer frustration with the ASC web version has built up for years with no official desktop alternative.
- New SDK requirements in April 2026 increase management overhead.
- AI capabilities are mature (AI review replies are a key differentiator).
- NativeConnect’s $99 price point creates space for a low-cost entry.
- Window of Opportunity: Still open. Apple hasn't built a desktop version in years and is unlikely to do so soon.
Team Background
- Undisclosed. Highly likely a bootstrapped indie developer project.
- Operates the "Itsyapps" brand with multiple product lines.
Funding Status
- No funding info.
- Buy-out model + no subscription = unlikely to be a VC-backed project.
- Follows the "build the tool I want to use" path of indie developers.
Conclusion
Itsyconnect is a well-executed native macOS App Store Connect client entering a niche market long dominated by NativeConnect. It uses aggressive €19.99 buy-out pricing to gain ground. The product is solid, but marketing is currently non-existent.
| User Type | Recommendation |
|---|---|
| Developer | Try it—the free version manages 1 App at zero cost. If you're tired of ASC web lag, this is a winner. |
| Product Manager | Watch—AI review replies + extreme privacy positioning are clever differentiation strategies. |
| Blogger | Writeable—"Why Apple won't make a macOS ASC" is a great hook, though the product itself is currently low-hype. |
| Early Adopter | Recommended—€19.99 buy-out is 5x cheaper than NativeConnect with comparable features. |
| Investor | Observe—The niche is small, it's an indie project, and there's no growth data; not a typical investment target. |
Resource Links
| Resource | Link |
|---|---|
| Official Site | https://itsyconnect.com/ |
| ProductHunt | https://www.producthunt.com/products/itsyconnect |
| Itsyapps (Parent Brand) | https://itsyapps.com/ |
| Competitor: NativeConnect | https://nativeconnect.app/ |
| Apple ASC API Docs | https://developer.apple.com/app-store-connect/ |
2026-03-06 | Trend-Tracker v7.3