# Lovable (AI app builder)

> Source: https://aiwiki.ai/wiki/lovable_ai
> Updated: 2026-06-23
> Categories: AI Code Generation, Developer Tools, Software Development
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

**Lovable** is an AI-powered application builder that generates full-stack web applications from natural language descriptions. Founded in 2023 by Anton Osika and Fabian Hedin in Stockholm, Sweden, and launched to open access under the Lovable name in December 2024, it reached $100 million in annualized recurring revenue (ARR) about eight months later, which Lovable and multiple analysts have called the fastest any software company has ever hit that milestone, surpassing OpenAI, Cursor, and Wiz [1][16][35]. In July 2025 the company raised a $200 million Series A led by [Accel](/wiki/accel) at a $1.8 billion valuation, becoming one of Europe's fastest software companies to reach unicorn status, and by December 2025 it had raised a $330 million Series B at a $6.6 billion valuation [3][2].

Lovable generates applications using React, [Supabase](/wiki/supabase), and [Tailwind CSS](/wiki/tailwind_css), deploying them as production-ready web applications with authentication, databases, and real-time capabilities built in. The platform competes directly with [Bolt.new](/wiki/bolt_new), [v0 by Vercel](/wiki/vercel_v0), and [Replit](/wiki/replit) in the [AI code generation](/wiki/ai_code_generation) market, and its rapid growth has made it a poster child for the [vibe coding](/wiki/vibe_coding) movement that gained momentum in 2025. Lovable frames its goal as serving non-coders: in its Series A announcement the company stated that "less than 1% of the global population can code" and described its mission as empowering "the remaining 99% to build, iterate, and launch production-grade software by just talking to AI" [33].

## History

### What was GPT Engineer?

In June 2023, Anton Osika, then serving as CTO of the Stockholm-based e-commerce startup Depict.ai, created an open-source project called GPT Engineer. The command-line tool demonstrated how [large language models](/wiki/large_language_model) could write functional code from simple natural language prompts. Rather than autocompleting individual lines, GPT Engineer used [OpenAI](/wiki/openai)'s GPT-4 to attempt to generate an entire, functional codebase from a single text description, and the project struck a nerve with the developer community [4].

The repository went viral on GitHub, accumulating over 52,000 stars and becoming one of the fastest-growing GitHub repositories of 2023. A waitlist of 27,000 users formed by late 2024. The explosive interest validated Osika's thesis that AI-generated software was approaching a tipping point. He left Depict.ai in late 2023 to pursue the idea full-time, teaming up with Fabian Hedin to form the company initially known as GPT Engineer AB in November 2023 [4][5].

### Commercialization

The transition from open-source tool to commercial product involved building a hosted platform, GPT Engineer App, that wrapped the code generation capabilities in a web-based interface with deployment, collaboration, and iteration features. Unlike the open-source version, which required technical knowledge to set up and run, the commercial product was designed for users with little or no coding experience.

The commercial platform launched in 2024 and began generating revenue. Within its first four weeks, the product reached $4 million in annualized recurring revenue. By the end of its second month, that figure had climbed to $10 million ARR [6]. The speed of early adoption signaled strong product-market fit and set the stage for the rapid scaling that followed.

### When was Lovable launched?

