Exporting Conversations
You can export a conversation as a self-contained HTML file that can be viewed offline in any browser — no internet connection or login required.
How to export
- Open the conversation you want to export
- Click the Export button in the header (or use the header menu on mobile)
- The file downloads automatically
The exported file is named {Product Name}-Export-{YYYY-MM-DD}.html.
What's included
The export captures the entire conversation as a snapshot, including:
- All messages (yours and the assistant's)
- Tool calls with descriptions, interleaved where they occurred
- Code blocks with syntax highlighting
- Mermaid diagrams rendered as SVG
- Tables, task lists, and other formatted content
- Attached files and images
Interactive code blocks
Code blocks keep their controls in the export — they work offline, powered by a small inlined script:
- Copy — copy the block's contents to your clipboard
- Zoom — open the block in a large overlay for easier reading
- Download PNG — save a Mermaid diagram as an image
- View source / preview — toggle an HTML block between its rendered preview and its raw source
What to know
- The export is a static snapshot — it reflects the conversation at the moment of export. Later changes are not included.
- The file is self-contained — all styles and images are inlined. It works offline and requires no external dependencies.
- The export supports dark mode — it adapts to your browser's color scheme preference.
- The export is optimized for printing — turns are not split across pages.