# App Development

> Source: https://aiwiki.ai/wiki/app_development
> Updated: 2026-05-13
> Categories: AI Tools & Products, Software Development
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [App Development ChatGPT Plugins](/wiki/app_development_chatgpt_plugins)*

**AI in app development** refers to the use of large language models, generative AI, and AI agents to design, build, test, and ship software applications, with a particular focus on consumer apps, mobile apps, and web products rather than general-purpose programming. The field grew quickly after the launch of [GPT-4](/wiki/gpt_4) in March 2023 and accelerated when [Anthropic](/wiki/anthropic) released [Claude 3.5 Sonnet](/wiki/claude_3_5_sonnet) in June 2024, which was the first model capable of writing complete, working applications from a single natural language prompt with high reliability.

This article covers AI-native "text-to-app" builders such as [Bolt.new](/wiki/bolt_new), [Lovable](/wiki/lovable), [Replit Agent](/wiki/replit), and [Vercel v0](/wiki/vercel_v0); AI features inside no-code and low-code platforms; AI features inside mobile IDEs such as Xcode and Android Studio; AI-augmented app store review and discovery on Google Play and the Apple App Store; AI backend platforms and SDKs; and the marketplaces where AI-generated apps are now sold and shared. The term "[vibe coding](/wiki/vibe_coding)", coined by [Andrej Karpathy](/wiki/andrej_karpathy) in February 2025, is now widely used to describe the practice of building apps by describing them in natural language and accepting the AI's output with minimal review.

App development is distinct from general [software development](/wiki/software_development) because it centers on shipping a finished product, often to an app store, with packaging, signing, distribution, metadata, and post-launch metrics treated as first-class concerns. AI is now embedded at every stage of that pipeline.

## Overview

The AI app development stack in 2025 looks very different from the no-code stack of 2020. A typical AI-built consumer app now passes through several AI layers before it reaches a user:

1. The interface and initial code are generated by a text-to-app builder such as Bolt.new or Lovable.
2. The backend is provisioned by an AI-friendly platform such as [Supabase](/wiki/supabase) or Convex, often with an AI assistant generating the schema and security rules.
3. The mobile binary, if any, is built using an AI-aware IDE such as Xcode 16 or Android Studio with Gemini.
4. The app store listing is written, summarized, and translated with help from generative models on both Google Play and the App Store.
5. The app itself often calls a model API at runtime, with inference billed per user.

Each step removes a traditional barrier (front-end coding, server setup, store copywriting), and each step introduces a new failure mode (exposed API keys, missing row-level security, inference cost blowups, AI slop in store listings).

## History

### No-code era, 2010 to 2022

Before generative AI, the dominant tools for non-developers building apps were visual builders such as Bubble (founded 2012), Webflow (2013), Glide (2018), and FlutterFlow (2020). These platforms used drag-and-drop canvases and predefined components. Building an app required no code, but it did require a user to understand layouts, data models, and conditional logic. Microsoft launched Power Apps in 2016 as the enterprise version of the same idea.

### Early AI assistance, 2022 to 2023

[GitHub Copilot](/wiki/github_copilot) reached general availability in June 2022 and brought autocomplete-style code generation into editors. The launch of [ChatGPT](/wiki/chatgpt) in November 2022 was the larger catalyst because it allowed non-developers to describe what they wanted in plain English and get working code back. In June 2023, Anton Osika at Depict.ai wrote GPT Engineer over a weekend, a command-line tool that turned a natural language brief into a small codebase. GPT Engineer became the most-starred new project on GitHub in days.

In September 2023, [Vercel](/wiki/vercel) announced [v0](/wiki/vercel_v0), an AI tool that generated React and Tailwind UI components from text prompts. The public beta opened in October 2023 and signed up 100,000 people in the first three weeks. Microsoft announced Power Apps Copilot in March 2023, letting users build line-of-business apps by describing them in plain language.

### AI-native app builders, 2024

2024 was the breakout year. The release of [Claude 3.5 Sonnet](/wiki/claude_3_5_sonnet) in June 2024 was the inflection point because it was the first model that could reliably produce a complete, working application in a single zero-shot pass. Three launches followed within months:

- [Replit Agent](/wiki/replit) launched in September 2024, turning Replit's online IDE into an agentic builder that could plan, code, run, and debug an app in one session.
- [Bolt.new](/wiki/bolt_new) launched on October 3, 2024 from StackBlitz, combining Claude 3.5 Sonnet with StackBlitz's WebContainer technology, which runs Node.js entirely in the browser. CEO Eric Simons announced it with a single tweet, no ads, and no launch campaign.
- [Lovable](/wiki/lovable) (the rebranded GPT Engineer App) launched at Slush in November 2024, going to number one on Product Hunt and Hacker News simultaneously.

Claude [Artifacts](/wiki/claude_artifacts) reached general availability in August 2024 and let any Claude user create small interactive web apps in a side panel.

### Vibe coding era, 2025 onward

On February 2, 2025, Andrej Karpathy posted on X that he had been doing "[vibe coding](/wiki/vibe_coding)", a style where you describe what you want, accept what the model gives you, and never read the code. The term took off. Merriam-Webster added it to its slang tracker in March, and Collins English Dictionary named it Word of the Year for 2025.