In December 2024, the company rebranded from GPT Engineer to Lovable and opened up general access. The name change reflected several strategic considerations. "GPT Engineer" tied the product to a specific model family (OpenAI's GPT) at a time when the company was expanding to support multiple AI providers including [Anthropic](/wiki/anthropic)'s [Claude](/wiki/claude) and [Google](/wiki/google)'s [Gemini](/wiki/gemini). The name also implied a developer-centric tool, while the company's ambition was to reach a much broader audience of entrepreneurs, designers, product managers, and non-technical builders who wanted to create software without writing code [1].

The rebrand coincided with a significant acceleration in product development and growth. The new name, Lovable, conveyed the company's mission of enabling anyone to build software they love. In 2025, Osika and Hedin received the KTH Innovation Award from the KTH Royal Institute of Technology in recognition of the company's impact [5].

## How does Lovable work?

### Natural language to full-stack applications

Lovable's core workflow is straightforward: the user describes the application they want to build in plain English (or other supported languages), and the AI generates a complete, deployable web application. The generated applications are built on a modern technology stack.

| Component | Technology | Purpose |
|-----------|------------|----------|
| Frontend | React + [Vite](/wiki/vite) | User interface components and interactivity |
| Styling | [Tailwind CSS](/wiki/tailwind_css) | Responsive design and visual styling |
| Backend/Database | [Supabase](/wiki/supabase) | PostgreSQL database, authentication, real-time subscriptions, file storage |
| Payments | [Stripe](/wiki/stripe) | Payment processing integration |
| Deployment | Lovable Cloud / Custom domains | Production hosting with SSL |
| Version control | GitHub integration | Code export and collaboration |

Users interact with Lovable through a chat-based interface, providing prompts that describe features, layouts, behaviors, or modifications. The AI generates or updates the codebase in response, and users can see the running application in a live preview panel. As of late 2025, Lovable reported that more than 100,000 new projects were being built on the platform every day [2].

### Multi-model AI architecture

Lovable employs a multi-model orchestration system rather than relying on a single [large language model](/wiki/large_language_model). The platform uses a smart routing approach that selects different models for different tasks based on speed, cost, and quality requirements. The system integrates models from [OpenAI](/wiki/openai), [Anthropic](/wiki/anthropic) (Claude), [Google](/wiki/google) (Gemini), [Groq](/wiki/groq_hardware), and [Cohere](/wiki/cohere) [7]. For fast initial processing, the platform may use smaller models like [GPT-4](/wiki/gpt-4) Mini, while more complex code generation tasks are handled by models such as Claude Sonnet. Gemini Flash serves as a default for many routine operations. This multi-provider approach also provides resilience; if one provider experiences downtime, the system can route requests to alternatives.

### Iteration and refinement

A key aspect of Lovable's workflow is iterative refinement. After the initial generation, users can provide follow-up prompts to add features, fix issues, change designs, or restructure the application. The platform maintains context across the conversation, so each successive prompt builds on the existing codebase rather than starting over.

This conversational approach to software development is central to the [vibe coding](/wiki/vibe_coding) concept, a term coined by [Andrej Karpathy](/wiki/andrej_karpathy) in February 2025 to describe a coding approach where users "fully give in to the vibes" and let AI handle the implementation details [8].

### Supabase integration

Lovable's deep integration with [Supabase](/wiki/supabase) is one of its defining technical characteristics. Supabase provides the backend infrastructure for Lovable-generated applications, including:

- **PostgreSQL database**: A full relational database for structured data storage
- **Authentication**: Built-in user authentication supporting email/password, OAuth providers, and magic links
- **Real-time subscriptions**: Live updates that push data changes to connected clients
- **Storage**: File and image storage with access control
- **Edge Functions**: Serverless functions for custom backend logic

With the introduction of Lovable Cloud in late 2025, the platform began offering Supabase capabilities natively, meaning users no longer need to set up a separate Supabase account. Lovable Cloud utilizes Supabase's open-source foundation to provide a production-ready environment from day one, without any manual setup steps [9]. However, users who prefer to manage their own Supabase instance can still connect an external account.

### GitHub integration

Lovable integrates with GitHub, allowing users to export their generated code to a GitHub repository. This is important for users who want to continue development in a traditional code editor, collaborate with developers, or maintain version control outside of the Lovable platform. The integration supports bidirectional sync, so changes made in GitHub can be pulled back into Lovable, and changes made in Lovable are pushed to the repository.

### MCP integrations and chat connectors

In late 2025 and into 2026, Lovable added support for [Model Context Protocol](/wiki/model_context_protocol) (MCP) servers as chat connectors. The connectors let the Lovable agent pull live context from a team's existing planning, documentation, and automation tools, then turn that context into working code without forcing users to copy and paste specs. The initial set of supported MCP integrations includes:

| Tool | What Lovable can read or write |
|------|--------------------------------|
| [Notion](/wiki/notion) | Product requirement documents, design specs, technical notes, and embedded Lovable preview blocks |
| [Linear](/wiki/linear) | Issues, project plans, and product tickets used to scope new features |
| [Jira](/wiki/jira) | Backlog items, epics, and sprint tickets from Atlassian environments |
| [Confluence](/wiki/confluence) | Knowledge base pages, with Lovable available as a built-in partner agent that can turn a Confluence page into a working app |
| [n8n](/wiki/n8n) | Workflow automations, which in turn integrate with more than 400 other tools including [Salesforce](/wiki/salesforce), [Slack](/wiki/slack), and Google Sheets |

The MCP connectors are part of Lovable's push into enterprise workflows, where product managers can move from a Linear issue or a Notion PRD to a clickable prototype without leaving the planning surface they already use [27][28].

## Features

### Agent Mode

Agent Mode launched in beta on June 30, 2025 and became the default Lovable experience for all users on July 23, 2025, the same week the company crossed [100 million ARR](/wiki/100_million_arr). Agent Mode is an autonomous, multi-step reasoning loop that lets the AI think, plan, and execute work with significantly less hand-holding from the user. Rather than responding to a single prompt with a single code change, the agent can explore the codebase, read files to understand existing structure, query the [Supabase](/wiki/supabase) database, inspect runtime logs and network requests to diagnose errors, search the web in real time for documentation, and decide on its own which subtasks to perform [25].

Lovable reports that Agent Mode reduces build error rates by up to 91 percent compared to the previous single-turn workflow, while also cutting unintended changes to working code. The mode is the foundation for the conversational planning experience inside [Chat Mode](/wiki/chat_mode) and underpins the platform's multi-step debugging features [25][26].

### Chat mode and Dev mode

Lovable 2.0, released in April 2025 with a major update in February 2026, introduced two distinct interaction modes [10]:

- **Chat Mode**: An AI agent that reasons through problems across multiple steps without immediately editing code. Users can discuss architecture, debug issues, inspect logs, query databases, and plan features through conversation before committing to code changes.
- **Dev Mode**: A direct code editing interface within the platform, aimed at users who want to make manual modifications alongside AI-generated code. Dev Mode gives full access to the project's source files.

This dual-mode approach addresses a common complaint about earlier versions: that the AI would sometimes make unwanted changes when the user was only trying to discuss a problem.

### Visual editing

Lovable offers visual editing capabilities that allow users to modify CSS properties, layout, spacing, colors, and typography through a visual interface rather than writing code or prompts. This feature targets designers and non-technical users who think in terms of visual properties rather than code syntax [10].

### Multi-user collaboration

One of the most significant additions in Lovable 2.0 was real-time multi-user collaboration for up to 20 users per workspace. Earlier versions of the platform were limited to single-player use, which restricted its utility for teams. The collaboration feature allows multiple users to work on the same project simultaneously, viewing each other's changes in real time. Role-based access controls let workspace owners and admins manage users, while editors can modify existing projects [10].

### Vulnerability scanning

Lovable 2.0 introduced automated vulnerability scanning that runs before deployment. When a user publishes their application, the platform scans the codebase for common security issues (particularly for projects connected to Supabase), flagging potential problems before the application goes live [10].

### Custom domain purchasing

The platform added built-in domain purchasing, allowing users to buy and configure custom domains directly within Lovable rather than managing DNS settings through a third-party registrar. Over 10,000 domains have been connected through this feature since its introduction [10].

### Versioning 2.0

Introduced alongside the broader 2.0 update, Versioning 2.0 provides bookmarking capabilities, easier restores from previous states, and an improved history view. This gives users more confidence to experiment, knowing they can roll back to a known-good state at any time [10].

## Founding team

### Anton Osika

Anton Osika, co-founder and CEO of Lovable, was born in Sweden and studied at the KTH Royal Institute of Technology. His career began with work on particle physics at [CERN](/wiki/cern), after which he became the first employee and engineer at Sana Labs, an AI-powered learning platform that went on to raise over $80 million [4][11].

In 2020, Osika co-founded Depict.ai alongside Oliver Edholm, a startup building AI-powered product recommendations for e-commerce. Depict.ai was accepted into Y Combinator's Summer 2020 (S20) batch and went on to raise $20 million from investors including Initialized Capital (Garry Tan's fund), EQT Ventures, and NorthZone. As CTO, Osika helped scale the platform to serve billions of product recommendations [4][11][12]. He left Depict.ai in late 2023 to work on GPT Engineer full-time.

