GCS Centros Estratégicos is a Next.js virtual office platform that delivers an immersive consulting experience through five specialized rooms — each backed by Sally, an AI assistant powered by Google Gemini 2.5 Flash. Clients and consultants navigate the office, trigger lead capture flows, schedule Microsoft Teams meetings, and run compliance diagnostics, all from a single web application.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gcsconsultores/centros-estrategicos-gcs/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Deploy the virtual office locally and configure your environment variables in minutes.
Architecture
Understand the Next.js app structure, room system, and service integrations.
Sally AI
Learn how Sally’s Gemini-powered chat and evaluation engine works.
API Reference
Full reference for the chat, leads, and meetings API routes.
What’s Inside
The platform is organized into five consulting rooms, each with its own focus area and interactive features:Sala Ejecutiva
Schedule executive meetings and discovery sessions via Microsoft Teams.
Compliance
ISO, BASC, SARLAFT, and PTEE compliance diagnostics and certifications.
Estrategia
Strategic planning, competitive analysis, and process optimization services.
Training
Corporate training catalog with certifiable programs across four categories.
Innovación
AI solutions, data analytics, agile methods, and design thinking workshops.
Key Integrations
Microsoft 365
SharePoint lead storage and Teams meeting creation via Microsoft Graph API.
Google Gemini
Sally’s conversational AI powered by Gemini 2.5 Flash through the Vercel AI SDK.
Clone and install
Clone the repository and install dependencies with your preferred package manager.
Configure environment variables
Set your
GOOGLE_GEMINI_API_KEY and Microsoft 365 credentials in .env.local. See the environment variables guide.Run the development server
Start Next.js with
npm run dev and open http://localhost:3000 in your browser.