Carry context from one AI chat session into a brand new one without retyping your background.
Keep a private local library of past AI conversations without sending data to any server.
Summarize a long AI conversation into key points before starting a related follow-up chat.
| abhishek-sonje/nucleus | 0xradioac7iv/tempfs | abboskhonov/hermium | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Not yet on the Chrome Web Store, so it must be loaded manually as an unpacked extension.
Nucleus is a Chrome extension that solves the "re-explain yourself" problem with AI chat tools. Every time you start a new conversation on an AI platform, the new chat has no memory of what came before, so you have to re-introduce your project, preferences, or problem from scratch. Nucleus captures your existing chat transcript locally, stores it entirely in your browser, and lets you inject that context into a new chat on any supported platform with one click. The extension supports Claude.ai, ChatGPT, and Gemini in v0.1.0. After installing, you open a chat session, click the Nucleus icon or press Alt+Shift+C, and capture the conversation. That capture appears as an entry in the extension popup. When you start a fresh chat on any supported platform, you pick that entry and choose how much context to inject: a Summary with compressed key points, Recent for the last 6 messages, or Full for the complete transcript. The AI receives that context before you type anything, so you can continue right where you left off. Nothing leaves the browser. All captures are stored in Chrome's local storage, and there is no backend server. The extension uses extractive summarization, pulling key points from the actual text rather than calling an external AI service, so summary creation has no network delay. Built in TypeScript using Vite and Chrome's Manifest V3 extension format. Known limitations in v0.1.0 include DOM scrapers that can break when platforms update their HTML and a 10MB browser storage limit. The extension is not yet on the Chrome Web Store.
A Chrome extension that captures your AI chat history locally and lets you inject it into a new conversation on Claude, ChatGPT, or Gemini.
Mainly TypeScript. The stack also includes TypeScript, Vite, Chrome Extension MV3.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.