← Reddit

Drop your Claude conversations.json, get clean Markdown/PDF files

Reddit · Personal-Peace-9947 · April 23, 2026
A browser-based tool at stashai.co converts Claude's conversations.json exports into clean, readable Markdown or PDF files with selective message inclusion and bulk download capabilities. The tool runs entirely in-browser without uploading data, allowing users to export conversations or selectively share specific messages without generating public links. Currently, it does not support ChatGPT or Gemini exports, though the creator plans to add these features in the future.

Detailed Analysis

A developer has released stashai.co, a browser-based tool that converts Claude's native `conversations.json` data export into clean, human-readable Markdown or PDF files. The tool emerged from a straightforward personal frustration: when users request their data from Anthropic through Claude.ai's account settings, they receive a `conversations.json` file that, while technically complete, is dense and impractical to read or share in its raw form. Stashai.co addresses this by parsing that JSON directly in the browser — without any server-side uploads — and generating formatted output with serif body text, monospace code blocks, and paginated PDFs. Users can also selectively choose which messages to include per conversation and bulk-download multiple conversations as a zip archive.

The privacy-first, entirely client-side architecture is a deliberate and meaningful design choice. Because the tool performs all processing locally within the user's browser, no conversation data is transmitted to external servers, which is a significant consideration given the often sensitive nature of extended AI chat histories. This stands in contrast to many conversion utilities that require file uploads to third-party infrastructure. The developer explicitly frames the project as a passion project rather than a commercial venture, positioning it as a rough but functional first build with acknowledged limitations, including the absence of support for ChatGPT or Gemini export formats — features noted as planned additions.

Stashai.co enters a small but growing ecosystem of tools designed to make AI conversation data more portable and useful. Similar solutions already exist, including the open-source Claude-Chat-History-Conversion Node.js script on GitHub, Simon Willison's Observable notebook for single-conversation JSON-to-Markdown conversion, and browser extensions like AI Chat Exporter for Claude, which enables one-click export directly from the Claude.ai interface without requiring any JSON handling. Each of these approaches reflects a different user profile: developers comfortable with command-line tooling, technically curious users willing to use DevTools, and general users seeking no-install convenience. Stashai.co occupies a middle ground — more accessible than a command-line script but more privacy-conscious than an extension with persistent browser access.

The emergence of multiple independent tools for exporting and reformatting Claude conversation data points to a broader pattern in the AI landscape: users are increasingly treating their AI chat histories as valuable personal data worth archiving, analyzing, and sharing selectively. Anthropic's provision of a data export mechanism reflects compliance with data portability expectations, but the raw JSON format reveals the gap between regulatory or ethical data access and practical usability. The fact that multiple developers have independently built conversion layers on top of this export underscores an unmet product need — one that Anthropic has not yet addressed natively within the Claude.ai interface itself.

This trend also reflects a maturation in how users relate to AI assistants. Early adoption of tools like Claude was characterized by ephemeral, session-by-session interaction, but sustained use generates conversation histories that users increasingly wish to preserve, cite, and repurpose. Tools like stashai.co represent a grassroots infrastructure layer forming around AI platforms, driven by users who want greater agency over their own data. Whether major AI providers respond by building richer native export and formatting options into their products, or whether this space continues to be served by community-built utilities, will be a telling indicator of how seriously those platforms treat user data ownership as a first-class concern.

Read original article →