Growth in the category in 2025 was unusual even by AI standards. Bolt.new reached $20 million in annual recurring revenue (ARR) within two months of launch. Lovable hit $10 million ARR in 60 days, $100 million ARR by July 2025, and $200 million ARR by November 2025. Replit's ARR grew from $2.8 million to roughly $150 million in less than a year, driven mostly by Agent usage.

The app stores felt the result. Apple's App Store received 557,000 new app submissions in 2025, a 24% jump on the previous year and the largest single-year wave since 2016. Review times for new submissions stretched to 14 to 45 days.

## Text-to-app builders

Text-to-app builders accept a natural language description and produce a complete, runnable app, usually a full-stack web app with a frontend, a database, and authentication. Most use a single foundation model (Claude or GPT-4 class) plus a custom orchestrator that handles file edits, dependency installation, and live previews.

| Tool | Launched | Parent / company | Notable feature |
|---|---|---|---|
| [Vercel v0](/wiki/vercel_v0) | October 2023 (beta) | Vercel | First mainstream generative UI tool, React + Tailwind + shadcn/ui output |
| [Replit Agent](/wiki/replit) | September 2024 | Replit | Agentic full-stack builder inside the Replit cloud IDE |
| [Bolt.new](/wiki/bolt_new) | October 3, 2024 | StackBlitz | Runs the whole dev environment in the browser via WebContainers |
| [Lovable](/wiki/lovable) | November 2024 | Lovable AB (Stockholm) | Conversational app builder, Supabase by default |
| Create.xyz (Anything) | 2024 | Create | Natural language prompts plus a visual code-aware editor |
| Codev | 2024 | Codev, Y Combinator | Next.js plus Supabase template, full code export |
| Base44 | January 2025 | Acquired by Wix, June 2025 | Six-month-old solo project sold for $80 million in cash |
| Replit Mobile Apps | February 2025 | Replit | React Native and Expo support, three-click App Store publish |
| v0.app | August 2025 (rebrand) | Vercel | Full-stack agent, in-product PRs and previews |
| Cursor Composer | October 2025 | Cursor (Anysphere) | Mixture-of-experts model trained with reinforcement learning on real codebases |

### Vercel v0

[v0](/wiki/vercel_v0) started in September 2023 as a generative UI tool. The first version generated React components styled with Tailwind CSS and the shadcn/ui library, with each component shipped as paste-ready code. The public beta opened in October 2023 and hit 100,000 waitlist signups in three weeks. By February 2025, v0 was estimated to generate roughly $42 million in ARR, around 21% of Vercel's total revenue.

v0 evolved into a full-stack agent in 2025. The August 2025 relaunch (v0.app) added a sandbox runtime, GitHub repo imports, environment variables pulled from Vercel projects, and a Git panel that creates a branch per chat and opens pull requests against main. By February 2026, Vercel reported more than 4 million users had tried v0, up from 3.5 million at the time of its Series F in September 2025.

### Replit Agent

Replit had been a browser IDE since 2016. [Replit Agent](/wiki/replit), released in September 2024, turned the IDE into a builder that planned and executed tasks. Agent v2 launched in early 2025 powered by Claude 3.7 Sonnet, with improvements in code quality and speed. In February 2025, Replit added React Native and Expo support, letting users build native iOS and Android apps by chatting, then publish them to the App Store and Google Play with three clicks. The official Replit mobile app reached number 1 on the App Store in Developer Tools that year.

Replit switched from a flat per-checkpoint price to effort-based pricing in mid-2025. Simple changes cost as little as $0.06; complex builds can cost several dollars per checkpoint. The change caused public complaints from a part of the user base, who said the model was harder to predict than the old $0.25 per checkpoint rule. Replit closed a $250 million round in September 2025 at a $3 billion valuation, led by Prysm Capital with participation from Amex Ventures and Google's AI Futures Fund.

### Bolt.new

StackBlitz had been working on WebContainers, a technology that runs Node.js inside the browser, for years. The team paired WebContainers with Claude 3.5 Sonnet and launched [Bolt.new](/wiki/bolt_new) on October 3, 2024 with one tweet from CEO Eric Simons. The numbers that followed are now widely cited as the fastest software ramp on record:

- Day one: $60,000 ARR.
- Week four: $4 million ARR.
- Two months: $20 million ARR.
- March 2025: roughly $40 million ARR with about 3 million registered users.
- Mid-2025: about $85 million ARR.

Bolt's pitch was that it ran the full development stack in the browser. There was no install, no terminal, and no local dependency setup. Users typed a prompt, Bolt generated files and ran them inside a WebContainer, and the user could deploy to Netlify with one click. The platform later added Supabase integrations for authentication and storage.

### Lovable

[Lovable](/wiki/lovable), founded by Anton Osika and Fabian Hedin in Stockholm, is the commercial successor to GPT Engineer. Two earlier products under the GPT Engineer App brand launched in 2024 and failed. The team rebranded to Lovable in November 2024 and relaunched. The new product hit number 1 on Product Hunt and Hacker News on the same day.

