Full-Stack Deployments without a GCP Project

▶ Watch (0:09)

Justin Mahood announced that users need only a Gmail account. No GCP project, no gcloud installation, no credit card. Deployed apps include a front-end, back-end, and database. Users choose Firestore or Cloud SQL. End-user authentication is built in. The app runs on Cloud Run and scales automatically. Last year, only AI-powered front-end apps were possible. Now full-stack apps with a backend and database are supported. The bundle targets non-traditional cloud customers. A Cloud SQL database is created in seconds.

Free Tier Capabilities: Logs, Env Vars, and Scaling Path

▶ Watch (1:51)

Sara Ford explained the free tier. Users build multiple apps without time limits. Deployed apps include logs and metrics. Cloud SQL databases are created in seconds. Environment variables enable quick modifications without rebuilding. Apps can be paused, resumed, or deleted. Publishing to Cloud Run is free within the free tier. No time limits mean apps remain available indefinitely. A one-click option moves the app to a full Google Cloud account with a credit card, unlocking the full GCP feature set.

▶ Watch (3:22)

Shambhu Hegde used AI Studio’s build mode. He entered a prompt: “Build an app for a neighborhood tool library.” The agent selected Cloud SQL PostgreSQL. A database was provisioned in seconds. The agent created a schema and tables. Sample data was loaded via a prompt. Authentication was added with another prompt. A borrow button was added to each tool card. A “my garage” page showed owned and borrowed tools. Smart search was implemented using PostgreSQL extensions for fuzzy and semantic matching. Spelling mistakes and natural language queries returned relevant results.

Publishing and Scaling with One Click

▶ Watch (8:15)

Shambhu clicked “Publish” and the app was deployed to Cloud Run immediately. He could share the URL with friends and family. To add new features, he could jump back into AI Studio and keep iterating. The app remained live at no cost within the free tier. No credit card was required for deployment. The free tier includes Cloud SQL and Cloud Run. If the app becomes popular, a one-click option onboards it to a full GCP account for production scaling.

Notable Quotes

all you need is a Gmail account to Vibe and publish to your own URL a given number of full stack web applications. Justin Mahood · ▶ Watch (0:09)

No Google Cloud experience or Google Cloud project is needed. No G Cloud installation and no credit card or billing account is required to get started. Justin Mahood · ▶ Watch (0:09)

The agent instantly builds out a login flow and handles all the necessary database filtering to ensure data privacy between users. Shambhu Hegde · ▶ Watch (3:22)

To make this work seamlessly, the agent uses database features, including advanced features such as PostgreSQL SQL extensions, to power the search. Shambhu Hegde · ▶ Watch (3:22)

Key Takeaways

  • Deploy full-stack apps to Cloud Run using only a Gmail account, no GCP project or credit card.
  • AI Studio’s build mode provisions Cloud SQL databases and adds features like authentication and smart search from prompts.
  • A one-click option moves the app to a full Google Cloud account for production scaling.