diff --git a/README.md b/README.md index 777ba2c..2e49695 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ All four of these came out of stitch-kit. Different briefs, genuinely different --- -> **Generating designs needs Google Stitch.** Sign in at [stitch.withgoogle.com](https://stitch.withgoogle.com) with any Google account, then grab an API key from [settings](https://stitch.withgoogle.com/settings). No waitlist, no invite, free as of mid-2026 — but there are monthly generation limits and Google has signalled paid tiers, so treat the allowance as generous-but-finite. +> **Generating designs needs Google Stitch.** Sign in at [stitch.withgoogle.com](https://stitch.withgoogle.com) with any Google account, then grab an API key from [settings](https://stitch.withgoogle.com/settings). As of July 2026: no waitlist, no invite, free to use — but there are monthly generation limits and Google has signalled paid tiers, so treat the allowance as generous-but-finite. Check Stitch's own site before relying on any of that; it's their pricing to change, not mine. > > **Converting to code doesn't.** The framework conversion skills take a local HTML file or a URL just as happily as a Stitch screen. If you already have markup and only want production components out of it, you need no Google account at all. @@ -198,7 +198,7 @@ The examples folder is the secret weapon. Agents produce dramatically better out ## vs. the official Google Stitch Skills -Google's [official repo](https://github.com/google-labs-code/stitch-skills) ships 15 skills across three plugins — `stitch-design`, `stitch-build`, `stitch-utilities`. It's a real toolkit, not a stub, and it does one whole thing stitch-kit doesn't (see the gaps below). +Google's [official repo](https://github.com/google-labs-code/stitch-skills) ships 15 skills across three plugins — `stitch-design`, `stitch-build`, `stitch-utilities`. (Checked July 2026; they move fast, so verify before taking this comparison as current.) It's a real toolkit, not a stub, and it does one whole thing stitch-kit doesn't (see the gaps below). Raw skill counts aren't a fair comparison: Google consolidated generate/edit/variants into one skill and the four design-system operations into another, where stitch-kit keeps them as separate wrappers. Different granularity, not more capability. Here's where both cover the same ground: diff --git a/skills/stitch-mcp-create-project/SKILL.md b/skills/stitch-mcp-create-project/SKILL.md index 6c546e9..e97df0a 100644 --- a/skills/stitch-mcp-create-project/SKILL.md +++ b/skills/stitch-mcp-create-project/SKILL.md @@ -55,7 +55,7 @@ The tool returns a `name` field in the format `projects/NUMERIC_ID`. You must ex "title": "Analytics Dashboard", "createTime": "2026-03-24T14:30:00Z", "visibility": "PRIVATE", - "deviceType": "PHONE", + "deviceType": "DESKTOP", "projectType": "TEXT_TO_UI", "designTheme": { "colorMode": "LIGHT", diff --git a/skills/stitch-mcp-get-project/SKILL.md b/skills/stitch-mcp-get-project/SKILL.md index 6a93fa7..4df7b97 100644 --- a/skills/stitch-mcp-get-project/SKILL.md +++ b/skills/stitch-mcp-get-project/SKILL.md @@ -50,7 +50,7 @@ The user may provide the project reference in several formats — always extract "title": "Analytics Dashboard", "createTime": "2024-11-10T09:00:00Z", "updateTime": "2024-11-15T10:30:00Z", - "deviceType": "PHONE", + "deviceType": "DESKTOP", "visibility": "PRIVATE", "projectType": "TEXT_TO_UI", "origin": "STITCH", @@ -158,7 +158,7 @@ The user may provide the project reference in several formats — always extract | Field | Type | Values / Notes | |-------|------|----------------| -| `deviceType` | string | `PHONE`, `TABLET`, `DESKTOP`, etc. | +| `deviceType` | string | `MOBILE`, `DESKTOP`, `TABLET`, `AGNOSTIC`, or `DEVICE_TYPE_UNSPECIFIED` | | `visibility` | enum | `PRIVATE`, `PUBLIC` | | `projectType` | enum | `TEXT_TO_UI`, `PROJECT_DESIGN`, etc. | | `origin` | enum | `STITCH`, `IMPORTED_FROM_GALILEO` |