Google Enters the Vibe Coding Wars — and Brought Its Own Cloud

Over the last two years, the vibe coding space has been dominated by startups: Bolt, Lovable, Replit. They all share the same structural limitation — they can spin up a frontend quickly, but when it comes to the backend (real databases, real authentication, real deployments), they hand you off to another service or leave you on your own.

Google just kicked that door down.

In March 2026, Google launched a significant update to its AI Studio platform, what it calls a “complete vibe coding experience” that transforms text prompts into production-ready applications. The engine behind it is Antigravity, a coding agent launched in November 2025 as a standalone IDE based on VS Code, now integrated directly into the browser-based AI Studio.

This isn’t an incremental update. It’s Google deciding it wants to own the entire path from prompt to deployed application.

What Antigravity Really Does

The new experience goes far beyond generating frontend code. It supports multiplayer experiences, installation of external libraries, session persistence across devices, and modern frameworks including React, Angular, and Next.js.

But the real move is in the backend. The agent automatically detects when an app needs a database or login system and, through native integration with Firebase, can provision Cloud Firestore for data and Firebase Authentication for secure logins. It also includes a Secrets Manager to connect third-party APIs — payment processors, Google Maps, and more — without exposing credentials in the code.

Google showed several examples of applications built entirely from prompts: a multiplayer laser tag game with real-time leaderboards, a collaborative 3D particle visualization using Three.js, and a recipe organizer with Gemini-based generation.

The Infrastructure Advantage

Any vibe coding tool can generate a React component. Few can auto-provision a production database and authentication layer in the same workflow. That’s where Google’s own infrastructure becomes a real competitive advantage.

Google claims that internal teams built hundreds of thousands of applications using this system in recent months — a figure suggesting intensive testing before the public launch.

The pricing model also deserves attention: AI Studio remains free for prototypes, while production deployment via the Gemini API is billed per token. That positions it in sharp contrast with paid competitors like Cursor or Windsurf.

What About Firebase Studio? Shut Down.

Here’s the uncomfortable footnote: Google simultaneously announced the shutdown of Firebase Studio, a cloud IDE it had launched less than a year ago. The message is clear — Google consolidated its developer tooling bets. Firebase Studio didn’t make the cut. Antigravity did.

It’s worth watching this closely. Google has a history of launching developer products and then abandoning them (see: Cloud Shell Editor, App Engine, App Maker). But embedding Antigravity directly into AI Studio — the same surface where millions of developers already prototype with Gemini — is a different kind of commitment. It’s not a standalone product that can be quietly discontinued. It’s infrastructure baked into the platform.

What It Means for the Market

This puts Google directly in competition with Bolt.new, Lovable, and Replit — but with a significant structural advantage: deep integration with its own managed infrastructure through Firebase.

The gap that vibe coding tools have always struggled to close — between “functional prototype” and “real production application” — is exactly what Google is targeting. Whether you’re a solo developer trying to validate an idea or an enterprise team looking to cut scaffolding time, the pitch is the same: describe what you want, and the infrastructure sets itself up.

On the roadmap: integrations with Google Workspace that will connect Drive and Sheets to apps built in AI Studio, plus the ability to migrate a project from AI Studio to the Antigravity desktop environment with a single click.

Startups in this space had the edge in product experience. Google has the cloud. We’re about to find out which one matters more.