audit_

This is a real audit from the production database. Want one for your own target? Run a free audit.

audit id · 834b47d6

Lovable

AI-powered platform that lets users build apps and websites by chatting with AI, enabling rapid software development through natural language prompts.

IndustryTechnology
LocationStockholm, Sweden
Size51-200 employees
Founded2023
89/ 100

EXCELLENT

completed 2026-05-23

Runtime

8 min

LLM cost

$0.018

Sections

9 / 9

Validation

passed

executive summary

Overview

Lovable demonstrates strong technical foundations with an excellent overall score of 89/100, positioning it as a leading AI application development platform. However, the audit reveals significant security vulnerabilities in AI-generated code and unsustainable growth challenges. The company must address systemic security risks and develop strategies for AI cost optimization and competitive differentiation.

Critical issues

  • Security vulnerabilities in AI-generated code that could compromise user applications
  • Single-vendor AI dependency creating operational and financial risks
  • Unsustainable growth model requiring strategic repositioning

Strengths

  • Strong product-market fit with proven user adoption
  • Excellent technical implementation and platform stability
  • Innovative approach to AI-powered application development
  • Robust architecture supporting current scale effectively

Top recommendations

  • Implement secure-by-default architecture with automated security validation
  • Establish vulnerability remediation program with mandatory security reviews
  • Develop AI cost optimization and multi-vendor strategy
  • Create competitive differentiation through specialized AI capabilities

six-axis score

Where the company is strong, where it isn't.

85/ 100
Technical health
92/ 100
Security posture
82/ 100
Maintainability
88/ 100
Scalability
95/ 100
Industry fit
95/ 100
Financial health

financial

The numbers, with caveats.

Revenue

$200M

USD · 2025

$200 million ARR as reported by Bloomberg and TechCrunch in November 2025

Growth

+100%

4 months

Doubled from $100M to $200M ARR in 4 months (July-November 2025)

Employees

120

2025

Wikipedia reports 120 employees in 2025. Other sources vary: 146 (TechCrunch), 200 (PitchBook), 517 (GetLatka)

technical

Stack, architecture, and compliance posture.

Multi-model AI orchestration using OpenAI's GPT-4o Mini for fast initial processing and Anthropic's Claude 3.5 Sonnet for complex code generation. Frontend uses React with TypeScript scaffolded with Vite, styled with Tailwind CSS and shadcn/ui components. Backend is entirely Supabase-based (PostgreSQL, Supabase Auth, Storage, Edge Functions). The platform follows a 'hydration' pattern where fast, smaller models prepare context before handing off to larger models for main code generation.

Languages

TypeScriptJavaScriptGoRustPromela

Frameworks

ReactViteTailwind CSSshadcn/uiRadix UIFastAPI

Databases

PostgreSQLRedis

Infrastructure

AWSDockerKubernetesGoogle Cloud PlatformMicrosoft AzureSupabase

AI models

OpenAI GPT-4o MiniAnthropic Claude 3.5 Sonnet

risk assessment

5 risks, with impact and mitigation.

critical

Systemic Security Vulnerabilities in AI-Generated Code

CVE-2025-48757 exposed 170+ Lovable-built applications due to missing/inadequate Row Level Security (RLS) policies. The vulnerability allowed unauthenticated attackers to access sensitive user data including emails, phone numbers, payment details, and API keys. This represents a systemic design flaw in AI-assisted platforms where insecure defaults propagate across all generated applications.

Impact
Mass exposure of customer data, loss of trust, regulatory penalties, potential class-action lawsuits. The vulnerability affected every project created before November 2025, exposing millions of user records.
Mitigation
Implement secure-by-default configurations with least-privilege principles. Develop comprehensive security validation that tests actual policy effectiveness, not just existence. Create mandatory security reviews before deployment. Consider backend proxy architecture for sensitive operations.
high

AI Model Dependency and Cost Risks

Lovable depends heavily on third-party AI models (OpenAI GPT-4o Mini, Anthropic Claude 3.5 Sonnet) for core functionality. With $200M ARR, even small API cost increases could destroy margins. Single points of failure, vendor lock-in, and unpredictable pricing all stack into the same operational dependency.

Impact
Profitability collapse if AI costs increase, service degradation during provider outages, inability to control core technology roadmap.
Mitigation
Develop proprietary fine-tuned models, implement multi-vendor failover, negotiate long-term pricing agreements, build a cost-aware routing layer that selects models per task complexity.
high

Unsustainable Growth and Competitive Pressure

Lovable achieved $200M ARR in less than 2 years with rapid valuation growth to $6.6B, but operates in an increasingly crowded AI coding market competing with Replit, GitHub Copilot, and Cursor. Growth from $100M to $200M ARR in 4 months suggests aggressive customer acquisition costs that may not be sustainable.