Osika's decision to stay headquartered in Stockholm rather than relocate to Silicon Valley has been a notable aspect of Lovable's story. He has credited the decision with helping the company maintain focus and avoid the distractions of the Bay Area startup scene, while still being able to attract top engineering talent from across Europe [3]. Explaining the problem Lovable set out to solve, Osika said: "Every day, brilliant founders and operators with game-changing ideas hit the same wall: they don't have a developer to realize their vision quickly and easily" [34].

Following Lovable's $6.6 billion valuation in December 2025, Osika, at 26 years old, was reported to be Europe's youngest self-made billionaire, with a net worth of approximately $1.6 billion based on his estimated 24% ownership stake [13].

### Fabian Hedin

Fabian Hedin is the co-founder and CTO of Lovable. Before Lovable, Hedin served as front-end engineering lead at Depict.ai and built the proptech firm TenFAST. His engineering background complemented Osika's technical leadership, and together they transformed the GPT Engineer open-source project into a commercial platform. Like Osika, Hedin holds an estimated 24% stake in the company, putting his net worth at approximately $1.6 billion following the Series B [13].

## How much funding has Lovable raised?

Lovable's fundraising history reflects one of the fastest valuation trajectories in European startup history.

| Round | Date | Amount | Valuation | Lead Investors |
|-------|------|--------|-----------|----------------|
| Pre-seed/Seed | October 2024 | $7.5M | Undisclosed | Hummingbird Ventures, byFounders |
| Pre-Series A | February 2025 | $15M | Undisclosed | Creandum |
| Series A | July 2025 | $200M | $1.8B | [Accel](/wiki/accel) |
| Series B | December 2025 | $330M | $6.6B | CapitalG, Menlo Ventures |

