System Design Space
Knowledge graphSettings

Updated: February 21, 2026 at 11:59 PM

Lovable: from GPT Engineer to full-stack AI builder

mid

Analysis of the history of Lovable, business model and conceptual architecture of the vibe-coding platform: from open-source CLI to cloud product with agent workflow.

Source

History of Lovable

A post about the evolution from GPT Engineer to a platform with a rating of $6.6B.

Open post

Lovable - an example of how an open-source project turns into a platform AI product. The company has gone from a CLI code generation utility to a full-stack AI builder, where the user controls development through a dialogue with an agent.

  • Anton Osika - co-founder, engineering background in ML and physics (including CERN experience).
  • Fabian Hedin is co-founder, serial entrepreneur and engineer.

Timeline

2023

Open-source beginning

The project starts as GPT Engineer: a CLI tool that generates a code base one prompt at a time.

2024

Transition to a commercial product

The team is developing the SaaS version, and at the end of 2024, consolidates the Lovable brand and focus on creating ready-made web applications.

2025

Hypergrowth valuations

The company goes from an early round to Series B and reaches a valuation of $6.6B, attracting large strategic investors.

2026

Platform stage

Focus on enterprise-governance, autonomous agents and infrastructure development around the full development cycle.

Rounds and business dynamics

Pre-Series A

February 2025

$15M

Lead: Creandum. Among the angels: Charlie Songhurst, Adam D'Angelo, Thomas Wolf.

Series A

July 2025

$200M at $1.8B valuation

Lead: Accel. Participants: 20VC, byFounders, Hummingbird, Visionaries Club.

Series B

December 2025

$330M at a valuation of $6.6B

Leads: CapitalG and Menlo Ventures. Strategic investors: NVentures, Salesforce Ventures, Databricks Ventures, Atlassian Ventures.

Related chapter

AI Engineering

Context about production practices and a systemic view of AI products.

Open chapter

Conceptual architecture

Product UX

  • Chat-first interface: request on the left, live preview on the right.
  • Iterative cycle: prompt, generation, verification, revision.
  • Vibe coding approach: the user sets the intent, the platform does the implementation.

AI Orchestration

  • The agent analyzes the task and builds a change plan.
  • Changes are generated for front end, API, data and integrations.
  • The platform applies the patches and moves on to the next iteration.

Runtime & Delivery

  • The output stack typically includes React, TypeScript, and Tailwind.
  • For the backend layer, integration with Supabase is often used.
  • There is code export and git synchronization for full code ownership.

Agent workflow

  1. 1The user formulates the product goal and requirements.
  2. 2The system collects the project context: files, logs, restrictions.
  3. 3The LLM agent proposes a plan and generates changes to the code base.
  4. 4The project is being rebuilt, the result is immediately visible in the preview.
  5. 5Errors and new requirements are returned to the next iteration cycle.

What works well

  • Significantly reduces the time-to-prototype for web products.
  • Shifts value to the result, rather than to manually typing code.
  • Suitable for both engineering and product roles.
  • Retains the ability to develop the project outside the platform.

Where are restrictions needed?

  • Quality depends on the clarity of the problem statement and prompts.
  • Manual checks of security, architecture and cost control are needed.
  • Enterprise scenarios require governance and a policy loop.
  • Without observability, agent cycles are more difficult to diagnose.

Materials and references

Additionally: vibe coding UX patterns in the post book_cube/4246 and disassembly of internal components in book_cube/4253.

From adjacent chapters: Prompt Engineering And AI Engineering Interviews.

Enable tracking in Settings

System Design Space

© 2026 Alexander Polomodov