Roman Peschke @roman.peschke
Free Guide

How to Build a Website with Google Stitch and Antigravity

Design a website with AI, pull it into your IDE via MCP, and deploy it live on Vercel. Free tools, no code required.

Tools you'll use

The pipeline is Screenshot > Generate > Connect > Build > Deploy. Five links, all free tools. You start with a real design from Dribbble so the output doesn't look AI-generated, feed it to Google Stitch to generate a UI, then use MCP to pull the code directly into Antigravity where it becomes a real project you can test and deploy.

Design
1

Find a design you like

Go to Dribbble and find an aesthetic that fits your project. Take a screenshot. This is what keeps the output from looking like every other AI website.

2

Generate the UI in Google Stitch

  • Open stitch.withgoogle.com and upload your screenshot
  • Select Web and tell it what you want to make
  • Select 3.1 and send it off

Stitch has daily credit limits that reset at midnight UTC. Get your reference screenshot right before you start generating.

Connect the tools
3

Set up the MCP connection while Stitch generates

While your design is generating, open Antigravity. If you don't have it, download it from antigravity.google. It's free.

  • Go to Settings > Customizations
  • Search for Stitch MCP in the MCP servers section
  • Click + Add to install it
What is MCP?

Model Context Protocol lets your AI IDE talk directly to other tools. It connects Antigravity to your Stitch designs so the AI can read and convert them into code automatically, without manual exporting.

4

Grab your Stitch API key

  • Back in Google Stitch, click your profile icon
  • Go to Stitch Settings
  • Scroll down to the API Key section
  • Click Create Key and copy it
Build and deploy
5

Pull the design into your workspace

  • In Antigravity, click the + button at the top, open a new folder, and give it a name
  • Tell the agent: "I want to use the Google Stitch MCP server and connect it so I can show you a website that I just built out in there"
  • It'll ask for your API key. Paste it in.
  • Tell it which project to pull (e.g., "It's the Altitude Coffee page")

The agent finds your Stitch project, pulls in the code, and sets up the project files locally.

6

Test it locally

The agent creates an implementation plan and builds the project. Hit Proceed and let it run. Once it's done, it gives you a localhost link. Click it to see your fully coded website in the browser.

7

Deploy to Vercel

Tell the agent: "Looks beautiful, let's get it on Vercel." It packages and deploys the project automatically. You get a live .vercel.app URL. Buy your own domain if you want, but the site is live either way.

Before you start

!
Use a real screenshot as your reference. Text-only prompts give Stitch nothing to work with. The screenshot is what keeps the output from looking generic.
!
Set up the MCP connection before you try to pull in code. MCP is what makes the whole chain work. Without it, you're manually exporting and importing between tools.
!
Stitch has daily credit limits. They reset at midnight UTC. Nail your reference screenshot before burning generations on iterations.
Start here

Open Dribbble, search "landing page", screenshot the first design that catches your eye, and paste it into Stitch. Working prototype in under 60 seconds.

Tools used in this guide

Google Stitch
AI design canvas that transforms prompts and screenshots into editable UI designs and production-ready HTML/CSS code. Free with daily credit limits.
stitch.withgoogle.com
Google Antigravity
Google's agent-first IDE. Agentic development with synchronized control across editor, terminal, and browser. Available at no charge.
antigravity.google
Vercel
Deploy websites instantly. Push code, get a live URL. Free tier covers most projects.
vercel.com
Dribbble
Design inspiration. Screenshot a style you like and feed it to Stitch as your visual reference.
dribbble.com

FAQ

Is Google Stitch free?
Yes. It's free with a daily credit limit that resets at midnight UTC. Available in English to users 18+ in countries where Gemini is available.
What is MCP (Model Context Protocol)?
A protocol that lets AI tools talk to each other. In this workflow, it connects Antigravity to Google Stitch so the IDE can read your designs and convert them into code automatically, without manual exporting.
Do I need to know how to code?
No. The AI agent in Antigravity handles code generation, project setup, and deployment. You describe what you want and approve the output.
Is Google Antigravity free?
Yes. Google Antigravity is available at no charge. It's a downloadable desktop IDE, currently available for Linux with more platforms coming soon.