AI Chat Exporter: A Chrome Extension for High-Fidelity Claude Conversation PDFs

AI Chat Exporter is a Chrome extension that solves the problem of messy formatting when saving Claude AI conversations to PDF, particularly for content heavy on math and code. Standard "Print to PDF" methods often break layouts, but this tool aims to maintain fidelity.
Key Details
The developer created this tool after facing issues with broken formatting when trying to save Claude conversations for research purposes. The core solution involves a custom rendering engine built with assistance from Claude 3.5 Sonnet.
- High-fidelity preservation: PDFs maintain the aesthetic of the actual Claude interface
- Math and code handling: Renders high-quality math formulas and preserves code formatting
- Image support: Auto-unwraps screenshots within conversations
- Formatting specialization: The engine specifically handles progressive markdown and Claude's LaTeX formatting
- Privacy-first approach: All text and markdown processing happens 100% locally in your browser
- Free tier: Core export functionality is available for free
- Platform: Available as a Chrome extension via the Chrome Web Store
The developer is seeking feedback from Claude power users regarding formatting tweaks and potential new features.
📖 Read the full source: r/ClaudeAI
👀 See Also
mcp-memory: SQLite FTS5 + Google's OKF for Fast Agent Memory
mcp-memory is an MCP server that gives AI agents persistent memory using Google's OKF format and SQLite FTS5 for sub-20ms lookups. Includes four tools: memory_store, memory_retrieve, memory_search, and memory_get_last.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Monitor Your Claude AI Usage with a New Linux Taskbar Widget
A new Linux taskbar widget helps users track their Claude AI subscription usage in real-time, with color-coded feedback and easy installation.

AgentPeek: Open-source dashboard for monitoring Claude Code agent teams
AgentPeek is a local dashboard that hooks into Claude Code to provide visibility into agent teams, showing orchestration hierarchies, execution traces, token costs, and file operations. Installation requires cloning the GitHub repo and running pipx install.