Growth from there was the fastest in the history of software. By month two, Lovable was at $10 million ARR. By month seven (July 2025), Accel led a $200 million Series A at a $1.8 billion valuation, making Lovable a unicorn. By November 2025, ARR was $200 million. In December 2025, Lovable raised again at a $6.6 billion valuation. The company has stayed in Stockholm, has fewer than 100 employees as of November 2025, and uses no large sales organization.

Lovable's product is a chat interface that builds React + Supabase apps. It defaults to publishing on a lovable.app subdomain, with one-click deploy to a custom domain and GitHub sync.

### Base44

Base44 was founded by Maor Shlomo in Israel in January 2025 as a side project. It used the same playbook as Lovable, with a chat-based builder that handled databases, authentication, and deployment under the hood. Wix acquired Base44 in June 2025 for $80 million in cash plus earn-outs, with the team still at six people and no outside funding. Wix moved Base44's technology into its main platform as an AI app builder.

### Cursor Composer

[Cursor](/wiki/cursor), an AI-first code editor from Anysphere, sits one step closer to traditional development than the pure text-to-app builders. Cursor 2.0 (October 2025) introduced Composer, a mixture-of-experts model trained with reinforcement learning on real codebases. Composer edits multiple files at once, runs tests, fixes lint errors, and navigates large projects. Cursor 2.0 also added an embedded browser tool for agent-driven UI testing, voice input, and a parallel agent system that can run up to eight agents at once.

## No-code and low-code AI assistants

The established no-code platforms added AI features in 2023 and 2024, partly to keep up with the new wave of text-to-app builders.

### Bubble

Bubble.io added an AI App Generator that takes a text prompt and produces a working app, often a database-backed web app, in about five to seven minutes. The user can then switch between the AI agent and Bubble's visual editor for fine-grained control. Bubble launched its native mobile app builder in August 2025, letting users publish iOS and Android apps directly.

### Webflow

Webflow introduced its AI Assistant in October 2024. It generates styled sections (pricing, features, testimonials), produces CMS content, and answers in-product help questions without leaving the canvas. In February 2025, Webflow added an AI Site Builder beta that scaffolds an entire site from a prompt. AI code components let users describe interactive features like pricing calculators and have Webflow build them.

### FlutterFlow

FlutterFlow is a visual builder for [Flutter](/wiki/flutter) cross-platform apps. It integrated [Gemini](/wiki/gemini) as a first-party action so makers can call Gemini for text generation, image analysis, and tool calls without writing Dart. FlutterFlow's AI Agent feature lets a builder pick a provider (Google, OpenAI, or Anthropic) and embed a chatbot or assistant directly into the app's UI.

### Glide

Glide started as a way to turn Google Sheets into mobile apps. Glide AI lets a user type a description like "inventory tracker for my warehouse" and have the platform generate the database schema, screens, user roles, and sample data. According to Glide, the creator typically produces a working prototype in under 15 minutes.

### Airtable

Airtable rolled out Field Agents (AI-powered fields that process data as it lands) and Omni (a conversational sidekick that builds apps, interfaces, and automations). Enterprise customers can pick the underlying model, including OpenAI's GPT family and Anthropic's Claude through Amazon Bedrock. Airtable became a launch partner for ChatGPT's business app directory, so teams can update Airtable bases without leaving ChatGPT.

### Microsoft Power Apps

Microsoft announced Power Apps Copilot in March 2023 at its "Future of Work" event. The pitch was that a user could describe an app, flow, or bot in plain language and Copilot would build it. Copilot in Power Apps reached broader availability over 2024, with new "app skills" (data entry, exploration, visualization, summarization) reaching general availability in 2024 and 2025.

### Builder.io Visual Copilot

Visual Copilot converts Figma designs into production-ready code in React, Vue, Svelte, Angular, Qwik, Solid, or HTML. The pipeline uses a specialized model (trained on more than 2 million data points) plus the open-source Mitosis compiler, then a final framework-specific pass. Component mapping lets the tool reuse a user's existing component library instead of generating fresh markup.

## Mobile IDE AI

### Xcode 16, Swift Assist, and predictive code completion

Apple announced two AI features for Xcode 16 at [WWDC](/wiki/wwdc) 2024:

- **Predictive code completion** runs entirely on the developer's Mac, powered by Apple silicon and a model trained on Swift and the Apple SDKs. Because it is local, suggestions are private and work offline.
- **Swift Assist** is a cloud companion that generates Swift code from natural language prompts. Apple committed that submitted code would only be used to fulfill a request and never used for model training.

Swift Assist had a rough rollout. Apple originally promised it for later in 2024 but it slipped past the WWDC 2025 keynote, drawing public criticism. MacRumors and others reported on its absence in March 2025. Predictive code completion shipped on time with the Xcode 16 release in September 2024.

At WWDC 2025, Apple opened the Foundation Models framework to third-party developers, exposing direct API access to the on-device model that powers [Apple Intelligence](/wiki/apple_intelligence). The framework gives any iOS app access to text summarization, content generation, and intelligent suggestions without sending data to a server.

### Android Studio and Gemini

Google introduced Gemini Pro into Android Studio in April 2024 and expanded the integration at Google I/O 2024 in May. Gemini in Android Studio writes code from custom prompts, explains code, generates unit tests, helps with build errors, and writes release notes. Gemini 1.5 Pro arrived in Android Studio later in 2024, bringing a large context window and multimodal input.

