What problem does it solve? Building data-centric web applications requires choosing the right framework, applying consistent design standards, and wiring up complex features like streaming AI chat, which is time-consuming to do from scratch. ## Core Features & Use Cases - Framework Selection Guidance: Chooses between React + Vite (for web developers needing custom interactivity) and Streamlit (for Python data scientists) based on the user's stack and requirements. - Unified Design System: Enforces a zinc-palette, card-based, dark/light mode design system with DM Sans and JetBrains Mono typography across both frameworks. - Gemini Data Analytics Chat Integration: Provides reference implementations for a streaming "chat with your data" interface using Server-Sent Events, with separate thought and final-response rendering, multi-turn history, and follow-up suggestions. - Use Case: A fraud analyst needs a dashboard over BigQuery transaction data with KPI cards, a filterable table, and a natural-language chat panel; this Skill scaffolds the React frontend, FastAPI streaming backend, and styling. ## Quick Start Build a data dashboard app that visualizes my BigQuery sales table and includes a Gemini-powered chat interface for asking questions about the data.