Pricing
from $0.01 / 1,000 results
Google Stitch AI - Design Generator
Generate UI designs from a text prompt using Google Stitch AI. Returns a Stitch project that you can preview, edit, or export to HTML, Figma, etc...
Pricing
from $0.01 / 1,000 results
Rating
5.0
(2)
Developer
Actor stats
2
Bookmarked
7
Total users
1
Monthly active users
3 months ago
Last modified
Categories
Share
Google Stitch AI โ Design Generator
Generate production-ready UI designs from a text prompt using Google Stitch AI. Describe your interface in plain English and get back a complete design project โ ready to view, edit, and export directly in Stitch.
What it does
- Takes your text prompt and optional brand settings as input
- Creates a new project in Google Stitch
- Generates a full UI design (takes ~1โ2 minutes)
- Returns a direct link to your Stitch project
Open the link to instantly view your design in the Stitch editor, where you can refine it, export to HTML/CSS, or hand it off to your team.
Output
{"projectId":"1244005432617396166","stitchProjectUrl":"https://stitch.withgoogle.com/projects/1244005432617396166","prompt":"A SaaS dashboard with sidebar navigation and KPI cards","platform":"web"}
The stitchProjectUrl opens your design in the Stitch editor.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
stitchAccessToken | string | Yes | Your API key from the Stitch AI settings |
prompt | string | Yes | Describe the UI you want โ be specific about layout, content, and purpose |
platform | web | mobile | unspecified | No | Target device. Defaults to web |
brandName | string | No | Your product or company name |
brandStyle | string | No | Visual style, e.g. clean modern minimal or bold colorful playful |
brandColors | string | No | Comma-separated hex colors, e.g. #0052CC,#00B8D9 |
modelId | GEMINI_3_1_PRO | GEMINI_3_FLASH | No | Model to use. GEMINI_3_1_PRO gives higher quality, GEMINI_3_FLASH is faster. Defaults to GEMINI_3_1_PRO |
Getting your Stitch API Key
- Go to stitch.withgoogle.com
- Open Settings โ API Keys
- Create a new key and paste it into the Stitch API Key field
Prompt tips
The more specific your prompt, the better the result:
Basic:
A dashboard for a SaaS app
Better:
A SaaS analytics dashboard with a left sidebar showing navigation links, four KPI cards at the top (revenue, active users, churn rate, MRR), a line chart showing monthly revenue trends, and a recent activity feed on the right
With brand context:
Use Brand Name:
Acme, Brand Style:clean professional minimal, Brand Colors:#1E3A5F,#4A90D9
How long does it take?
Generation typically takes 1โ2 minutes. The Actor waits for Stitch to finish, then returns the project URL. You'll see a progress log in the Apify console while it runs.
Built with
- Google Stitch AI โ AI-powered UI design generation
- Apify SDK โ Actor runtime