Gemini in Android Studio is now part of Gemini Code Assist, Google's broader developer offering that also covers VS Code, IntelliJ, Colab, Firebase, and Cloud Workstations.

### Flutter and the Gemini API

At Google I/O 2024, Google released the new Vertex AI for Firebase SDKs for Dart, Kotlin, Swift, and JavaScript, so a [Flutter](/wiki/flutter) developer can call Gemini directly from a cross-platform codebase. Flutter 3.22 launched alongside Dart 3.4 with stable WebAssembly compilation for Flutter web.

## AI in app stores and review

### Google Play

Google integrated Gemini models into the Play Store starting in 2024. AI-generated review summaries appear under "Users are saying" on each app listing, along with filter chips that surface reviews about specific features (UI, app stability, account issues). Google also generates app highlights and FAQs.

Research on AI-summarized reviews shows two side effects. A University of Hawaii study on travel platforms found that AI summaries reduce both the number and the length of later user reviews, and they correlate with higher average ratings. The interpretation is that users feel less need to write a long review when the summary already captures common themes.

### Apple App Store

Apple added AI-powered review summaries to the App Store with iOS 18.4 in March 2025, mirroring Google Play's feature.

The App Store also introduced new privacy and AI transparency rules:

- The `PrivacyInfo.xcprivacy` file, announced at WWDC 2023 and enforced from May 1, 2024, makes developers declare exactly what data their app collects and which sensitive APIs it uses.
- From November 13, 2025, Apple enforced new AI transparency guidelines. Any app that shares personal data with third-party AI services must disclose this and obtain explicit user consent.
- A 2024 Statista compliance survey found that nearly one-third of rejected apps failed on missing or inconsistent privacy explanations.

The combination of vibe-coding tools and stricter privacy review created tension. Apple's App Review team became overloaded in 2025 as submission volume hit 557,000 new apps, and the company began pushing back on AI-generated apps that failed transparency requirements.

## Backend and infra AI

A text-to-app builder is only useful if the backend can keep up. Several platforms became default destinations for AI-generated apps in 2024 and 2025.

### Supabase

[Supabase](/wiki/supabase) is an open-source Firebase alternative built on PostgreSQL. Supabase Studio added an AI Assistant in 2024, accessible with `cmd+i`. The Assistant v2 release in December 2024 added schema design, data queries and charting, error debugging, Postgres RLS policy creation, function and trigger management, and SQL-to-supabase-js conversion. Only the schema structure is sent to the underlying model, not the data itself. Supabase is the default backend for Lovable and a common choice for Bolt.new and Codev.

### Convex

Convex is a TypeScript-first backend platform with cloud functions, a database, file storage, scheduling, vector search, and real-time updates in one package. Its Agent component stores conversation history per user thread, supports tool calling with reactive queries, and ranks messages with hybrid text + vector search. Convex's pitch is that agentic workflows can run in the background while the UI stays reactive.

### Vercel AI SDK

The [Vercel AI SDK](/wiki/vercel_ai_sdk) is a TypeScript toolkit for building AI-powered apps on React, Next.js, Vue, Svelte, and Node. It standardizes provider integration so an app can switch between OpenAI, Anthropic, Google, Cohere, xAI, and Groq with one line of code. AI SDK 4.0, released in November 2024, added PDF support, computer use integration, Grok support, prompt caching for OpenAI, and a feature that detects incomplete responses and continues generation in multiple steps.

### Cloudflare Workers AI

Cloudflare announced Workers AI on September 27, 2023 at its Birthday Week. The pitch was "serverless GPU inference at the edge". Models run on GPUs in Cloudflare data centers near the user; developers pay per request. The launch model list included Meta's Llama 2 7B and OpenAI's Whisper for speech recognition. Cloudflare planned roughly 100 GPU sites by end of 2023 and near-global coverage by end of 2024. Workers AI integrates with Cloudflare Workers and Pages and is also reachable from any platform via REST API.

### CodeSandbox

CodeSandbox is a browser IDE with around 4.5 million monthly users. It rolled out an AI coding assistant called Boxy, then deprecated it in July 2024 in favor of a free integration with Codeium. The CodeSandbox SDK lets developers programmatically spin up sandboxed microVMs in about three seconds, which became important as AI agents needed disposable environments to run untrusted generated code. Together AI acquired CodeSandbox in December 2024 to power its code interpreter.

## AI app marketplaces

Marketplaces for AI-generated apps emerged alongside the tools that built them.

### GPT Store

OpenAI launched the [GPT Store](/wiki/gpt_store) on January 10, 2024 as part of a new ChatGPT Team plan. The store catalogs custom GPTs across categories including lifestyle, writing, research, programming, and education. GPTs are built without code through the GPT Builder tool. Launch partners included AllTrails (trail recommender), Khan Academy (code tutor), and Canva (content designer). Access requires a paid ChatGPT plan (Plus, Team, or Enterprise). OpenAI launched a revenue program for U.S. builders in Q1 2024 based on user engagement.

### Claude Artifacts

