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 percent31.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 snapshots

Tracking since Apr 1, 2026.

89.567152.44Apr 1, 2026Jun 6, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 2026805.0011.0.0
Apr 18, 2026875.0011.0.0
Jun 6, 2026
Now555.0011.2.0

Changelog

  • Jun 6, 2026
    description
    (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, 2026
    short_description
    (empty)
    Export Stitch conversations in LLM-compatible formats (Claude Code, OpenAI ChatGPT)
  • Jun 6, 2026
    name
    Unknown
    Stitch Export
  • Jun 6, 2026
    category
    (empty)
    productivity/developer
  • Jun 6, 2026
    host_permissions
    (empty)
    https://stitch.withgoogle.com/*, https://*.appspot.com/*, https://contribution.usercontent.google.com/*, https://lh3.googleusercontent.com/*
  • Jun 6, 2026
    permissions
    (empty)
    activeTab, scripting, contextMenus, downloads, tabs
  • Apr 18, 2026
    description
    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, 2026
    short_description
    Export Stitch conversations in LLM-compatible formats (Claude Code, OpenAI ChatGPT)
    (empty)
  • Apr 18, 2026
    name
    Stitch Export
    Unknown
  • Apr 18, 2026
    category
    productivity/developer
    (empty)
  • Apr 18, 2026
    host_permissions
    https://stitch.withgoogle.com/*, https://*.appspot.com/*
    (empty)
  • Apr 18, 2026
    permissions
    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

Stitch Export screenshot 1Stitch Export screenshot 2Stitch Export screenshot 3Stitch Export screenshot 4Stitch Export screenshot 5

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 issues

Technical

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.

Data sourced from the Chrome Web Store · last verified Jun 6, 2026.