Lovable hits $600 million in annualized revenue with its vibe coding bet
The Swedish startup, which became synonymous with 'programming by intent,' jumped from $500 million to $600 million in ARR in three months and says two-thirds of the Fortune 500 already use its platform.
Lovable, an AI-powered application generation platform that helped popularize the term "vibe coding," announced this Thursday that its annualized revenue (ARR) crossed the $600 million mark. The number was revealed by co-founder Fabian Hedin during the HumanX summit in Amsterdam, according to a TechCrunch report. In June of this year, the company itself had disclosed an ARR of about $500 million, which means a jump of $100 million in just over three months.
What Hedin said in Amsterdam
According to Hedin, Lovable has focused efforts on expanding its corporate base: two-thirds of Fortune 500 companies are said to already use the product, including Microsoft, NVIDIA, and Deutsche Telekom. He also stated that the applications created by users on the platform together add up to nearly 1 billion visits per month.
Hedin's most direct comment was about how Lovable positions itself against tools like Codex (OpenAI) and Claude Code (Anthropic), which also generate code from natural language commands:
"You can use these tools [like Codex or Claude Code] to generate code. The difference is that Lovable doesn't deliver code as the output. What we deliver is a product, and increasingly, a business. We do a lot around hosting, deployment, and scaling applications. We have almost 1 billion visits per month to the apps we've created, an order of magnitude larger than Lovable itself," the co-founder said, according to TechCrunch.
This is the distinction the company uses to differentiate itself in a market that already includes Replit, Bolt, v0 (from Vercel), and a flood of code copilots: Lovable doesn't just sell code generation, it sells the full cycle up to the product running in production, with managed infrastructure.
Why the money came in so fast
Revenue growth tracks an even more dizzying escalation in funding rounds. Lovable raised more than $700 million across two rounds just eight months apart, according to the report:
- In December 2025, it raised $300 million led by Menlo Ventures and CapitalG, with the company valued at $6.6 billion.
- In August 2026, eight months later, it raised another $400 million from Menlo Ventures and Scaleup Europe Fund, this time at a valuation of $13.3 billion.
In other words: in eight months, the company's market value more than doubled, at a pace that only makes sense within the current race for market share in "AI coding tools," where OpenAI, Anthropic, Replit, and other big techs compete for space both among professional developers and among people who have never written a line of code.
What vibe coding is, in practice
The term "vibe coding" (programming by intent, describing what you want in natural language and letting the model generate and adjust the implementation) became popular precisely with products like Lovable, which abstract away the source code from the end user and deliver the already-published application. This is a different proposition from assistants like GitHub Copilot, Cursor, or Claude Code, which continue to operate within the traditional code-editing workflow, with the developer reading, reviewing, and committing each generated snippet.
This difference in proposition is what explains the metric Hedin highlighted: nearly 1 billion monthly visits to apps generated by Lovable users is an end-product number, not a productivity-tool number for people who already code. These are people who used the platform to launch a website, an internal dashboard, or an MVP without touching code, and Lovable charges for that via hosting, deployment, and scaling, functions that would normally fall to a separate cloud provider.
What changes for developers in Brazil
For engineering teams that already use Copilot, Cursor, or Claude Code day to day, Lovable doesn't compete directly for the same use case: it attacks the low-code and fast-MVP end, where product squads and business units today turn to traditional low-code tools (Bubble, Retool, Webflow) or ask the technical team for help prototyping something in a few days. With two-thirds of the Fortune 500 using the platform, including names like Microsoft and Deutsche Telekom, it's plausible that Brazilian branches and suppliers of these companies will start receiving prototypes or even entire internal applications from tools like this, without going through the engineering team until they need to scale or integrate with legacy systems.
The point of attention for architects and senior devs is exactly this: when a "vibe coded" app needs to leave the prototype stage and go into production with security, observability, and integration requirements that the platform doesn't natively cover, someone will need to inherit that code (or rewrite it) without any traditional architecture documentation behind it. The source doesn't detail how Lovable handles versioning, testing, or code export for these scale scenarios, and that's exactly where vibe coding hype tends to hit its practical limits inside larger companies.
Translated from the Brazilian Portuguese original · Read the original
Perplexity swaps DynamoDB for in-house database and cuts latency by 5x
The company behind the AI-powered search engine migrated its serving layer to CobbleDB, an internal database written in Rust, and cut batch read latency by up to 5x while saving at least 20% on storage.