[Claude Artifacts](/wiki/claude_artifacts) launched in preview in June 2024 alongside Claude 3.5 Sonnet and reached general availability on August 27, 2024 across Free, Pro, and Team plans. An Artifact is a self-contained piece of generated content (code, SVG, HTML page, document, diagram, dashboard) that appears in a side panel next to the chat. Tens of millions of Artifacts had been created by the August general-availability announcement. In June 2025 Anthropic upgraded Artifacts so that they can call the Claude API directly from inside the Artifact, allowing users to build and share fully AI-powered apps.

### Replit Apps

Replit's combination of cloud IDE plus mobile app publishing has become an informal marketplace. Mobile Apps on Replit, launched in February 2025, lets users go from prompt to App Store with three clicks. By the end of 2025, Replit had more than 40 million users.

### Wix and Base44

Wix's acquisition of Base44 in June 2025 effectively made Wix's app and site marketplace a vibe-coding destination. Wix is moving Base44 technology into the main Wix builder so that a user can describe an app on the same platform that hosts and sells it.

## Notable AI-built apps and case studies

- **Bolt's growth itself.** The Bolt.new launch tweet and the live demos that followed on Twitter, Reddit, YouTube, and TikTok became the textbook example of "distribution without a marketing budget". The same playbook drove Lovable's launch one month later.
- **Base44.** Maor Shlomo built Base44 by himself in roughly six months and sold it to Wix for $80 million. The deal demonstrated that one person plus a chat-based builder can ship a product that competes with funded teams.
- **Replit mobile apps.** Replit users posted demos of building, signing, and publishing iOS apps in a single chat session. Replit's own iOS app reached number 1 in the Developer Tools category in 2025.
- **GPT Store leaders.** Khan Academy's Khanmigo code tutor and Canva's content designer were among the most-installed GPTs after launch. Both were built by professional teams using the same GPT Builder available to any user.
- **Lovable apps.** Lovable customers reported more than 10 million projects created and 180,000 paying subscribers by late 2025. Notable Lovable-built apps include internal tools at startups, consumer fintech demos, and a stream of small SaaS products visible in Stripe checkout pages on the lovable.app subdomain.

## AI in app testing and assets

Testing and asset generation followed the same automation curve.

- **Diffblue Cover** generates and maintains Java and Kotlin unit tests using reinforcement learning rather than an LLM. Diffblue reported in November 2025 that its testing agent achieves 81% code coverage where LLM-based assistants plateau at 32%. The Diffblue Testing Agent now plugs into Claude Code and GitHub Copilot CLI.
- **KaneAI** from LambdaTest is a generative AI test agent that authors, debugs, and evolves automated tests using natural language. KaneAI claims that AI-authored tests run up to 70% faster across more than 10,000 real devices on LambdaTest's HyperExecute grid.
- **Functionize** is an enterprise AI-native test platform with specialized testing agents. Functionize claims 99.97% element recognition accuracy from training on 30,000 data points per page.
- **Microsoft App Center** was the dominant mobile testing service for Xamarin, React Native, and native iOS / Android apps. Microsoft retired App Center on March 31, 2025, except for Analytics and Diagnostics, which continue until June 30, 2026. The retirement pushed mobile teams toward alternatives such as Sentry, TelemetryDeck, and Bitrise.
- **AI-generated icons and assets.** Generative image tools such as [Midjourney](/wiki/midjourney) and [DALL-E](/wiki/dall_e) are now standard for app icon generation, App Store screenshots, and marketing creative. Apple's own App Store guidelines require that AI-generated assets used in store listings be consistent with what the app actually does.

## Concerns

### Security of AI-generated apps

The Snyk and Retool security teams independently published reports in 2025 showing that vibe-coded apps ship with predictable vulnerabilities. Escape.tech analyzed 5,600 publicly deployed vibe-coded apps and found more than 2,000 vulnerabilities and 400 exposed secrets. A December 2025 study of five major AI coding tools across 15 apps found 69 vulnerabilities, with patterns consistent enough to suggest a structural problem rather than user error.

The common failure modes include:

- API keys hardcoded in client bundles, visible to anyone who opens DevTools.
- Supabase or other databases deployed without Row Level Security, so the public anon key gives full read or write access.
- Backend functions (Netlify Functions, Vercel API routes) deployed without authentication.
- Missing input validation and rate limiting.
- Overly permissive CORS rules.

Bolt.new and Lovable both added warnings and templates intended to nudge users toward safer defaults, but the underlying issue is that the model writes code that compiles and ships, not necessarily code that is safe.

### Quality and retention

A March 2026 TechCrunch report cited a study that compared AI-powered apps with non-AI apps in the same categories. AI apps showed cancellation rates 30% faster than non-AI apps at the median, and refund rates of 15.6% versus 12.5%. The interpretation is that AI features alone do not drive long-term retention if the underlying app is not solving a real user problem.

### Discoverability and app store flooding

Apple received 557,000 new app submissions in 2025. Roughly 70% of App Store users discover apps through search, and 90% never scroll past the tenth result. Real developers are losing visibility to AI-generated apps that get indexed first. App review teams have stretched review wait times from days to weeks. Apple has begun blocking updates for some AI vibe-coded apps that fail privacy transparency rules.

### Inference cost economics

