Claude Code + Google Stitch 2.0: The Complete AI App Design & Development Workflow

https://x.com/prajwaltomar_/status/2037104246647382058?s=12
Technical long-form tutorial / practitioner's guide; detailed thread demonstrating a complete, tested workflow · Researched March 30, 2026

Summary

Prajwal Tomar, founder of IgnytLabs (an AI-first MVP agency), presents a comprehensive workflow for building and designing production-ready applications using Google Stitch 2.0 and Claude Code. The core thesis is that "AI slop" design isn't an AI problem—it's a workflow problem. The author addresses a fundamental pain point in AI-assisted development: consistency degradation. When solo builders or teams use AI to generate features individually, each prompt operates in isolation, leading to drifting colors, inconsistent typography, and disjointed user experiences.

Tomar's solution centers on a single markdown file called "design.md" that acts as a design system specification. Stitch 2.0 automatically generates this file by extracting typography scales, color palettes, component rules, and design tokens from AI-generated designs. When developers feed this design.md into Claude Code at the start of each session, the AI coding agent maintains design consistency across every screen and feature—solving what has been an intractable problem in AI-generated applications. The workflow starts with design (using Stitch's visual tools), documents it systematically (design.md), then implements it with architectural consistency (Claude Code with MCP access).

The post walks through the exact workflow: take screenshots → feed them to Stitch 2.0 → curate variants → export the auto-generated design system → copy design.md into your codebase → connect Claude Code to Stitch via MCP for direct HTML/CSS access. Tomar then demonstrates how to integrate backends using Claude Code: Supabase for authentication (with automatic role-level security and session persistence), Stripe for payments (complete checkout flow integration), and Resend for email functionality. He emphasizes that Claude Code "coaches you through every integration," so developers don't need deep knowledge of webhook systems or auth models.

The author acknowledges limitations: fonts sometimes need manual adjustment, colors don't always carry over perfectly, and the workflow is token-hungry. However, he argues these gaps are closing rapidly and the fundamental shift is dramatic—what previously cost thousands of dollars and weeks of designer time can now be executed by one person in an afternoon. He positions this as democratizing access to professional design practices that were previously available only to funded teams with dedicated designers.

Key Takeaways

About

Author: Prajwal Tomar

Publication: X (Twitter)

Published: 2026-03-30

Sentiment / Tone

Confident, evidence-driven, and pragmatic with measured optimism. Tomar avoids hype—he explicitly acknowledges limitations (font adjustments, color accuracy issues, token costs) while arguing these gaps are worth accepting given the dramatic productivity gains. The rhetorical style is instructional and action-oriented: "No theory. Just the workflow." He positions himself as an experienced builder sharing battle-tested practices, not as a promoter. The tone is conversational but authoritative, with phrases like "This is where the workflow gets CRACKED" balancing technical precision with enthusiasm. He frames the moment as a democratization opportunity for solo builders and small teams, historically excluded from professional design systems, rather than dismissing designer roles entirely.

Related Links

Research Notes

Prajwal Tomar is a credible source: he's the founder of IgnytLabs, an AI-first MVP agency, and creator of the AI MVP Builders community (1,900+ members), where he teaches design-to-production workflows. His background is software engineering (NIT Kurukshetra graduate, previously SDE at KPMG Lighthouse). He has publicly documented building 16 SaaS products for clients and has shifted workflows from Cursor to Claude Code, suggesting evidence-based tool selection rather than marketing alignment. The post references Google Stitch 2.0, which is real and launched in 2025 at Google I/O, with major updates in December 2025 and March 2026. Stitch 2.0 is documented to use Gemini 3.1 Pro and supports 400 free generations monthly. Claude Code is Anthropic's real terminal-based coding agent (launched February 24, 2025). The MCP (Model Context Protocol) integration between Stitch and Claude Code is documented and available via GitHub (davideast/stitch-mcp). The "design.md" concept is validated in multiple sources as Stitch 2.0's actual approach to design system documentation. Community reactions (Reddit r/ClaudeCode) confirm the workflow is functional but highlight ongoing edge cases. The timing of this post (March 30, 2026) coincides with recent Stitch 2.0 updates, suggesting Tomar is commenting on current capability maturity. No significant contradictions or critiques were found—the limitations he mentions are echoed in community discussions. His claim that the workflow "changes everything" is positioned as workflow transformation, not technological revolution, which is reasonable given the demonstrated evidence.

Topics

AI design-to-code Design systems Claude Code Google Stitch 2.0 MCP (Model Context Protocol) AI-generated UI consistency MVP development No-code/low-code workflows