Most AI dev tools are racing to build their own coding agents. Stockholm-based Serverpod went the other direction. Its new App Studio, now in public beta, ships with no built-in AI at all.
The bet is that the best coding agent today probably won’t be the best one in 12 months. So rather than lock developers into one model, App Studio lets you plug in whichever agent you prefer, including Claude Code, Cursor, Codex, or Antigravity, and swap it out later without changing your stack.
️ What App Studio Is
App Studio is a downloadable, full-stack development environment built on Flutter and Serverpod. Flutter is Google’s open-source framework for shipping mobile, desktop, and web apps from a single codebase. Serverpod handles the backend and database. Together they produce standard, portable project files that any AI agent can read and modify.
Flutter accounts for roughly 30 percent of new App Store releases. Serverpod is already in production at startups, banks, medical companies, and government organisations.

The Features That Matter for Shipping
- Stateful hot reload across the full stack: Update the app, server, generated APIs, and database schema while the project keeps running. Feedback arrives in milliseconds.
- Serverpod Cloud: Deploy a backend and web app with a single command. The service handles databases, load balancing, domains, secrets, caching, and file storage.
- Bring your own agent: Multiple AI agent configurations can coexist in the same project without interfering with each other. App Studio sets up MCP server configurations automatically.
- No vendor lock-in: Serverpod is open source and runs on GCP, AWS, or your own server. Your code and data stay yours. Leaving means a normal backend migration, not a platform escape.
The Catch
App Studio automates setup and iteration, not judgement. Founder Viktor Lidholt is direct about the limits: apps handling sensitive data, complex permissions, or regulatory requirements still need an experienced engineer in the loop. Publishing to the Apple App Store or Google Play is also not yet automated, though Serverpod says it plans to address that in a future release.
Lidholt also flags a common failure mode for vibe-coded apps: security flaws, missing access controls, unoptimised databases, and silent error handling. Those gaps tend to surface the moment a single-user demo meets real-world traffic.
️ Pricing
App Studio is free and open source, matching Flutter and the Serverpod framework. Revenue comes from Serverpod Cloud, the managed hosting layer. Pricing starts at $5/month for a full stack, which the company says is competitive with self-hosting once you factor out the DevOps time.