Inference is the recurring operational cost every time the model generates a response. By 2025, roughly 80% of AI app budgets went to inference and 20% to training and infrastructure. Inference costs for a GPT-3.5-class system dropped more than 280-fold between November 2022 and October 2024, but total AI spend in production went up over the same period because usage grew faster than unit prices fell.

At small scale, an AI app costs roughly $0.02 per active user per month for chat-style workloads (10 requests, 1,000 tokens each, at $0.002 per token). Agentic workflows cost five to twenty-five times more than chat. Single agentic tasks run $0.10 to $0.50 each, which scales to $150,000 to $750,000 per month at 10,000 users. Between 500 and 2,000 concurrent users, many teams move from cloud APIs to self-hosted GPUs, and costs jump three to five times overnight. By 5,000 to 10,000 users, margins on many AI features collapse without aggressive optimization (model routing, prompt caching, response caching, on-device inference where possible).

### Replit pricing controversy

Replit switched from $0.25 per checkpoint to effort-based pricing in mid-2025. The new pricing rolled out to new users on June 18 and to all users by July 2. Some long-time users complained on InfoWorld and on Replit's own forums that the new model was harder to predict and made hobby projects unaffordable. Replit defended the change as more accurate, since complex requests now bill as a single meaningful checkpoint instead of several intermediate ones.

### Hype, claims, and the "no tutorial needed" question

Marketing for text-to-app tools often implies that any user can ship a real product without a tutorial. The reality, as Snyk, Retool, and Glide all observed in 2025, is that the tools can produce working frontends but produce backends with the security and operational defaults of a hackathon demo. Some critics argue the tools have actually raised the bar for production-grade development, because the easy part (UI scaffolding) is now free while the hard parts (data security, authentication, observability, billing) still require traditional engineering judgment.

## See also

- [App Development ChatGPT Plugins](/wiki/app_development_chatgpt_plugins)
- [Software Development](/wiki/software_development)
- [Vibe Coding](/wiki/vibe_coding)
- [Bolt.new](/wiki/bolt_new)
- [Lovable](/wiki/lovable)
- [Replit](/wiki/replit)
- [Vercel v0](/wiki/vercel_v0)
- [Cursor](/wiki/cursor)
- [Claude Artifacts](/wiki/claude_artifacts)
- [GPT Store](/wiki/gpt_store)
- [GitHub Copilot](/wiki/github_copilot)
- [Supabase](/wiki/supabase)
- [Apple Intelligence](/wiki/apple_intelligence)
- [Claude 3.5 Sonnet](/wiki/claude_3_5_sonnet)

## References

