Paste a shared ChatGPT, Claude, or Gemini conversation link and get a portable page other AI tools can read.
Export a shared AI conversation as a Markdown file to keep or reuse.
Continue an AI conversation in a different chatbot by handing it ChatBridge's converted URL.
| ensaktas1/chatbridge | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 22+, npm, and a PostgreSQL database, or a Vercel account with Neon Postgres for the hosted deploy.
ChatBridge solves a specific annoyance: if you have a conversation with ChatGPT, Claude, or Gemini and want to continue it in a different AI tool, there is normally no way to carry that context over. ChatBridge takes a public share URL from one of those three conversation types and converts it into a clean, provider-neutral page that other AI tools can read, so you can paste the new link elsewhere and pick up where you left off. The workflow is simple: paste a public ChatGPT, Claude, or Gemini conversation URL into ChatBridge, it reads the shared conversation and builds a portable page from it, and you copy that new URL wherever you want to continue the conversation. The tool also lets you export a conversation as Markdown, and the person who created a page can delete it later from the same browser they made it in. On privacy, ChatBridge only processes a public conversation to build the requested page, and states it does not use the content for profiling, advertising, analytics, or model training. Generated pages are public to anyone who has the link, a deletion key lives only in the creator's browser, pages are excluded from search engine indexing, and conversations are automatically deleted after 30 days. Claude imports currently go through a service called Jina Reader as a transport step, and the README asks users not to submit secrets or conversations they are not allowed to share. To run it locally you need Node.js 22 or newer, npm, and a PostgreSQL database, the app creates its own database table and expiry index automatically on first run. It is built with Next.js App Router, React, the Motion animation library, and Neon serverless Postgres, and it can be deployed to Vercel with one click, including a daily cron job that cleans up expired conversations. The project is released under the MIT license.
ChatBridge converts a public ChatGPT, Claude, or Gemini conversation share URL into a portable page that other AI tools can read, so you can continue the conversation elsewhere.
Mainly TypeScript. The stack also includes TypeScript, Next.js, React.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
double-check against the repo, no cap.