cy-christin/save-ai-chat-history — explained in plain English
Analysis updated 2026-08-15 · repo last pushed 2026-07-22
Back up important AI conversations automatically while you chat with Claude or ChatGPT.
Export any saved chat as a Markdown file to share or feed into another AI tool.
Keep an organized archive of strategy discussions or research notes in Notion pages.
| cy-christin/save-ai-chat-history | 00kaku/gallery-slider-block | 0verflowme/weirdhta | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2026-07-22 | 2021-05-19 | 2022-06-16 |
| Maintenance | Active | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Notion integration token or Cloudflare R2 credentials to configure your preferred storage destination.
Save AI Chat History is a browser extension that automatically backs up your conversations from Claude and ChatGPT into Notion or your own Cloudflare storage. Instead of manually copying and pasting important chats, you just talk to the AI as usual and the extension quietly saves everything in the background. You can also export any conversation as a Markdown file with one click. The extension captures the full conversation, including back-and-forth messages, code blocks, the AI's thinking process, tool calls, and any files you uploaded. It saves incrementally, meaning it only syncs new messages rather than re-saving the whole chat every time. This works the same way whether you are chatting live, pulling up old conversations, or continuing a chat from another device. The technical approach is worth noting: instead of intercepting the page's network traffic, it simply waits for a response to finish, then pulls the official conversation data directly from the platform's own API and compares it to what is already saved. You choose where your conversations go. With Notion, each chat becomes its own page and any uploaded files are saved as sub-pages. With Cloudflare R2, chats are saved as raw Markdown files with a stable link you can share directly with another AI tool. The extension handles large files too, if a chat includes big attachments, it can package everything into a ZIP file with the main text in one Markdown file and the supporting files organized in a separate folder. This is useful for anyone who relies on AI chats for real work and wants a reliable archive. A founder might use it to save product strategy discussions, a researcher could archive literature reviews, or a developer might keep a record of debugging sessions. It is also handy for people who want to feed a past conversation back into a different AI tool later. Security appears well-handled. All your credentials, like the Notion token, stay in your browser's local storage and never get uploaded to any server or included in the extension's code.
A browser extension that automatically saves your Claude and ChatGPT conversations to Notion or Cloudflare storage, so you never lose important AI chats and can export them as Markdown files.
Mainly JavaScript. The stack also includes JavaScript, Browser Extension, Notion API.
Active — commit in last 30 days (last push 2026-07-22).
No license information is provided in the repository explanation.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.