1. Replit. "Introducing Replit Agent v2 in Early Access". https://blog.replit.com/agent-v2
2. Replit. "2025: Replit in Review". https://blog.replit.com/2025-replit-in-review
3. Replit. "Replit Closes $250 Million in Funding to Build on Customer Momentum". https://replit.com/news/funding-announcement
4. Bloomberg. "AI Coding Startup Replit Valued at $3 Billion With New Funding", September 2025. https://www.bloomberg.com/news/articles/2025-09-10/ai-coding-startup-replit-valued-at-3-billion-with-new-funding
5. TechCrunch. "After nine years of grinding, Replit finally found its market", October 2025. https://techcrunch.com/2025/10/02/after-nine-years-of-grinding-replit-finally-found-its-market-can-it-keep-it/
6. Replit. "Mobile Apps on Replit: Idea to App Store in Minutes". https://blog.replit.com/mobile-apps
7. Replit. "Introducing Effort-Based Pricing for Replit Agent". https://blog.replit.com/effort-based-pricing
8. InfoWorld. "Replit update sparks developers' dissatisfaction over pricing". https://www.infoworld.com/article/4059876/replit-update-sparks-developers-dissatisfaction-over-pricing.html
9. Sacra. "Bolt.new revenue, funding & news". https://sacra.com/c/bolt-new/
10. Lenny Rachitsky. "Inside Bolt: From near-death to ~$40m ARR in 5 months". https://www.lennysnewsletter.com/p/inside-bolt-eric-simons
11. The Splt. "Zero to $20m ARR in Two Months: Inside Bolt's 7-Year Journey". https://www.thespl.it/p/zero-to-20m-arr-in-two-months-inside
12. Product Growth Blog. "From Near-Shutdown to $40 M ARR: How Bolt.new Hacked Its Growth". https://www.productgrowth.blog/p/how-bolt-new-hacked-its-growth
13. Vercel. "Announcing v0: Generative UI". https://vercel.com/blog/announcing-v0-generative-ui
14. Vercel. "Introducing the new v0", August 2025. https://vercel.com/blog/introducing-the-new-v0
15. SiliconANGLE. "Vercel announces the beta of v0", October 2023. https://siliconangle.com/2023/10/11/vercel-announces-beta-v0-ai-powered-tool-front-end-web-dev/
16. SiliconANGLE. "Vercel's v0.app launches", August 2025. https://siliconangle.com/2025/08/11/vercels-v0-app-launches-allowing-anyone-create-deploy-working-app-website-using-prompts/
17. TechCrunch. "Lovable becomes a unicorn with $200M Series A just 8 months after launch", July 2025. https://techcrunch.com/2025/07/17/lovable-becomes-a-unicorn-with-200m-series-a-just-8-months-after-launch/
18. TechCrunch. "As Lovable hits $200M ARR, its CEO credits staying in Europe", November 2025. https://techcrunch.com/2025/11/19/as-lovable-hits-200m-arr-its-ceo-credits-staying-in-europe-for-its-success/
19. TechCrunch. "Vibe-coding startup Lovable raises $330M at a $6.6B valuation", December 2025. https://techcrunch.com/2025/12/18/vibe-coding-startup-lovable-raises-330m-at-a-6-6b-valuation/
20. Bloomberg. "Swedish Vibe Coding Firm Lovable Hits $1.8 Billion Valuation", July 2025. https://www.bloomberg.com/news/articles/2025-07-17/swedish-vibe-coding-firm-lovable-hits-1-8-billion-valuation
21. Lenny Rachitsky. "Building Lovable: $10M ARR in 60 days with 15 people". https://www.lennysnewsletter.com/p/building-lovable-anton-osika
22. Wikipedia. "Lovable (company)". https://en.wikipedia.org/wiki/Lovable_(company)
23. TechCrunch. "6-month-old, solo-owned vibe coder Base44 sells to Wix for $80M cash", June 2025. https://techcrunch.com/2025/06/18/6-month-old-solo-owned-vibe-coder-base44-sells-to-wix-for-80m-cash/
24. Wix Press Room. "Wix Further Expands into Vibe Coding with Acquisition of Base44". https://www.wix.com/press-room/home/post/wix-further-expands-into-vibe-coding-with-acquisition-of-base44-a-hyper-growth-startup-that-simplif
25. X. Andrej Karpathy on "vibe coding", February 2, 2025. https://x.com/karpathy/status/1886192184808149383
26. Wikipedia. "Vibe coding". https://en.wikipedia.org/wiki/Vibe_coding
27. IBM. "What is Vibe Coding?". https://www.ibm.com/think/topics/vibe-coding
28. Apple Newsroom. "Apple empowers developers and fuels innovation with new tools and resources", June 2024. https://www.apple.com/newsroom/2024/06/apple-empowers-developers-and-fuels-innovation-with-new-tools-and-resources/
29. MacRumors. "Apple Announced Swift Assist at WWDC 2024... So Where Is It?", March 2025. https://www.macrumors.com/2025/03/13/apple-announced-swift-assist-wwdc24-so-where-is-it/
30. Apple Developer. "Predictive code completion" docs. https://devimages-cdn.apple.com/wwdc-services/images/C03E6E6D-A32A-41D0-9E50-C3C6059820AA/guides-76105412-ED4C-4D9D-AAA5-E039F7FE142B/WWDC24-Developer-Tools.pdf
31. Android Developers Blog. "Google I/O 2024: What's new in Android Development Tools". https://android-developers.googleblog.com/2024/05/google-io-2024-whats-new-in-android-development-tools.html
32. Android Developers Blog. "Gemini in Android Studio, now helping you across the development lifecycle", October 2024. https://android-developers.googleblog.com/2024/10/whats-new-in-gemini-in-android.html
33. Google I/O. "Gemini API and Flutter". https://io.google/2024/explore/f810bf7c-0583-4c22-b4d8-d5c0d0d7c228/
34. Google. "Google I/O 2024: 100 things Google announced". https://blog.google/innovation-and-ai/products/google-io-2024-100-announcements/
35. Microsoft Power Platform Blog. "Announcing a next-generation AI Copilot in Microsoft Power Apps", March 2023. https://www.microsoft.com/en-us/power-platform/blog/power-apps/announcing-a-next-generation-ai-copilot-in-microsoft-power-apps-that-will-transform-low-code-development/
36. TechCrunch. "Microsoft's new Power Platform AI Copilot will build your apps for you", March 2023. https://techcrunch.com/2023/03/16/microsofts-new-power-platform-ai-copilot-will-build-your-apps-for-you/
37. Builder.io. "Introducing Visual Copilot: A Better Figma-to-Code Workflow". https://www.builder.io/blog/figma-to-code-visual-copilot
38. Glide. "No Code App Builder: Create Custom, AI-Powered Apps". https://www.glideapps.com/
39. Bubble. "Bubble's AI Features". https://bubble.io/ai-features
40. Webflow. "Introducing the Webflow AI Assistant", October 2024. https://webflow.com/updates/webflow-ai-assistant
41. FlutterFlow. "Gemini" docs. https://docs.flutterflow.io/integrations/gemini/
42. Airtable. "Introducing Airtable for ChatGPT". https://www.airtable.com/newsroom/chatgpt
43. OpenAI. "Introducing the GPT Store", January 2024. https://openai.com/index/introducing-the-gpt-store/
44. TechCrunch. "OpenAI launches a store for custom AI-powered chatbots", January 2024. https://techcrunch.com/2024/01/10/openai-launches-a-store-for-custom-ai-powered-chatbots/
45. Anthropic. "Artifacts are now generally available", August 2024. https://www.anthropic.com/news/artifacts
46. Anthropic. "Build and share AI-powered apps with Claude", June 2025. https://www.anthropic.com/news/claude-powered-artifacts
47. InfoQ. "Anthropic Upgrades App-Building Capabilities to Claude Artifacts". https://www.infoq.com/news/2025/06/anthropic-artifacts-app/
48. Android Police. "Google Play Store will now give you AI summaries of app reviews". https://www.androidpolice.com/google-play-store-ai-review-summaries-rollout/
49. TechCrunch. "Apple adds AI-powered app review summaries with iOS 18.4", March 2025. https://techcrunch.com/2025/03/05/apple-adds-ai-powered-app-review-summaries-with-ios-18-4/
50. OpenForge. "App Store Review Guidelines 2025: Essential AI App Rules". https://openforge.io/app-store-review-guidelines-2025-essential-ai-app-rules/
51. Supabase. "Supabase AI Assistant v2", December 2024. https://supabase.com/blog/supabase-ai-assistant-v2
52. Supabase. "Supabase AI Assistant" features. https://supabase.com/features/ai-assistant
53. Convex. "AI Agents" docs. https://docs.convex.dev/agents
54. Vercel. "AI SDK". https://ai-sdk.dev/
55. InfoQ. "Vercel Expands AI Toolkit with AI SDK 4.0 Update", November 2024. https://www.infoq.com/news/2024/11/vercel-ai-sdk/
56. Cloudflare Blog. "Workers AI: serverless GPU-powered inference", September 2023. https://blog.cloudflare.com/workers-ai/
57. Cloudflare Press. "Cloudflare Launches the Most Complete Platform to Deploy Fast, Secure, Compliant AI Inference at Scale". https://www.cloudflare.com/en-gb/press/press-releases/2023/cloudflare-launches-workers-ai-deploy-ai-inference/
58. CodeSandbox Blog. "Introducing AI Code Autocomplete Powered by Codeium". https://codesandbox.io/blog/introducing-ai-code-autocomplete-powered-by-codeium
59. SiliconANGLE. "Together AI acquires CodeSandbox", December 2024. https://siliconangle.com/2024/12/12/together-ai-acquires-codesandbox-adds-code-interpreter-ai-development-platform/
60. Cursor. "Introducing Cursor 2.0 and Composer". https://cursor.com/blog/2-0
61. Cursor. "Composer: Building a fast frontier model with RL". https://cursor.com/blog/composer
62. Snyk. "The Highs and Lows of Vibe Coding". https://snyk.io/articles/the-highs-and-lows-of-vibe-coding/
63. Retool. "The Risks of Vibe Coding: Security Vulnerabilities and Enterprise Pitfalls". https://retool.com/blog/vibe-coding-risks
64. Awesome Agents. "Vibe Coding Is a Security Catastrophe: 69 Vulnerabilities Found Across 5 Major AI Coding Tools". https://awesomeagents.ai/news/vibe-coding-security-69-vulnerabilities/
65. Glide Blog. "Top 5 problems with vibe coding". https://www.glideapps.com/blog/vibe-coding-risks
66. TechCrunch. "AI-powered apps struggle with long-term retention", March 2026. https://techcrunch.com/2026/03/10/ai-powered-apps-struggle-with-long-term-retention-new-report-shows/
67. CEOWORLD Magazine. "Vibe coding is flooding the app stores with new apps", March 2026. https://ceoworld.biz/2026/03/11/vibe-coding-is-flooding-the-app-stores-with-new-apps-standing-out-just-became-the-hardest-part/
68. Microsoft Learn. "Visual Studio App Center Retirement". https://learn.microsoft.com/en-us/appcenter/retirement
69. Diffblue. "Diffblue Testing Agent". https://www.diffblue.com/agents/
70. BusinessWire. "Diffblue's Latest Innovations in Unit Test Generation Deliver 20x Productivity Advantage", November 2025. https://www.businesswire.com/news/home/20251104720918/en/Diffblues-Latest-Innovations-in-Unit-Test-Generation-Deliver-20x-Productivity-Advantage-Versus-AI-Coding-Assistants
71. LambdaTest TestMu AI. "Introducing KaneAI". https://www.testmuai.com/blog/introducing-kane-ai/
72. Functionize. https://www.functionize.com/
73. TechCrunch. "Meet Macroscope: An AI tool for understanding your code base", September 2025. https://techcrunch.com/2025/09/17/meet-macroscope-an-ai-tool-for-understanding-your-code-base-fixing-bugs/
74. RevenueCat. "Subscription App Economics: The Hidden Cost of AI Features". https://www.revenuecat.com/blog/growth/ai-feature-cost-subscription-app-margins/
75. TechAhead. "The Inference Cost Trap: Why Your AI Agent Economics Break At Scale". https://www.techaheadcorp.com/blog/inference-cost-explosion/
76. NVIDIA Blog. "What Drives AI Inference Profitability?". https://blogs.nvidia.com/blog/ai-inference-economics/
77. Apple Machine Learning Research. "An LLM-Based Approach to Review Summarization on the App Store". https://machinelearning.apple.com/research/app-store-review
78. SiliconANGLE. "Vercel's v0 AI Agent Grows Beyond Coding for Developers". https://thelettertwo.com/2025/08/11/vercel-v0-update-expands-ai-agent-beyond-developers/
79. Codev. https://www.co.dev/
80. Sacra. "Replit revenue, funding & news". https://sacra.com/c/replit/

