LOCAL EXPORT MODEL

A practical reference page for the folder model, validation checklist, and provider roadmap.

ONE CONVERSATION. ONE CLEAN FOLDER.

exports/
└── 2026-07-09_gemini_media_exporter_demo/
    ├── conversation.md
    ├── manifest.json
    ├── index.html
    ├── turns/
    │   ├── turn-001-user.md
    │   └── turn-002-gemini.md
    ├── media/
    │   ├── images/
    │   ├── audio/
    │   └── video/
    ├── canvas/
    ├── snippets/
    └── source-notes/

CHECK WHAT GEMINI SHOWED AGAINST WHAT LANDED LOCALLY.

OutputExpected local pathValidation check
Conversation turns/turns + conversation.mdTurn count matches the Gemini detail page.
Images/media/imagesGenerated and embedded images have real files and manifest entries.
Audio/media/audioAudio overview/download menu assets are present and playable.
Video/media/videoEmbedded/generated videos export as local media files.
Canvas / HTML/canvasCanvas pages and HTML artifacts open outside Gemini.
Code snippets/snippetsSnippet files preserve language, order, and source turn.