01>EVENT INSTRUCTIONS

OrchestratingAItoBuildaZero-CostSaaSwithVibeEngineering

A 3-hour hands-on session by TiE Kovai Con

๐Ÿ“Kovan Labs, 2nd Floor
๐ŸขIndiQube Echo, Coimbatore
โฑ3-Hour Hands-On
02>ABOUT THE EVENT

From Vibe Coding to Vibe Engineering

There are countless AI tools, IDEs, agents, and models available today. Having options is powerful, but too many tools without direction often leads to confusion and shallow "vibe coding."

Anyone can generate code with AI. But real engineers know how to orchestrate AI systems effectively, choosing the right model, IDE, workflow, and architecture at the right stage of development.

In this 3-hour hands-on session, you'll learn how to practice Vibe Engineering: the art of combining AI tools with engineering thinking to build and deploy a real SaaS product at almost zero cost.

From idea validation and spec engineering to UI generation, backend development, debugging, deployment, and optimization, this session will show you how modern developers use AI as a powerful engineering partner instead of just a code generator.

YOU'LL LEARN

How to choose the right AI model for different tasks
Which AI IDEs and tools are actually useful
Spec engineering and structured prompting
Building fullstack apps with AI assistance
Debugging AI-generated code effectively
Using free-tier infrastructure and services
Deploying a SaaS product with minimal cost
The difference between "vibe coding" and "vibe engineering"

VENUE & LOCATION

Kovan Labs, 2nd Floor

IndiQube Echo

Echo, Avinashi Rd, TNHB Colony, Indira Nagar, Civil Aerodrome Post, Coimbatore, Tamil Nadu 641014, India

Open in Google Mapsโ†—

THE ENGINEERING JOURNEY

By the end of the session, you'll understand how to go from Idea โ†’ Architecture โ†’ Code โ†’ Deployment using modern AI workflows and free resources as efficiently as possible.

01

Idea

Validation
02

Architecture

Planning
03

Code

Construction
04

Deployment

Deployment
03>PREREQUISITES

What You Need Before the Session

Required

Antigravity 2.0

The AI-powered runtime environment required for this session.

Download Antigravity 2.0
Required

Antigravity IDE

The IDE with built-in MCP support used throughout this session.

Download Antigravity IDE
Required

Node.js (LTS)

The JavaScript runtime environment required for CLI commands and Firebase operations.

Download Node.js
04>SETUP GUIDE

Configure Your Environment

Follow these steps carefully before the session begins.

4.1 โ€”Firebase MCP Setup

Cloud Authentication & Server Runtime

1

Open MCP Settings in Antigravity IDEtop-right corner > โ‹ฏ > MCP Server

In the top-right corner of Antigravity IDE, click the โ‹ฏ (three-dot menu), then select MCP Server to browse and install available MCPs.

2

Install Firebase MCP

From the MCP panel, find and install the Firebase MCP. Firebase will be configured automatically once installed.

3

Open Firebase Console

Visit the Firebase Console to create your project.

4

Create a Firebase Project

In the console, create a new Firebase project. Then navigate to: Authentication โ†’ Sign-in method โ†’ Enable Google OAuth (found under the Security tabs).

5

Install Firebase CLI

Run the following command in your terminal:

npm install -g firebase-tools
6

Authenticate via Terminal

Authenticate your terminal with Firebase using:

firebase login --no-localhost

Follow the prompts in your browser to complete login.

โœ… Firebase MCP is now fully set up.

4.2 โ€”Supabase MCP Setup

Database & Edge Functions integration

1

Open Command PaletteCtrl + Shift + P

In Antigravity IDE, press Ctrl + Shift + P to open the command palette.

2

Find Supabase MCP

Search for MCP in the palette. You'll see Supabase listed โ€” click it. If it shows an Authenticate button, click it and complete the OAuth flow.

3

Create a Supabase Project

During authentication, you'll be prompted to connect a Supabase project. Head to Supabase and create a new project. Open it once created.

4

Get Your API Keys (if not auto-fetched)

If the IDE doesn't auto-fetch keys, do the following inside your project: Left Sidebar โ†’ Settings (very bottom) โ†’ API Keys tab. Copy the Publishable Key and Secret Key shown on the right.

5

Add Keys to Your .env File

In Antigravity IDE, create a .env file at the project root if it doesn't exist. Paste your keys:

NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_publishable_key
SUPABASE_SERVICE_ROLE_KEY=your_secret_key
6

Get Supabase URL

At the top of your Supabase project page, click the Connect button. Your project URL and all connection strings are shown there.

โœ… Supabase MCP is now fully set up.
05>SESSION WORKFLOW

Your Engineering Workflow

01๐Ÿ’ก

Think & Brainstorm

Think and brainstorm about the usecase.

02๐Ÿ”€

Plan Data Flow

Plan about the dataflow.

03๐Ÿ“

Generate Master Prompt

Generate the prompt using Gemini, ChatGPT, or Claude.

04โšก

Execute & Inspect

Provide the prompt to Antigravity 2.0 and see the code changes in the Antigravity IDE.