The seed round in October 2024 included notable angel investors such as Charlie Songhurst (former Microsoft executive), Adam D'Angelo (CEO of Quora), Thomas Wolf (co-founder of [Hugging Face](/wiki/hugging_face)), and several DeepMind alumni [6].

The Series A round in July 2025, led by [Accel](/wiki/accel) at a $1.8 billion valuation, made Lovable one of the fastest companies in European history to reach unicorn status, achieving the milestone approximately eight months after the Lovable launch [3][14]. At the time of the round, the company reported more than 2.3 million active users, over 180,000 paying subscribers, roughly $75 million in ARR, and just 45 full-time employees [34]. The Series B, just five months later, more than tripled the valuation to $6.6 billion. Participants in the Series B included NVentures (NVIDIA's venture arm), Salesforce Ventures, [Databricks](/wiki/databricks) Ventures, T.Capital (Deutsche Telekom), Atlassian Ventures, HubSpot Ventures, Khosla Ventures, DST Global, EQT Growth, and Kinship Ventures, alongside returning investors Accel, Creandum, and Evantic [2].

Total funding raised stands at approximately $553 million across all rounds, taking Lovable's total raised in 2025 to over $500 million [2].

It is worth noting that while Lovable itself is not a Y Combinator portfolio company, the founders' Y Combinator experience with Depict.ai (S20 batch) gave them access to YC's network of investors and advisors, which played a role in the company's early fundraising [12].

## Pricing

Lovable uses a credit-based pricing model. Each prompt or action consumes a variable number of credits depending on complexity; a small request might use a fraction of a credit, while generating an entire page with multiple components will consume significantly more.

| Plan | Monthly Price | Credits | Key Features |
|------|--------------|---------|---------------|
| Free | $0 | 5 daily (up to 30/month) | Private projects, unlimited workspace members |
| Pro | From $25 | 100-10,000/month + 5 daily bonus | Custom domains, remove branding badge, code mode, credit rollover |
| Business | From $50 | 100-10,000/month + 5 daily bonus | SSO, data training opt-out, reusable design templates, user credit spend limits |

Pro plan pricing scales with credit volume: 100 credits for $25/month, up to 10,000 credits for $2,250/month. Annual billing provides a 16% discount. Business plan pricing follows the same credit tiers at roughly double the Pro rates, reflecting the additional enterprise features [15].

Credit top-ups are available in 50-credit increments at $15 (Pro) or $30 (Business) per increment, with a maximum purchase of 1,000 credits at a time. Unused credits roll over month to month and expire upon plan cancellation [15].

Lovable Cloud hosting is billed separately from the subscription plan and scales with usage (requests, storage, bandwidth). Every workspace receives $25 in free monthly Lovable Cloud usage, a promotional offering available through early 2026 [9].

## Revenue and growth

Lovable's growth trajectory has been exceptional, even by the standards of the AI boom. Lovable and several industry analysts have described it as the fastest software company ever to reach $100 million ARR, a milestone it hit in roughly eight months and which it says outpaced the prior records held by OpenAI, Cursor, and Wiz [16][35].

| Metric | Value | Date |
|--------|-------|------|
| ARR | $4M | First 4 weeks (early 2025) |
| ARR | $10M | First 2 months |
| ARR | $17M | February 2025 |
| ARR | $50M | May 2025 |
| ARR | $75M | July 2025 (at Series A) |
| ARR | $100M | July 2025 |
| ARR | $200M | November 2025 |
| ARR | $250M | December 2025 |
| ARR | $300M | January 2026 |
| ARR | $400M | February 2026 |
| Active users | 2.3M | July 2025 |
| Registered users | ~8M | November 2025 |
| Registered users | 15M+ | Early 2026 |
| Paying subscribers | 180,000+ | July 2025 |
| Paid customers | 45,000+ | March 2025 |
| Daily new projects | 100,000+ | Late 2025 |
| Daily new projects | 200,000+ | Early 2026 |
| Total projects built | 25M+ | First year |
| Visits to Lovable-built sites | 500M+ | First six months |
| Employees | ~146 | March 2026 |

The company crossed $100 million ARR in July 2025, just eight months after rebranding, with only 45 full-time employees at the time [16][34]. By November 2025, ARR had doubled to $200 million, and the company was approaching 8 million registered users [3][17]. In March 2026, Lovable reported adding $100 million in revenue in a single month, bringing ARR to approximately $400 million with just 146 employees. This translates to roughly $2.7 million in ARR per employee, nearly seven times the industry benchmark of $200,000 to $400,000 per employee for established SaaS companies [18].

Research firm Gartner has predicted that a new wave of unicorns will emerge by 2030 with $2 million ARR per employee. Lovable has already surpassed that threshold. The company has announced plans to grow its headcount, with approximately 70 open positions as of March 2026 [18].

### Enterprise adoption

Through late 2025 and into 2026, Lovable shifted from a primarily prosumer audience toward enterprise sales. Public reference customers include [Klarna](/wiki/klarna), [Uber](/wiki/uber), and [Zendesk](/wiki/zendesk), all of which use the platform for internal tooling, prototyping, and customer-facing experiments [2]. Klarna CEO Sebastian Siemiatkowski participated as an angel investor in the [Series A](/wiki/series_a) round, alongside [Slack](/wiki/slack) co-founder [Stewart Butterfield](/wiki/stewart_butterfield), strengthening the link between Lovable and the European fintech and SaaS founder community [29].

To support enterprise demand, Lovable replaced its previous Teams plan with the Business tier in early 2026, adding [single sign-on](/wiki/single_sign-on), reusable templates, private projects by default, training opt-out, and per-user credit spend limits aimed at procurement and security teams. The company has also begun publishing reference cases that emphasize internal tool development, marketing landing pages, and rapid customer-facing prototypes inside Fortune 500 environments [29].

### US expansion and Molnett acquisition

Although Stockholm remains Lovable's headquarters, the company opened two United States offices to be closer to its largest customer base. In April 2026, Lovable signed a lease for roughly 6,000 square feet at One Lincoln in Boston's Financial District, designating the location as the U.S. go-to-market hub focused on sales, partnerships, and customer success. A second office in San Francisco opened around the same time to recruit engineering and product talent on the West Coast and to be closer to model providers and investors. CEO [Anton Osika](/wiki/anton_osika) has continued to emphasize that core engineering remains in Sweden [30].

In November 2025, Lovable acquired [Molnett](/wiki/molnett), a European cloud infrastructure startup specializing in secure container deployments. Molnett's technology was folded into Lovable Cloud, giving the company end-to-end control of the path from natural language prompt to a running application served on its own infrastructure. The acquisition also brought a small team of cloud and platform engineers into Stockholm and accelerated the rollout of regional deployment options for enterprise customers with data-residency requirements [31][32].

Customer retention has been strong, with the company reporting 85%+ retention rates. Notable portfolio companies built on Lovable include ShiftNex ($1 million ARR in five months), Lumoo ($800,000 ARR in nine months), and Q Group (which generated $3 million in revenue in 48 hours) [2].

## How does Lovable differ from Bolt.new, v0, and Replit?

Lovable operates in the AI app builder market alongside several well-funded competitors. The short answer: Lovable targets non-technical and semi-technical builders with an opinionated React, Supabase, and Tailwind stack and cloud-based generation, whereas [Bolt.new](/wiki/bolt_new) runs code in-browser and supports multiple frameworks, [v0](/wiki/vercel_v0) began as a frontend-only React component generator, and [Replit](/wiki/replit) is a full online IDE spanning many languages.

### Bolt.new

[Bolt.new](/wiki/bolt_new) is Lovable's most direct competitor. Built by StackBlitz, Bolt.new also generates full-stack applications from natural language prompts. Its key differentiator is StackBlitz's WebContainers technology, which executes generated code entirely within the browser rather than on cloud servers. Bolt.new reached $40 million ARR by March 2025 and raised $105.5 million at a $700 million valuation [19]. Bolt has since added its own backend and database capabilities powered by Supabase.

### v0 by Vercel

[v0](/wiki/vercel_v0) is [Vercel](/wiki/vercel)'s AI-powered UI generation tool, which focuses on generating React, [Next.js](/wiki/next_js), and Tailwind CSS components using the shadcn/ui component library. Unlike Lovable and Bolt.new, v0 started as a frontend-only tool, though it has since expanded. v0 benefits from deep integration with the Vercel platform and the Next.js ecosystem but lacks a built-in backend story [20].

### Replit

[Replit](/wiki/replit) offers an AI-powered online development environment with its Replit [Agent](/wiki/agent) feature. Replit supports a wider range of programming languages and targets both beginners and experienced developers. The company raised $400 million in early 2026, tripling its valuation to $9 billion. Replit reports over 50 million registered users and claims that employees from 85% of Fortune 500 companies use the platform [21].

### Cursor

[Cursor](/wiki/cursor) operates in a related but distinct segment. While Lovable targets non-technical and semi-technical users who want to build applications through natural language, Cursor is an AI-enhanced code editor designed for professional developers who write and modify code directly. Cursor crossed $2 billion in ARR and reached a valuation of nearly $30 billion by late 2025, making it the largest company in the vibe coding space by valuation [22].

### Comparative positioning

| Feature | [Lovable](/wiki/lovable_ai) | [Bolt.new](/wiki/bolt_new) | [v0](/wiki/vercel_v0) | [Replit](/wiki/replit) |
|---------|---------|----------|----|--------|
| Target audience | Non-technical to semi-technical | Broad (non-technical to developers) | Developers and designers | Developers and learners |
| Default stack | React + Supabase + Tailwind | Varies (React, Vue, Svelte, etc.) | React + Tailwind + shadcn/ui | Multi-language |
| Backend support | Full (via Supabase/Lovable Cloud) | Full (via Supabase) | Limited | Full |
| In-browser execution | No (cloud-based) | Yes (WebContainers) | No (cloud-based) | Yes (cloud VM) |
| GitHub integration | Yes (bidirectional sync) | Limited | Yes | Yes |
| Visual editing | Yes | No | No | No |
| Collaboration | Up to 20 users | Team workspaces | Team plans | Multiplayer editing |
| Starting paid price | $25/month | $15/month | Free tier available | $25/month |
| Valuation (latest) | $6.6B | ~$700M | Part of Vercel ($9.3B) | ~$9B |

Many development teams have adopted a combined approach, using Lovable for rapid prototyping and initial MVP creation, then transitioning to Cursor or a traditional code editor for production-grade refinement.

## Technology stack

Lovable's generated applications use a consistent technology stack centered on React, Supabase, and Tailwind CSS. This opinionated approach has both advantages and limitations.

**Advantages**: The standardized stack means that every generated application follows the same architectural patterns, making it easier for the AI to produce consistent, high-quality code. Supabase integration provides a robust backend without requiring users to understand server-side programming. React and Tailwind are widely adopted, meaning generated code can be easily maintained by human developers.

**Limitations**: Users who need a different technology stack (e.g., Vue.js, Angular, or a custom backend) cannot use Lovable. The platform is designed around its chosen stack, and there is no option to swap out components. This contrasts with competitors like Bolt.new, which support multiple frontend frameworks.

## Is Lovable secure?

In May 2025, security researcher Matt Palmer disclosed CVE-2025-48757, a vulnerability affecting Lovable-generated applications. The issue stemmed from insufficient or missing Row Level Security (RLS) policies in Supabase databases created by Lovable's AI. Because Lovable-generated applications embed a public anonymous key (anon_key) in client-side code for Supabase access, attackers could directly query the database and access data from tables that lacked proper RLS policies [23].

Palmer's analysis found that 170 out of 1,645 Lovable-generated web applications examined (10.3%) had critical security flaws, exposing 303 vulnerable endpoints. The exposed data included personally identifiable information (names, emails, phone numbers, home addresses), financial data (payment information, transaction histories, personal debt amounts), and developer credentials (API keys for services like Google Maps, Stripe, and eBay) [23].

Lovable responded by introducing the Security Scan feature in its 2.0 update, which checks for common vulnerabilities including missing RLS policies before deployment. The incident highlighted a broader challenge for AI app builders: generated code may appear functional while containing security gaps that non-technical users are unlikely to detect on their own.

## Limitations and criticisms

**Single-stack constraint**: As noted above, Lovable only generates React/Supabase/Tailwind applications. Users who need other frameworks or backend technologies must look elsewhere.

**Code ownership concerns**: While Lovable allows GitHub export, the generated code can be tightly coupled to Lovable's patterns and Supabase's infrastructure, potentially creating lock-in for users who want to migrate to a different platform.

**Complexity ceiling**: Like all AI app builders, Lovable works well for standard application patterns (dashboards, CRUD apps, landing pages, authentication flows) but struggles with highly custom or complex logic. Users building sophisticated applications often hit a ceiling around 15 to 20 components, where the AI begins losing context and can make destructive changes to existing code [24].

**Credit consumption**: Users on lower-tier plans frequently report running out of credits, particularly during the early stages of development when many iterations are needed to refine the application.

**Security of generated code**: As demonstrated by CVE-2025-48757, AI-generated code may contain security vulnerabilities that non-technical users are unable to identify. While the Security Scan feature addresses some of these issues, it does not eliminate the risk entirely [23].

## Current state (April 2026)

As of April 2026, Lovable is one of the dominant players in the AI app builder market. With an ARR approaching $400 to $500 million, a $6.6 billion post-money valuation from the December 2025 Series B, more than 15 million registered users, two newly opened United States offices in Boston and San Francisco, and a team of roughly 146 employees in Stockholm plus a growing US presence, the company has established itself as the category leader in Europe and a credible global challenger to [Bolt.new](/wiki/bolt_new) and [Replit](/wiki/replit) [18][30].

The release of Lovable 2.0 addressed several longstanding limitations, including single-player restrictions, lack of visual editing, and the absence of direct code editing. The company has also begun expanding into enterprise sales, targeting corporate teams that want to accelerate internal tool development and prototyping. The Series B funds are earmarked for deeper integrations with productivity tools like Notion, Linear, Jira, and Miro; enhanced collaboration and governance features for enterprise adoption; and production infrastructure improvements [2][17].

Lovable's CEO Anton Osika has framed the company's value proposition around removing coding as the main obstacle to building businesses. "The biggest barrier to building businesses is coding," he said. "99 per cent of people have great ideas and can execute on a business, but they don't know how to write code. Lovable means anyone can go from idea to software in minutes" [35]. He has also spoken about the long-term vision of building "the last piece of software," a platform so capable that it can build any other software application. While that vision remains aspirational, the company's growth trajectory suggests that the AI app builder market is far from saturated, and Lovable is well-positioned to capture a significant share of it.

## See also

- [AI code generation](/wiki/ai_code_generation)
- [Vibe coding](/wiki/vibe_coding)
- [Bolt.new](/wiki/bolt_new)
- [v0 by Vercel](/wiki/vercel_v0)
- [Replit](/wiki/replit)
- [Cursor (code editor)](/wiki/cursor)
- [Supabase](/wiki/supabase)
- React
- Y Combinator
- [Model Context Protocol](/wiki/model_context_protocol)
- [Anton Osika](/wiki/anton_osika)
- [Molnett](/wiki/molnett)

## References

1. [Europe's fastest growing startup? - Growth Unhinged](https://www.growthunhinged.com/p/lovable-growth-story)
2. [Vibe-coding startup Lovable raises $330M at a $6.6B valuation - TechCrunch](https://techcrunch.com/2025/12/18/vibe-coding-startup-lovable-raises-330m-at-a-6-6b-valuation/)
3. [As Lovable hits $200M ARR, its CEO credits staying in Europe for its success - TechCrunch](https://techcrunch.com/2025/11/19/as-lovable-hits-200m-arr-its-ceo-credits-staying-in-europe-for-its-success/)
4. [5 Things to Know About Anton Osika, Co-Founder of the Vibe-Coding Unicorn Lovable - Inc.](https://www.inc.com/chloe-aiello/5-things-to-know-about-anton-osika-co-founder-of-the-vibe-coding-unicorn-lovable/91223446)
5. [Anton Osika and Fabian Hedin - KTH Innovation Award 2025 - KTH](https://www.kth.se/en/om/nyheter/centrala-nyheter/anton-osika-och-fabian-hedin-kth-innovation-award-2025-1.1425893)
6. [Lovable Business Breakdown & Founding Story - Contrary Research](https://research.contrary.com/company/lovable)
7. [Lovable AI: Building a Software Development Platform with Multiple LLM Integration - ZenML](https://www.zenml.io/llmops-database/building-an-ai-powered-software-development-platform-with-multiple-llm-integration)
8. [Vibe coding - Wikipedia](https://en.wikipedia.org/wiki/Vibe_coding)
9. [Lovable Cloud - Lovable Documentation](https://docs.lovable.dev/integrations/cloud)
10. [Lovable 2.0: What's New and What It Means for Builders - Lovable Blog](https://lovable.dev/blog/lovable-2-0)
11. [Anton Osika - Extraordinary](https://extraordinary.com/anton)
12. [Anton Osika LinkedIn post on Depict.ai Y Combinator S20](https://se.linkedin.com/posts/antonosika_happy-to-announce-publicly-that-depictai-activity-6695244398357204992-9kyr)
13. [Europe's Youngest Self-Made Billionaire Emerges at 26 - 36Kr](https://eu.36kr.com/en/p/3613625099469827)
14. [How Lovable Went From Startup to $6.3 Billion Valuation in Just Two Years - Founded](https://www.founded.com/how-lovable-went-from-startup-to-6-3-billion-valuation-in-just-two-years/)
15. [Plans and credits - Lovable Documentation](https://docs.lovable.dev/introduction/plans-and-credits)
16. [Eight months in, Swedish unicorn Lovable crosses the $100M ARR milestone - TechCrunch](https://techcrunch.com/2025/07/23/eight-months-in-swedish-unicorn-lovable-crosses-the-100m-arr-milestone/)
17. [Lovable says it's nearing 8 million users as the year-old AI coding startup eyes more corporate employees - TechCrunch](https://techcrunch.com/2025/11/10/lovable-says-its-nearing-8-million-users-as-the-year-old-ai-coding-startup-eyes-more-corporate-employees/)
18. [Lovable says it added $100M in revenue last month alone, with just 146 employees - TechCrunch](https://techcrunch.com/2026/03/11/lovable-says-it-added-100m-in-revenue-last-month-alone-with-just-146-employees/)
19. [Inside Bolt: From near-death to ~$40M ARR in 5 months - Lenny's Newsletter](https://www.lennysnewsletter.com/p/inside-bolt-eric-simons)
20. [v0 by Vercel - Build Agents, Apps, and Websites with AI](https://v0.app/)
21. [Replit Raises $400M, Tripling Its Valuation to $9 Billion - Trending Topics](https://www.trendingtopics.eu/replit-raises-400m-tripling-its-valuation-to-9-billion-in-six-months/)
22. [The Vibe-Coding Companies and Founders to Watch in 2025 - Inc.](https://www.inc.com/ben-sherry/the-vibe-coding-companies-and-founders-to-watch-in-2025/91221111)
23. [Statement on CVE-2025-48757 - Matt Palmer](https://mattpalmer.io/posts/statement-on-CVE-2025-48757/)
24. [An honest look at Lovable: The AI app builder's pros, cons, and limitations - eesel.ai](https://www.eesel.ai/blog/lovable)
25. [Introducing Agent Mode (Beta): enabling Lovable to think, plan, and take actions autonomously - Lovable Blog](https://lovable.dev/blog/agent-mode-beta)
26. [Lovable Hits $100M ARR in 8 months, rolls out autonomous agent mode with real-world integration - MediaBrief](https://mediabrief.com/lovable-agent-mode-default-100m-arr/)
27. [What's new in Lovable: MCP servers and more design power - Lovable Blog](https://lovable.dev/blog/mcp-servers)
28. [Integrate with your tools using chat connectors (MCP servers) - Lovable Documentation](https://docs.lovable.dev/integrations/mcp-servers)
29. [Lovable's CEO says the company is targeting enterprise customers as its ARR doubles to $200 million in just four months - Fortune](https://fortune.com/2025/11/21/lovables-ceo-ai-vibe-coding-enterprise-ambitions-annual-revenue/)
30. [AI Startup Lovable Picks Boston's One Lincoln for U.S. Headquarters - Boston Today](https://nationaltoday.com/us/ma/boston/news/2026/04/14/ai-startup-lovable-picks-boston-office-tower-for-u-s-expansion/)
31. [Lovable acquires Molnett and expands our platform team - Lovable Blog](https://lovable.dev/blog/lovable-welcomes-molnett)
32. [Sweden-based AI company Lovable acquires cloud infrastructure startup Molnett - MA Insights](https://www.mainsights.io/ma-news/sweden-based-ai-company-lovable-acquires-cloud-infrastructure-startup-molnett)
33. [Lovable Raises $200M, Valued at $1.8B, Just Eight Months After Launch - Lovable Blog](https://lovable.dev/blog/200m-series-a-fundraise)
34. [Lovable becomes a unicorn with $200M Series A just 8 months after launch - TechCrunch](https://techcrunch.com/2025/07/17/lovable-becomes-a-unicorn-with-200m-series-a-just-8-months-after-launch/)
35. [Lovable becomes fastest software company ever to reach $100M ARR - Tech.eu](https://tech.eu/2025/07/23/lovable-becomes-fastest-software-company-ever-to-reach-100m-arr/)

