Apple Banned 3 Vibe Coding Apps — 7 Tools That Still Work

Apple removed Replit, Vibecode, and Anything from the App Store. Here's why, which vibe coding tools still work everywhere, and what it means for you.

Apple just removed three of the most popular vibe coding apps from the App Store. Replit, Vibecode, and an app called Anything — all gone. And the reason comes down to a rule Apple wrote years before anyone had heard of vibe coding.

Meanwhile, the vibe coding market is on fire. Cursor is pulling in $2 billion a year in revenue. Lovable hit $400 million. App Store submissions jumped 84% in the first quarter of 2026 alone, mostly because of these tools. Apple is cracking down on the very thing that’s driving growth on its own platform.

So what happened? And more importantly — which tools still work if you want to build apps with AI?

What Is Vibe Coding?

If you haven’t come across the term: vibe coding means telling an AI what you want in plain English, and the AI writes the code for you. No programming skills needed. You describe what the app should do, tweak it through conversation, and ship something functional.

Andrej Karpathy — former head of AI at Tesla, co-founder of OpenAI — coined the term in early 2025. He described his own workflow as basically talking to his code editor and hitting “accept all” without reading the output. That casual approach caught on fast. In 2026, 92% of US developers use AI coding tools daily, and 46% of all new code on GitHub is AI-generated.

But vibe coding isn’t just for developers anymore. Product managers, designers, teachers, and small business owners are building working apps with zero coding experience. The tools below are how they’re doing it.

What Apple Actually Did

Here’s the timeline:

  • December 2025: Apple quietly starts blocking updates for Anything, a vibe coding app that let users build apps from text prompts
  • March 18, 2026: Apple blocks updates for Replit and Vibecode. No public announcement — developers just noticed
  • March 23: Apple tells The Information it’s not targeting vibe coding specifically, just enforcing existing rules
  • March 30: Apple pulls Anything from the App Store entirely
  • April 2: Anything’s team responds by moving the entire experience into iMessage. Their post on X got 16,500 likes: “BREAKING: Apple is scared of vibe coding. They removed Anything from the App Store so we moved app building to iMessage. Good luck removing this one, Apple.”
  • April 6: Anything briefly returns to the App Store, then gets pulled again. Nobody’s saying why

The rule Apple is citing? Guideline 2.5.2. It says apps must be “self-contained” and can’t “download, install, or execute code which introduces or changes features or functionality.” This guideline existed long before AI coding tools. But vibe coding apps — which generate and run new code on demand — hit it head-on.

Apple told Replit it could get updates approved if it opened generated app previews in an external browser instead of showing them inside the app. Vibecode was told to remove the ability to generate software specifically for Apple devices. The message was clear: you can help people code, but you can’t let them build and run apps inside your app.

Why Apple Is Worried

The numbers tell the story.

App Store submissions hit 235,800 new apps in Q1 2026 — an 84% increase over the same period last year. Vibe coding tools are the primary driver. People who’d never have built an app before are now submitting them. And Apple’s review process wasn’t built for this volume. Review times expanded from the typical 24-48 hours to 7-30+ days.

Apple’s problem isn’t the tools themselves. It’s that vibe-coded apps bypass the normal development process. When someone uses Replit or Vibecode to generate an app inside the app itself, Apple can’t review the generated code before it runs. That’s a real security concern — and it’s also a real threat to Apple’s position as the gatekeeper of what software runs on iPhones.

As one developer put it: “Apple blocking vibe coding apps is like banning WordPress from the App Store in 2010. The people building these apps are their next generation of developers. Shutting them out now just pushes the whole ecosystem to web and Android.”

CNBC published a column saying Apple is “on the wrong side of history.” That’s a strong statement for a publication that usually gives Apple the benefit of the doubt.

The $4.7 Billion Market Apple Can’t Ignore

Vibe coding is not a side project trend. It’s a $4.7 billion market growing at 38% annually. Here’s the scale:

CompanyRevenue (ARR)ValuationUsers
Cursor$2 billion$29.3 billion7 million developers
Lovable$400 million$6.6 billion200K new projects/day
Replit$240 million (targeting $1B)$9 billion50 million builders

Cursor went from unknown to $2 billion in annualized revenue faster than almost any software company in history. Lovable scaled from $1 million to $200 million ARR in a single year, then doubled to $400 million in four months. Replit raised a $400 million Series D at $9 billion and is targeting $1 billion in revenue by the end of 2026.

These aren’t hobby projects. 60% of Cursor’s revenue comes from enterprise customers. When Apple bans these tools from the App Store, it’s not just annoying indie developers — it’s creating friction for companies with real engineering teams.

Which Vibe Coding Tools Still Work Everywhere

Here’s the practical question: if you want to vibe code today, which tools actually work regardless of what Apple does?

The short answer: most of them. Apple’s ban only affects mobile apps that generate and run code inside themselves. Desktop tools, browser-based tools, and terminal-based tools are completely unaffected.

