Stitch Export
Export Stitch conversations in LLM-compatible formats (Claude Code, OpenAI ChatGPT)
As of June 2026, Stitch Export has 55 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersdown 31.3 percent−31.3%
55
55
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.2.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
3 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 80 | 5.00 | 1 | 1.0.0 |
| Apr 18, 2026 | 87 | 5.00 | 1 | 1.0.0 |
| Jun 6, 2026 | — | — | — | — |
| Now | 55 | 5.00 | 1 | 1.2.0 |
Changelog
- Jun 6, 2026description
(empty)
Stitch Export is a Chrome extension that exports your conversations and generated designs from stitch.withgoogle.com — Google's AI-powered UI design tool — to formats compatible with Claude Code, ChatGPT, and any LLM workflow. ## What it does • Export single conversation — extract the chat history of the current Stitch project as a structured JSON file. Supports Claude Code, OpenAI ChatGPT, and a customizable role-mapping format. • Export all projects (batch) — with one click, archive every Stitch project you've ever created into a single ZIP. Each project folder contains: - chat.json — full per-turn conversation with references to the designs generated in each turn and the follow-up suggestion prompts - screens/ — final HTML designs (current state) - history/turn-NNN-{slug}/ — designs generated in each individual conversation turn, preserving the full history • Icon badge — at a glance, see how many projects you have on Stitch (badge on the toolbar icon) and a small "EXP" reminder when you're on a project page that you can export it. ## How it works The extension uses Stitch's own batch API endpoints to fetch project data, screen instances, and chat sessions. HTML files are downloaded directly from Google's content CDN. No screen scraping, no UI automation — the batch export of 70+ projects completes in about 30 seconds. Your Stitch login session is used (via cookies) — the extension never sees or transmits your password. No external servers are contacted other than Google's own Stitch backend. ## Use cases • Archive your Stitch design history before it's lost • Feed Stitch-generated designs as context to other LLMs • Compare different design iterations across conversation turns • Backup designs for offline reference ## What's new in v1.2.0 • Batch export now uses Stitch's API directly — 24× faster than v1.1.x • Rich chat export — every assistant turn now includes references to the designs it generated and the follow-up suggestion prompts • New ZIP structure with screens/ (final state) + history/ (per-turn designs) + chat.json (full metadata with file references) • Toolbar icon badge — project count on the list page, export reminder on project pages • Refreshed icon set in the new purple/mauve theme ## Privacy This extension: • Runs only on stitch.withgoogle.com and Google CDN domains • Uses your existing Stitch session — no separate authentication • Stores nothing remotely — exports are local downloads only • Collects no analytics, no telemetry, no usage tracking Source code: https://github.com/nsozturk/stitch-export Support: support via GitHub issues - Jun 6, 2026short_description
(empty)
Export Stitch conversations in LLM-compatible formats (Claude Code, OpenAI ChatGPT)
- Jun 6, 2026name
Unknown
Stitch Export
- Jun 6, 2026category
(empty)
productivity/developer
- Jun 6, 2026host_permissions
(empty)
https://stitch.withgoogle.com/*, https://*.appspot.com/*, https://contribution.usercontent.google.com/*, https://lh3.googleusercontent.com/*
- Jun 6, 2026permissions
(empty)
activeTab, scripting, contextMenus, downloads, tabs
- Apr 18, 2026description
Stitch Export is the essential utility for developers and designers working with Stitch. It seamlessly integrates into the Stitch interface, allowing you to export your entire conversation history into structured, LLM-compatible formats. Whether you need to feed your context into Claude Code, share it with ChatGPT, or simply archive your work, Stitch Export handles it with a single click. 🚀 Key Features: • Seamless Integration: Adds a native "Export" button directly to the Stitch header toolbar. • LLM-Ready Formats: Export directly to Claude Code JSON or OpenAI Chat format. • Smart Design Tracking: Automatically detects and names design artifacts (e.g., [Design Reference: stitch_login_screen]), preserving the link between your prompts and the generated UI. • Custom Export Options: Define custom role names (e.g., "Human" / "Model") to match your specific workflow or fine-tuning needs. • Privacy-Focused: All extraction and formatting happen locally in your browser. Your data never leaves your machine. Perfect for: - Developers moving context between Stitch and IDEs. - Designers archiving iteration history. - Prompt engineers analyzing conversation flows. Get full control over your Stitch data today!
(empty)
- Apr 18, 2026short_description
Export Stitch conversations in LLM-compatible formats (Claude Code, OpenAI ChatGPT)
(empty)
- Apr 18, 2026name
Stitch Export
Unknown
- Apr 18, 2026category
productivity/developer
(empty)
- Apr 18, 2026host_permissions
https://stitch.withgoogle.com/*, https://*.appspot.com/*
(empty)
- Apr 18, 2026permissions
activeTab, scripting, contextMenus, downloads
(empty)
Permissions & access
- Permissions
- activeTabscriptingcontextMenusdownloadstabs
- Host access
- https://stitch.withgoogle.com/*, https://*.appspot.com/*, https://contribution.usercontent.google.com/*, https://lh3.googleusercontent.com/*
Screenshots
About
Stitch Export is a Chrome extension that exports your conversations and
generated designs from stitch.withgoogle.com — Google's AI-powered UI
design tool — to formats compatible with Claude Code, ChatGPT, and any
LLM workflow.
## What it does
• Export single conversation — extract the chat history of the current
Stitch project as a structured JSON file. Supports Claude Code,
OpenAI ChatGPT, and a customizable role-mapping format.
• Export all projects (batch) — with one click, archive every Stitch
project you've ever created into a single ZIP. Each project folder
contains:
- chat.json — full per-turn conversation with references to the
designs generated in each turn and the follow-up suggestion prompts
- screens/ — final HTML designs (current state)
- history/turn-NNN-{slug}/ — designs generated in each individual
conversation turn, preserving the full history
• Icon badge — at a glance, see how many projects you have on Stitch
(badge on the toolbar icon) and a small "EXP" reminder when you're
on a project page that you can export it.
## How it works
The extension uses Stitch's own batch API endpoints to fetch project
data, screen instances, and chat sessions. HTML files are downloaded
directly from Google's content CDN. No screen scraping, no UI
automation — the batch export of 70+ projects completes in about 30
seconds.
Your Stitch login session is used (via cookies) — the extension never
sees or transmits your password. No external servers are contacted
other than Google's own Stitch backend.
## Use cases
• Archive your Stitch design history before it's lost
• Feed Stitch-generated designs as context to other LLMs
• Compare different design iterations across conversation turns
• Backup designs for offline reference
## What's new in v1.2.0
• Batch export now uses Stitch's API directly — 24× faster than v1.1.x
• Rich chat export — every assistant turn now includes references to
the designs it generated and the follow-up suggestion prompts
• New ZIP structure with screens/ (final state) + history/ (per-turn
designs) + chat.json (full metadata with file references)
• Toolbar icon badge — project count on the list page, export
reminder on project pages
• Refreshed icon set in the new purple/mauve theme
## Privacy
This extension:
• Runs only on stitch.withgoogle.com and Google CDN domains
• Uses your existing Stitch session — no separate authentication
• Stores nothing remotely — exports are local downloads only
• Collects no analytics, no telemetry, no usage tracking
Source code: https://github.com/nsozturk/stitch-export
Support: support via GitHub issuesTechnical
- Version
- 1.2.0
- Manifest
- V3
- Size
- 341KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- epmhicnoeiapmnobjhlliadbafbkdmag
- Developer ID
- u3a47c0863976120602ca76818a106b7c
- Developer Email
- [email protected]
- Created
- Dec 10, 2025
- Last Updated (Store)
- May 16, 2026
- Last Scraped
- Jun 6, 2026
- Website
- —
Similar extensions
Alternatives to Stitch Export, ranked by description similarity.
XStitch
Export individual screen designs from Google Stitch to the XStitch Clipboard for easy access and sharing.
1
Google AI Studio Exporter
Export your Google AI Studio conversations to Markdown, JSON, or TXT.
4.0K
★ 3.9
Lovable Chat Exporter
Export your Lovable chat history as Markdown, HTML, or JSON.
640
★ 5.0
AI Chat Exporter – Save & Download Conversations
Export chats from ChatGPT, Claude, Gemini, and Copilot to PDF, Word, Markdown, or JSON. Never lose your conversations again!
679
★ 3.7
Google Gemini Export Phase 1
Google Gemini export entire chat feature, and dynamic UI.
8
ChatGPT Exporter
Export ChatGPT conversations to clean Markdown (.md) with live preview. Free downloads; Pro adds PDF/TXT/JSON/CSV + Google Drive.
163
★ 5.0
Chat Export
Export LLM chat conversations to Markdown, XML, JSON, and HTML
137
ChatGPT to Markdown
A Chrome extension that exports ChatGPT chat history as Markdown text
8.0K
★ 4.0
Data sourced from the Chrome Web Store · last verified Jun 6, 2026.