Google Stitch started life as Galileo AI — a paid design tool that cost $39 a month. Google acquired it, rebuilt it, and made it free. On March 19, they shipped the biggest update yet: voice commands, an infinite canvas, and a direct pipeline into coding tools like Claude Code and Cursor.
That last part is the real story. You can now design something in Stitch, export it, and have an AI coding tool build it into a working app — without manually translating any design specs. The whole loop from “I have an idea” to “I have a working prototype” just got a lot shorter.
But shorter doesn’t mean effortless. After testing it and reading through dozens of early reviews, the picture is more nuanced than the headlines suggest.
What’s New in March 2026
If you used Stitch before this update, it was basically a prompt-to-UI tool — type a description, get a design. Useful, but limited. The March update changes the scope significantly.
Voice Canvas
You can now talk to your design. Open Stitch, hit the voice button, and describe what you want out loud. The AI (powered by Gemini Live) listens, interprets, and updates the canvas in real time.
In practice, this means you can say things like “make the header smaller and move the call-to-action button above the fold” instead of typing prompts or clicking through menus. You can also ask Stitch to critique your design — “what’s wrong with this layout?” — and it’ll give feedback.
It’s a genuinely new way to interact with a design tool. Whether it’s faster than typing depends on how clearly you can articulate visual ideas out loud. Some people find it natural. Others find it awkward — like trying to describe a painting over the phone.
Infinite Canvas
The old Stitch generated one screen at a time. Now you get an infinite canvas where you can lay out entire flows — homepage, login, dashboard, settings — side by side. You can generate up to 5 screens in a single prompt.
This matters because real apps aren’t single screens. Being able to see the whole flow at once makes it much easier to spot inconsistencies in layout, color, or navigation.
MCP Server (The Big One for Developers)
This is the feature that made Figma’s stock dip. Stitch now ships with an MCP server — a way for AI coding tools to pull design data directly from your Stitch project.
Here’s what that means in practice: you design a dashboard in Stitch, then tell Claude Code “implement the dashboard screen from our Stitch project.” Claude reads the design through the MCP connection — layout, colors, spacing, components — and writes the code. No copying specs. No exporting screenshots. No describing the design in words.
The pipeline also works through a new file format called DESIGN.md. When you export from Stitch, it creates a plain-text spec of your design system — colors, typography, spacing rules, component descriptions — that any AI coding tool can read and follow.
Early developer testing shows the MCP pipeline works well for React and standard web apps. It struggles with less common frameworks like Flutter, where the design-to-code translation breaks down. And the MCP setup itself has friction — one developer described the authentication process as “87-step esoteric Google Cloud OAuth,” which feels very on-brand for Google.
Manual Editing
A small but important addition: you can now click directly on text, images, and spacing in generated designs and edit them by hand. Before this update, any change required re-prompting.
What Stitch Does Well
Speed from zero to something. If you have a blank page and a vague idea, Stitch can give you 5 different screen designs in under a minute. For brainstorming and early exploration, nothing else is this fast at this price (free).
Clean first drafts. The generated layouts are surprisingly consistent — typography, color palettes, and spacing generally hold together across multiple screens. One developer who redesigned their entire frontend reported “fonts on point, colour palette consistent” across the project.
The code export pipeline. DESIGN.md + MCP to Claude Code is genuinely useful. Being able to say “build what I designed” instead of manually writing CSS is the kind of workflow improvement that saves hours, not minutes.
Price. 350 free generations per month in standard mode. For comparison, Figma costs roughly $13,200 a year for a 20-person team. For individuals and small teams prototyping ideas, the cost difference is stark.
Where Stitch Falls Short
Designs feel generic. This is the most common complaint from designers. Stitch produces clean layouts, but they look like… Stitch layouts. There’s a sameness to them. If you’re building a brand with a distinctive visual identity, you’ll hit a ceiling fast.
Manual editing is clunky. The new click-to-edit feature works, but designers report it feels “off” compared to Figma’s precision tools. Fine adjustments — exact spacing, custom gradients, animation timing — still need a proper design tool.
No design system management. You can’t define reusable components, design tokens, or brand guidelines that carry across projects. Every new project starts fresh. For teams working on products with established design systems, this is a dealbreaker.
Single-user only. No multiplayer editing, no commenting, no version history sharing. Figma’s real-time collaboration remains unmatched. If you work with a team of designers, Stitch can’t replace your current workflow.
Voice canvas is more demo than daily driver. The voice feature is impressive in demos but less practical in daily use. Describing visual layout changes out loud is surprisingly hard — “make the padding between the cards about 20% smaller” is more awkward to say than to click. Most early users tried it once, thought it was cool, and went back to typing.
DESIGN.md is overpromised. Several designers found the exported specs incomplete or vague, missing details that matter in implementation. It’s a good starting point but not the “design-to-code in one click” experience the marketing suggests.
Where Stitch Fits (and Where It Doesn’t)
The most useful way to think about Stitch isn’t “will it replace Figma?” It won’t. Not for professional design teams. Not yet, possibly not ever — they’re solving different problems.
Think of it as a different tool for a different phase:
| Phase | Best Tool | Why |
|---|---|---|
| 0 → 1 (idea to first draft) | Google Stitch | Fastest path from blank canvas to visual concept. Free. |
| 1 → 10 (refinement) | Figma | Precision editing, design systems, collaboration, plugins |
| Design → code | Stitch MCP → Claude Code | Direct pipeline, no manual spec translation |
| Code-first components | V0 by Vercel | Production-quality React/shadcn components |
The practical workflow for most people in 2026: generate in Stitch, refine in Figma if needed, implement via MCP to Claude Code. Or skip Figma entirely if the Stitch output is close enough — which, for prototypes and MVPs, it often is.
Update (March 26): Five days after this Stitch update, Figma fired back. On March 24, Figma launched AI agents that can design directly on the Figma canvas via its own MCP tool — racking up 9,700+ likes on X. The approaches are opposite: Stitch generates designs from scratch, while Figma’s agents work inside your existing design system. We wrote a full side-by-side comparison of Figma AI Agents vs Google Stitch and a setup guide for Figma AI Agents with Claude Code. The consensus from designers on X: use Stitch for 0-to-1 ideation, Figma for 1-to-100 refinement. Both are free right now.
Should You Try It?
If you’ve ever stared at a blank Figma canvas wondering where to start — yes. Stitch eliminates that blank-canvas paralysis. Type what you want (or say it), get something visual in 30 seconds, iterate from there.
If you’re a developer who hates translating designs into code, the MCP pipeline alone is worth trying. Design something, connect to Claude Code, and let the AI handle the CSS you don’t want to write.
If you’re a professional designer with established workflows, Stitch is a brainstorming tool, not a replacement. Generate concepts, screenshot the ones you like, refine them in your real tools.
And if you’re new to all of this — someone who’s never designed an app screen before — Stitch is genuinely the most approachable starting point available right now. Describe what you want in plain English, and you’ll have something real to look at in under a minute. That’s a big deal for people who think “design” requires years of training.
The tool handles about 80% of the work. Your taste and judgment handle the remaining 20%. That ratio is pretty good for free.
Google Stitch is free at stitch.withgoogle.com. 350 generations/month in standard mode. The March 2026 update is live now.
Related courses: Vibe Coding | UX Design with AI | Google AI Studio Apps
Sources: