TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Export Claude Chats to Markdown, JSON, PNG

1 pointsby rschiangabout 1 year ago
Here&#x27;s a simple browser script to export Anthropic Claude [1] chats to markdown, JSON, and images (.png).<p>I wrote this script because Claude does not currently support sharing or exporting.<p>It utilizes html2canvas for downloading images of the chat, and a simple DOM parser for exporting as markdown and JSON.<p>It runs entirely locally in your browser console, so you can just copy and paste the code to download the active chat in your browser.<p>Of course, feel free to explore and verify the repo, or clone and build the code yourself, because pasting random code into your browser console is never a smart idea.<p>Hope this small script is helpful to others.<p>[1] claude.ai

no comments

no comments