Google AI Studio just turned plain English into multiplayer games
Google AI Studio now builds full apps with databases, logins, and payments from text prompts — including real-time multiplayer games. Free to start.
Google just upgraded AI Studio into something that would have sounded impossible a year ago: type what you want in plain English, and an AI agent called Antigravity builds a complete, working app — with a database, user logins, and even real-time multiplayer — all without you writing a single line of code.
The platform has already been used to create hundreds of thousands of apps in recent months, and the new version launched on March 18, 2026 takes it even further.
Say it, and Antigravity builds it
Antigravity isn't a typical AI coding assistant that suggests code snippets. It's an autonomous agent — meaning it plans the entire project structure, writes code across multiple files, runs tests in a built-in browser, and fixes its own errors. All automatically.
Here's how it works: you describe what you want ("Build me a multiplayer quiz app with a leaderboard and Google login"), and Antigravity does the rest. It detects that your app needs a database and login system, then sets up Firebase (Google's cloud backend) with one click of approval from you.

Five demo apps that show what's possible
Google demonstrated five apps built entirely from prompts — no manual coding involved:
Neon Arena — A retro-style multiplayer first-person laser tag game. Players tag opponents or compete against AI bots, with a real-time leaderboard tracking scores before time runs out.
Cosmic Flow — A collaborative 3D particle experience built with Three.js (a 3D graphics library). Every user's cursor spawns flowing particles in a shared space, synced in real time across all connected users.
Neon Claw — A claw machine game with realistic physics, timers, and a leaderboard — built from a single prompt that the agent interpreted to include 3D animations and interactive elements.
GeoSeeker — An app integrating Google Maps to create location-based experiences, using the new Secrets Manager to store API credentials securely.
Heirloom Recipes — A recipe organizer where Gemini AI generates recipe suggestions, stores them in a Firebase database, and syncs across devices.
The tech behind it — explained simply
Under the hood, AI Studio uses Gemini 3.1 Pro (Google's latest AI model) to understand your instructions and generate code. It also supports Claude Sonnet 4.6, Claude Opus 4.6, and GPT-OSS 120B — so you can pick which AI brain powers your app.
The platform supports three web frameworks: React, Angular, and the newly added Next.js. It can automatically install external libraries like Framer Motion (for animations) and Shadcn (for pre-built interface components).
The Firebase integration is particularly impressive. When you describe an app that needs to save data or identify users, Antigravity:
- Sets up Cloud Firestore (a real-time database) automatically
- Configures Firebase Authentication with Google Sign-In
- Generates security rules to protect your data
- Enables offline functionality and cross-device syncing
A new Secrets Manager lets you store API keys for payment processors, Google Maps, or other external services — so your apps can actually charge money or pull in real-world data.

Who this is actually for
If you've ever wanted to build an app but didn't know how to code — this is aimed directly at you. Google AI Studio eliminates the biggest barriers: you don't need to learn a programming language, set up a database, or figure out authentication systems.
Marketers can build interactive landing pages with data collection. Teachers can create multiplayer classroom quiz games. Small business owners can prototype customer-facing tools with real payment processing. Designers can turn mockups into working prototypes with real backends.
Even experienced developers can use it to rapidly prototype ideas — Google says the Antigravity agent handles the entire path from prompt to production-ready code.
How much does it cost?
AI Studio is free for prototyping and testing, with rate limits. For production deployment, you pay token-based costs through the Gemini API or Vertex AI. There's also a Pro plan at roughly $20/month with higher limits, and enterprise tiers for larger teams.
The Firebase backend services (database, authentication, storage) come with their own free tier — generous enough for small apps and prototypes.
Try it yourself
Go to aistudio.google.com and describe the app you want to build. Antigravity will start generating it immediately. No installation, no setup — just a browser.
# Example prompt to try:
"Build a multiplayer trivia game with
a leaderboard, timer, and Google login.
Use a retro arcade theme."Why this matters right now
Vibe coding — describing what you want and letting AI build it — has been trending for months. But most tools still produce basic single-page apps. Google AI Studio with Antigravity is the first major platform to offer full-stack production apps with real databases, real user authentication, and real-time multiplayer — all from a prompt.
The addition of Next.js support and the Secrets Manager for external API keys means these aren't just demos. They're apps you could actually deploy and share with real users.
One important note: Firebase Studio (a different product) will be sunset on March 22, 2027, with migration paths to Google AI Studio. If you're already using Firebase Studio, start planning your transition.
Related Content — Get Started with Easy Claude Code | Free Learning Guides | More AI News
Stay updated on AI news
Simple explanations of the latest AI developments