ChatCache offers two text-based export formats beyond Markdown: HTML and TXT. HTML keeps the visual structure of the conversation intact so it renders correctly in any browser. TXT strips all formatting and gives you clean, minimal plain text. Both formats are processed entirely in your browser with no data sent to any server.Documentation Index
Fetch the complete documentation index at: https://getchatcache.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- HTML
- TXT
HTML export
HTML export produces a self-contained.html file that opens directly in any browser. It preserves the visual structure of the conversation — code blocks, tables, and images appear as they do in ChatGPT.What HTML export preserves
- Visual layout and conversation structure
- Code blocks with syntax highlighting
- Tables with headers and alignment
- Images — DALL-E outputs, uploads, and inline graphics
- Bold, italic, and other inline formatting
Use cases
- Web viewing — open the file in a browser and read it like a webpage
- Sharing — send the
.htmlfile to someone who doesn’t have ChatGPT access - Archiving — store a self-contained snapshot of the conversation that renders without any dependencies
- Embedding — include the file in a web project or internal documentation site