Sweden's $13.3 billion vibe-coding company solves one real problem for people who build things, and the free tier is where the catch lives.
I built my AI tool board with Claude Code and ChatGPT Codex, and it works. It sits on a Cloudflare Workers subdomain and I open it most days. Then I started a second project, a team notes app, and the build stopped halfway when I ran out of context window with the frontend still unfinished. I spent an evening tracking down where the deployment had gone instead of writing a single line of anything useful. That night I kept thinking about the demos I keep seeing, where somebody types one sentence and a working site appears.
The reason to look this week.
On 12 August, Stockholm-based Lovable announced $400 million in new funding at a $13.3 billion valuation, eight months after a round that valued it at $6.6 billion. The company says 60 million projects have been built on the platform and that apps made with it draw 900 million monthly visits. Before anyone asks: you cannot buy the shares. Lovable is private, with no listing and no announced IPO. The closest public proxy is EQT, whose Scaleup Europe Fund co-led the round, and that is a very loose proxy. So the interesting question here is not the stock. It is whether the product does something my current tools do not.Where it beats the terminal.
For one specific job, it does. Claude Code and Codex both assume you have a repository, a local environment, somewhere to deploy, and the patience to fix all three when one of them breaks. That assumption stays invisible until you are three hours into a Saturday hunting for a Workers route. Lovable removes the whole layer. You type in a browser, it generates a React frontend with a Supabase backend already wired up, and it publishes to a lovable.app address you can send to somebody. The free tier asks for no credit card: five credits a day, capped at thirty a month. Claude Design will give you a better-looking prototype than most of us can draw by hand, but you still have to take that prototype somewhere afterwards. Lovable's product is the somewhere.
The catch.
Now the part I went looking for. Credits are the first wall. Five a day sounds workable until you learn that ordinary chat messages spend them too, so two or three genuine rounds of iteration can empty the day. Pro runs $25 a month for 100 credits, and the reviewers who track this closely report heavy users landing well above the sticker price once debugging cycles are counted. The second wall is the stack. Lovable generates React with a Supabase backend and little else, so a different framework or a properly custom integration puts you back into code anyway. The third is the one that bothers an auditor most. In 2025 a row-level-security misconfiguration, tracked as CVE-2025-48757, left more than 170 Lovable apps exposing data, and independent scans through 2026 keep finding that a large share of deployed apps ship with access controls never switched on. The platform itself is not the problem. The default is.
Where I land.
I am going to try it, and I am not going to move Team Notes onto it. The pattern that keeps showing up in developer write-ups is a project that flies to roughly seventy percent and then stalls, at which point people export to GitHub and finish the job in Claude Code. Both of my projects are past that line already. Where Lovable looks genuinely useful to me is the throwaway tier: the small internal tool a colleague needs by Thursday, the one-page thing I would never build because the setup costs more than the tool is worth. That is not a small category. That is most of the ideas I abandon.
Over to you.
There is a version of this where thirty credits a month is honest sampling, and a version where the free tier is deliberately thin enough to push you into Pro before you know whether the thing works. I cannot tell which from the outside yet. If you have built something real on it, I want to know what broke first.
FAQs:
1. Do I need to know how to code to use Lovable?
A: No. You describe what you want in a browser and it generates the app, including the backend, then publishes it to a web address.
2. Is it actually free?
A: There is a free tier with no credit card required, but it gives five credits a day capped at thirty a month, which covers testing rather than shipping.
3. How is this different from Claude Code or Codex?
A: Those are terminal agents that assume you already have a repository and somewhere to deploy. Lovable handles hosting and the backend for you.
4. Is it safe to put real data in an app built this way?
A: Not without checking. A 2025 vulnerability exposed data in over 170 Lovable apps, and scans since keep finding deployed apps with database access controls left off.
5. Can I invest in Lovable?
A: No. It is a private company with no stock market listing and no announced IPO.

Comments