Rohan Chaubey

Apple Cracks Down on ‘Vibe Coding’ Apps

by

Apple is reportedly pushing back on AI “vibe coding” apps like @Replit and @Vibecode App, tools that let users create apps just by typing prompts.

The issue isn’t a new rule. Apple is enforcing an old one:

  • Apps must be self-contained

  • They can’t download or run new code that changes functionality after review

That’s exactly what vibe coding apps do, they can turn into completely new apps on the fly.

Apple is cracking down on apps with AI vibe coding capabilities listed in the App Store, preventing the rapid creation of apps that don't pass through the App Store Review process.

  • Vibe coding turns anyone into a builder instantly, apps evolve in real-time

  • Apple wants predictability, security, and control over what runs on iPhones

From Apple’s POV, this could:

  • Break the review system

  • Introduce unpredictable or unsafe behavior

  • Even bypass the App Store entirely

From developers’ POV:

  • This limits a major shift in how software is created

  • Feels like Apple protecting its ecosystem (and revenue)

Apple is okay with AI helping you build apps (even integrating AI into Xcode)

But it draws the line at: AI-generated apps that run and evolve inside another app

Chrome Web Store could face a similar issue where extension developers auto-update without full reviews, and Google hasn't cracked down yet, worth watching for changes.


What's your take? With AI now generating apps instantly, should Apple and Google retain tight control over distribution, or is the gatekeeper model starting to crack?

235 views

Add a comment

Replies

Best
Nikita Lokhmachev

the sandboxing framing here is interesting. apple's concern isn't really about vibe coding per se, it's about runtime code execution escaping the review perimeter.

the "self-contained app" rule exists because the trust model assumes you can audit what ships. once an app can generate and run arbitrary logic at runtime, that audit becomes meaningless. the app you reviewed isn't the app running on someone's phone anymore.

faster review pipelines don't solve this. a meaningful containment boundary with visibility into what's actually executing does. that's harder to build, but it's the only answer that doesn't just defer the problem.

Calvin Lim

There's so many copycat apps I think it was just a matter of time before Apple cracked down a bit. Interested to see how this plays out long term. I think this crackdown ensures apps meet some level of quality and not turn into the Wild West.

Rohan Chaubey

@calvin_lim_1 Totally agree, the copycat wave made this almost inevitable. Reminds me how less products started surfacing on PH leaderboard when a lot of people started to vibe code and launch.

Calvin Lim

@rohanrecommends  definitely changes the market, but I think cracking down on half-baked apps had to start. Vibe coding is like building a house but only getting a frame. You need time to add plumbing, circuits, etc and complete stress testing.

Rohan Chaubey

@calvin_lim_1 I love that analogy. Very well said, Calvin. I second you! :)

Saber Kasbaoui
@rohanrecommends sounds like a familiar pattern: when companies can’t keep up with change, they fall back on restricting and regulating rather than innovating. Slightly surprising to see this dynamic coming from players like Apple and Google though
Rohan Chaubey

@saber_k I hope they streamline the review process for faster approvals, so apps like Replit can keep functioning while ensuring oversight on in-app changes.

Tom Riedel

Yeah, I heard about Replit and wondered how it could actually work. There's a bit more than just coding needed to get on the app store.

Rohan Chaubey

@sweeteyecandy Yeah, app stores have established standards in place, just like we do for products on Product Hunt leaderboard.

Emmanuel Afolabi

This is a fascinating tension between innovation and platform control. On one hand, vibe coding represents a huge shift in software creation letting anyone prototype or iterate instantly. On the other, Apple’s rules around self-contained apps exist to ensure security, predictability, and user safety.

It seems like the core question is: do we prioritize speed of creation or trust and safety? Personally, I think there’s room for compromise sandboxed AI-generated apps, clear audit trails, or limited runtime changes could allow innovation while keeping the platform secure.

Rohan Chaubey

@emmanuel_afolabi I like how you framed it as speed of creation vs trust and safety... that’s exactly the tradeoff at play here. I like your idea of sandboxed AI-generated apps and clear audit trails; feels like the right middle path where Apple doesn’t have to give up control, but builders don’t lose this new way of creating either. :)

Umair

tbh apple is right on this one. an app that can mass-produce other apps inside itself is basically a sideloading backdoor with extra steps. the "gatekeeper" framing makes it sound anti-innovation but letting unreviewed code run on peoples phones is how you get malware factories lol

Rohan Chaubey

@umairnadeem That's a spot-on point! Every version update needs a proper review to maintain that trust. Otherwise, it's no different from installing a private APK instead of downloading from an app store, where users expect vetted apps.