Google AI Studio's vibe coding just got serious

· Tools

Ammaar Reshi just announced a big upgrade to Google AI Studio’s vibe coding, and the feature list reads like they reverse engineered what makes Replit useful.

Here’s what’s new:

  • Firebase baked in. Real time data, auth, persistence. You can build multiplayer apps and games, not just static throwaway prototypes.
  • shadcn components and animations. The output actually looks good now. Previously everything vibe coded in AI Studio looked like unstyled HTML from 2014. This fixes that entirely.
  • External API connections. Wire up any third party API directly. This is the difference between “make me a landing page” and “make me a tool that actually does something.”
  • Background execution. Fire off requests that run while you’re away. Async task processing in a vibe coding tool. That’s new.

The whole thing is powered by Antigravity for the execution environment.

The reason this matters is context. I use Replit daily for building tools, and it already does all of this. But Google AI Studio is free, and it sits inside the Gemini, Vertex, and Firebase ecosystem. If the output quality is anywhere close to Replit’s agent, that’s a genuinely compelling alternative for quick prototyping.

Big “if” though. Replit can iterate, debug, and deploy. AI Studio has historically been a playground. These features look right on paper, but execution quality is everything.

Haven’t tested it yet. Will report back once I’ve built something with it.