ToolPriceBest ForWorks on iOS?
Cursor$20/moDevelopers who want AI inside their code editorN/A (desktop app)
Claude CodePay-per-useComplex, multi-file projects from the terminalN/A (terminal)
Google AI StudioFreeQuick prototypes with built-in database and authYes (browser)
Lovable$25/moNon-coders building complete apps from descriptionsYes (browser)
Bolt.new$29/moFastest path from idea to deployed URLYes (browser)
Windsurf$20-200/moDevelopers who want choice of AI modelsN/A (desktop app)
ReplitFree-$25/moLearning to code + building in browserWeb version works, mobile app blocked

The tools Apple banned — Replit’s mobile app, Vibecode’s mobile app, and Anything — let you generate and preview apps natively on your iPhone. That’s the part Apple objects to.

The tools Apple can’t touch — Cursor, Claude Code, and Windsurf are desktop applications. They never needed the App Store. Google AI Studio, Lovable, and Bolt.new run entirely in your browser, so they work on any device with a web browser — including iPhones.

If you were using Replit on your phone, you can still use Replit’s full web version at replit.com. You lose the native app experience, but every feature still works.

For a full breakdown of each tool’s strengths and weaknesses, check our complete vibe coding tools comparison.

How People Actually Pick Between These Tools

After digging through hundreds of posts from real users, a clear pattern emerges: people don’t just pick one tool and stick with it. The common workflows look like this:

Non-technical users: Start with Lovable or Bolt.new to get a working prototype, then hand it to a developer who finishes it in Cursor or Claude Code.

Developers: Use Cursor for everyday coding inside a familiar editor, switch to Claude Code for complex multi-file refactoring from the terminal. As one developer described it: “Claude Code for greenfield builds, Cursor for refactoring existing codebases where context matters more than speed.”

Beginners testing the waters: Google AI Studio is free and runs entirely in your browser. Since March 2026, it includes full-stack vibe coding with the Antigravity agent — database, authentication, and deployment built in. It’s the lowest-risk way to see what vibe coding can do.

The graduation path that keeps coming up: prototype fast in Lovable, graduate to Cursor for production. Bolt.new is great for getting something deployed in under 10 minutes, but several users noted the code it generates “has patterns you’ll regret at scale.” Fine for prototypes, risky for anything you’re building a business on.

What This Means for You

If you’re already using Replit or Vibecode on your phone: Your mobile experience is disrupted, but both tools still work fully in the browser on any device. Open replit.com on your iPhone’s Safari — same features, no App Store needed. The Anything team moved their experience to iMessage, though how long that lasts is anyone’s guess.

If you’re choosing a vibe coding tool for the first time: Don’t pick based on which mobile app looks nicest. Pick based on what you’re building and where you’re comfortable working. Browser-based tools (Lovable, Bolt.new, Google AI Studio) and desktop tools (Cursor, Claude Code, Windsurf) are immune to App Store politics. That’s worth considering.

If you’re a business owner evaluating these tools for your team: The Apple ban highlights a real risk — platform dependence. Any tool that relies on a single distribution channel (the App Store, a Chrome extension, a specific cloud provider) can be pulled at any time. The safest bets are tools that work across multiple platforms and don’t depend on any one company’s approval. Right now, that means Cursor, Claude Code, and browser-based tools.

If you’ve never tried AI-powered coding: This is actually a great time to start. Google AI Studio’s vibe coding is free, runs in any browser, and now includes database and authentication built in — no Apple approval needed. Describe what you want, and the AI builds it. You can try our vibe coding course for a structured walkthrough.

The bottom line: Apple’s ban affects a small number of mobile-specific tools, not vibe coding itself. The most popular tools — Cursor, Claude Code, Lovable, Bolt.new — work exactly the same as they did yesterday. If anything, Apple’s crackdown is pushing the ecosystem toward web-first tools that work everywhere, which is probably better for everyone in the long run.

The Bigger Picture

Apple’s Guideline 2.5.2 was written for a world where apps were static things that got reviewed once and then ran unchanged on your phone. Vibe coding breaks that model completely. The whole point is that the app generates new code every time you use it.

Apple’s choices now aren’t great. Enforce the rule strictly, and they push the fastest-growing segment of app development to the web and Android. Relax it, and they lose control over what code runs on iPhones — the control that makes Apple’s platform valuable in the first place.

For now, Apple is enforcing. But the market is moving faster than policy. With $4.7 billion in annual revenue and growing 38% a year, vibe coding is the kind of force that rewrites the rules — not the other way around.

The irony? Apple’s own Xcode integrations have made vibe coding easier for native iOS developers. Apple isn’t against AI-generated code — it’s against AI-generated code it can’t review. That distinction gets harder to maintain as every code editor ships with AI built in.


Sources:

Build Real AI Skills

Step-by-step courses with quizzes and certificates for your resume