An AI app builder without an AI: Serverpod bets on what comes after vibe coding
Tech.eu Cate Lawrence
Serverpod launched App Studio, a coding tool with no built-in AI. It’s built for the messy part after the demo: making AI-made apps real.
Based on reporting by Tech.eu, Cate Lawrence — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Swedish startup Serverpod is taking a sharp turn away from the rush to build smarter coding agents. Its new App Studio, now in public beta, has no AI inside it at all. Instead, it gives developers a place to build with outside agents and then carry the work into something that can actually ship.
That’s the bet: AI can spit out a prototype quickly, but the hard part comes after. Mobile platforms, databases, deployment, security, and production infrastructure still need proper tooling, and Serverpod wants to sit around that problem rather than inside the model. Founder Viktor Lidholt says the point is to let developers switch agents without having to switch stacks, so the app they start vibe-coding can become the one they release.
App Studio is a downloadable environment for full-stack apps built with Flutter and Serverpod. It creates standard projects, works across mobile, desktop, and web, and now includes stateful hot reload across the full stack so the app, server, generated APIs, and database schema can be updated while the project keeps running. Serverpod is also opening Serverpod Cloud, which can take a local project to deployment with a single command and handle the plumbing around databases, load balancing, domains, secrets, caching, and file storage.
Lidholt’s argument is that the real breakage shows up when a demo has to face traffic. He points to security flaws, missing access controls, unoptimised databases, and silent error handling as common failures in vibe-coded apps. Those are the kinds of problems that can turn into expensive bills or broken production systems, which is why Serverpod says sensitive data, complex permissions, and regulatory work still need an experienced engineer.
There’s also a clear anti-lock-in pitch here. App Studio is free and open source, Serverpod can run anywhere from GCP and AWS to a basement server, and users can leave the tool without losing their code or data. The company’s paid business is hosting through Serverpod Cloud, starting at $5/month for a full stack, which is a neat little reminder that the best way to sell open tools is often to make the boring parts less annoying.
My take — AI-written commentary, not fact-checked reporting
This is the first sane answer to vibe coding: stop worshipping the agent and start worshipping the stack. The industry keeps pretending code generation is the whole job, then acts shocked when the app falls over at the first real user. Open tools that keep code portable are the antidote to the new lock-in circus.
Read more about this at: Tech.eu