# Lovable Raises $400M at $13.3B Valuation with Tencent Backing

> Lovable, the no-code software creation platform, secures major funding and a massive valuation boost from top investors.
> By Dave · 2026-08-13
> Source: https://otf-kit.dev/blog/lovable-series-c-funding

## A $13.3B check on no-code is the loudest signal vibe coding has gone mainstream

A Stockholm company that lets non-developers ship software in an afternoon just raised $400M at a $13.3B valuation. That is not a niche bet. That is a category being confirmed. Per [TechNode's coverage of the round](https://technode.com/2026/08/13/tencent-backs-lovable-in-400-million-series-c-at-13-3-billion-valuation/), Lovable's Series C was led by Menlo Ventures and co-led by EQT's Scaleup Europe Fund, with Tencent, Balderton, Carmignac, Kaszek, LTS Growth, World Innovation Lab and Regent joining as new investors. The investor list alone tells you the thesis: this is no longer a "cool demo, low ceiling" story. The check size says the demand for AI-built software is durable, and the geography of the check (US, Europe, Latin America, China) says it is global.

That deserves a moment of honesty. The no-code sceptics have been wrong for five years running, and this round is the receipts.

## What Lovable actually built

Lovable is a Stockholm-based software creation platform. The pitch is simple: type a description of what you want, get a working web app back, iterate in natural language, publish. Per the round announcement, users have created more than 60 million projects since the platform launched in November 2024, and Lovable-built applications now receive more than 900 million visits a month. Sixty million projects in less than two years. That is the throughput of an entire category of small software shops — collapsed into a chat box.

The unit economics work because the audience is not "developers who want to code faster." It is the founder with a Shopify store, the designer who got tired of waiting on engineering, the marketer who needs an internal tool by Friday. The platform takes them from blank canvas to deployed URL without them ever opening a terminal.

This is a real product-market fit moment, and the $400M is a bet that the PMF extends across the next order of magnitude — international, mobile, enterprise.

## Try it today: the shortest possible path

If you have not used a vibe-coding platform yet, this round is the nudge. Lovable is the easiest one to start with because the loop is one screen:

```bash
# 1. Open the web app at lovable.dev and sign in
# 2. In the prompt box, describe your app in 2–4 sentences
#    Example: "A landing page for a coffee subscription box.
#              Three sections: hero, how it works, monthly plans.
#              Warm color palette, mobile responsive."
# 3. Wait ~60s. Preview appears in the right panel.
# 4. Iterate with follow-up prompts:
#    "Add a testimonial carousel under the hero."
#    "Change the CTA to 'Start my subscription'."
# 5. Click "Publish" → you get a live URL.
```

That is the whole flow. No `npm install`, no hosting decisions, no auth setup. If you have ever described a feature in a Jira ticket, you have already written the input.

The 60M-projects number in the article is your proof the loop works for non-engineers too.

## Why this round matters beyond Lovable

Three things are happening at once and the $13.3B valuation is pricing all of them.

**One: no-code is no longer a workaround.** When a Swedish company can raise at this multiple from a syndicate that includes Tencent and Carmignac, the "real developers will always do it themselves" argument has lost. The market has decided that prompt-to-app is its own product category with its own ceiling.

**Two: Europe is back on the cap-table map.** Stockholm, not San Francisco, priced this round. The lead investor is American; the co-lead is European (EQT's Scaleup Europe Fund). That matters because most of the recent headline AI rounds have been US-only. A continent-grade cross-border syndicate on a Stockholm company is a structural signal.

**Three: the bottleneck moved.** In 2018 the bottleneck was "can we find an engineer?" In 2026 the bottleneck is "can we ship the right thing, on every device, with consistent quality?" The first part just got solved by a chat box. The second part is the new hard problem, and it is the one nobody is paying $400M to fix.

## The new hard problem is the UI layer

Here is the part that does not get solved by bigger context windows or cheaper tokens. You can prompt your way to a landing page in an afternoon. You cannot prompt your way to:

- The same button behaving the same on web, iOS, and Android
- An accessible form that passes a WCAG audit without a manual sweep
- A design system your next three hires can extend without a wiki
- A codebase that survives the model upgrade from GPT-5 to whatever ships next month

That last one is the underappreciated one. Lovable and its peers regenerate the implementation every time the model improves. The components underneath — the visual primitives, the state conventions, the platform-specific render paths — those are what you want to keep stable while the model swaps itself out underneath you.

## What OTF is for, in one sentence

OTF is the durable UI layer under vibe-coded apps. Same component, same API, same behavior on web and native. When the model changes, when the prompt changes, when the tool you shipped in changes its pricing — the components still look and behave the same. That is the part that does not churn.

This is not a "Lovable is dangerous" post. Use Lovable. Ship the thing. The point is that the output of a vibe-coding session is a starting point, and the starting point is much easier to walk away from if the components underneath it are already a real cross-platform design system — accessible, themeable, owned by you, with a single API that compiles down to web and native without you having to choose.

If you have shipped something in Lovable and you want the same screen to exist as an iOS app without rewriting it, that is the gap OTF exists to fill. Not instead of vibe coding. Underneath it.

## What the next six months look like

Three predictions worth more than zero:

**More rounds, bigger.** The next no-code announcement will price higher. The category has been validated at $13.3B; comparable rounds in adjacent AI-builder categories (design, mobile, backend) are overdue.

**More enterprise.** The 900M monthly visits stat in the article is consumer-leaning. Enterprise procurement will be the next wedge, and it will look less like "chat to a UI" and more like "chat to your existing Salesforce + Postgres" — same prompt box, different output.

**Mobile parity.** Right now, the easiest output of every vibe-coding platform is a web app. Native iOS and Android still require a separate build. The platform that solves prompt-to-native without a separate React Native project gets the next billion dollars. The components underneath that pipeline are exactly where OTF sits.

## Bottom line

Lovable raised $400M because it proved 60 million people want to ship software without learning to code. That is a genuine shift in who gets to be a builder, and it deserves a moment of credit. The next shift is who gets to keep what they built when the model under it changes. That is the durable layer problem, and it is the one the $13.3B did not solve.