Google GTM Portal
Feb 2026 → Apr 2026
A unified catalog platform built for Google Cloud Next 2026, consolidating TCS's AI offerings into a single searchable surface for the event.

Overview
A unified catalog platform where visitors can browse, filter, and request demos of AI offerings built by TCS on Google Cloud. Built for Google Cloud Next 2026, it needed to be ready for a live event where first impressions matter and attention is short.
Problem
TCS had accumulated a large number of AI solutions built on Google Cloud, distributed across teams, verticals, and internal repositories. Each solution was useful in isolation but collectively impossible to find or navigate. A visitor arriving at the event with a problem rather than a specific product name had no way to discover relevant offerings.
Approach
The first challenge was schema. Offerings from different teams arrived with different shapes: different levels of documentation, different definitions of "use case," different assumptions about what a customer needs to know. The FastAPI backend normalizes these into a consistent catalog interface without flattening the distinctions that make each offering legible.
The second challenge was discoverability. The platform supports search and filtering by use case and industry, so visitors with a vague problem can navigate toward something relevant, which is how most people at conferences actually arrive.
The frontend is built in Next.js, designed for an environment where the interface needs to feel considered rather than assembled, because at a live event that credibility is a precondition for engagement, not a vanity.
How It Works
- Ingestion: The FastAPI backend, backed by Google Cloud Storage, handles ingestion of heterogeneous offering data and serves a consistent API.
- Discovery: Visitors search and filter by use case, industry, and keyword to find relevant AI solutions.
- Demo requests: The platform enables direct demo requests for any listed offering.
- Frontend: Next.js and TypeScript, optimized for fast first impressions at a live event.
Tech Stack
- Frontend: Next.js, TypeScript
- Backend: Python, FastAPI, Google Cloud Storage