Impact
Growth plateau when market saturates, margin compression from competitive pricing pressure, churn if product differentiation erodes.
Mitigation
Diversify revenue beyond basic coding, develop enterprise-focused features with higher stickiness, build ecosystem moat through integrations, focus on specific verticals with tailored solutions.
high

Regulatory and Compliance Complexity for AI-Generated Code

Despite SOC 2 Type II, ISO 27001:2022, and GDPR compliance, AI-generated code presents unique regulatory challenges: liability for AI-generated security flaws, IP ownership questions, and industry-specific regulations (HIPAA, PCI DSS) when generated code lands in regulated environments.

Impact
Regulatory fines, liability for security breaches in customer applications, inability to serve regulated industries.
Mitigation
Develop industry-specific compliance templates, implement compliance validation during generation, establish clear ToS regarding liability, build compliance dashboard for enterprise customers.
medium

Technical Scalability and Architecture Complexity

The multi-model AI orchestration combined with multi-cloud infrastructure (AWS, GCP, Azure) creates scaling challenges. AI inference costs scale linearly with usage, real-time code generation requires low-latency responses, and state management across complex AI workflows is non-trivial at 8M+ users.

Impact
Service degradation during peak usage, escalating infrastructure costs, reliability issues across multi-cloud architecture.
Mitigation
Advanced caching for common code patterns, optimize model routing on latency/cost trade-offs, consolidate cloud providers where possible, invest in observability across the AI pipeline.

recommendations

What to do about it, prioritised.

Implement Secure-by-Default Architecture with Automated Security Validation

immediate

Replace current security approach with mandatory row-level security policies enabled by default for all generated applications. Develop validation that tests actual policy effectiveness, not just existence. Implement automated penetration testing in the build pipeline.

effort: Highimpact: Hightimeframe: 1-2 months

Establish Vulnerability Remediation Program with Mandatory Security Reviews

immediate

Formal vulnerability disclosure and remediation program with clear SLAs. Mandatory security reviews for all applications before deployment, especially those handling sensitive data. Retroactive patching for the 170+ exposed applications.

effort: Mediumimpact: Hightimeframe: 1-3 months

Develop AI Cost Optimization and Multi-Vendor Strategy

short term

Build a model routing system that selects the optimal AI model per task complexity. Negotiate long-term pricing with major providers. Develop proprietary fine-tuned models for common coding patterns. Pass AI costs transparently to enterprise customers.

effort: Highimpact: Hightimeframe: 3-6 months

Create Industry-Specific Compliance Frameworks and Regulatory Scanning

short term

Compliance templates for HIPAA, PCI DSS, FERPA. Automated regulatory scanning during generation. Compliance dashboard for enterprise customers. Clear ToS regarding liability for AI-generated code.

effort: Mediumimpact: Mediumtimeframe: 3-6 months

Build Technical Scalability Infrastructure with Performance Monitoring

short term

Advanced caching for common code patterns and AI responses. Observability across the AI pipeline with per-tier SLOs. Database sharding strategies. Consolidate multi-cloud infrastructure to reduce operational complexity.

effort: Highimpact: Mediumtimeframe: 3-6 months

Develop Enterprise-Focused Features and Revenue Diversification

long term

Enterprise-grade SSO, audit logging, role-based access controls, custom compliance configurations. Vertical-specific solutions with pre-built compliance frameworks. API integrations with Salesforce, ServiceNow, etc.

effort: Highimpact: Hightimeframe: 6-12 months

industry analysis

Market position, competitors, opportunities, threats.

Lovable is a Stockholm-based AI unicorn that has become the fastest-growing software startup in history, reaching $100M+ in annualized revenue within 8 months by democratizing software creation through AI-powered 'vibe coding' that enables non-technical users to build functional applications from simple descriptions.

competitors (10)

ReplitAnysphereVercelFramerBubbleStackBlitzCognitionPoolsideOpenAIGoogle Firebase Studio

opportunities

  • Democratizing software development for non-technical 'citizen developers' — 99% of the potential market beyond professional coders.
  • Expanding into enterprise market with tools for product managers, designers, and business users to rapidly prototype internal tools.

threats

  • Heavy reliance on third-party AI models like Anthropic's Claude, creating dependency and cost pressure.
  • Increasing competition from established players like Figma, Wix, and Squarespace who are adding AI coding capabilities.

validation pass

Self-correction is built in.

Every audit ends with a fact-check step. Here's what it flagged for this run.

technical.techStack.aiModels

GPT-4 Mini is correctly named GPT-4o Mini. No evidence found for GPT-5.1 or Gemini in Lovable's tech stack based on available documentation.

confidence: high

verified

certificationsfinancialcompany info

Run an audit on the company you actually care about.

Free. Six minutes. Same pipeline, same output format.