Supercharge your claude.ai experience with folder organization, timeline navigation, prompt library, and more.
I use Claude every day. But as conversations pile up, the sidebar becomes a mess — no way to group them, no way to find what you need.
One day I came across gemini-voyager and was genuinely impressed by the idea. I thought: why doesn't Claude have something like this?
So I built it.
Keep your conversations sorted. Drag and drop your chats into folders that make sense to you. Stop digging through a cluttered history list.

Never get lost in a long conversation again. Visual nodes let you see the structure of your chat at a glance and jump to any message instantly. Fixed on the right; click to jump and hover to preview messages.

Quick access utilities. Drag the floating ball anywhere and open panels for common actions, including chat width control (38–90rem, default 48rem).

Your personal prompt arsenal. Save, search, edit, and insert prompts directly into the chat input toolbar.

Your data, your format. Export conversations as Markdown or JSON from the toolbar.

Clone the repository
git clone https://github.com/your-username/claude-nexus.git
cd claude-nexus
Install dependencies
yarn install
Build the extension
yarn build:chrome
Load in Chrome
chrome://extensionsdist/ folder# Start development mode with auto-rebuild
yarn dev:chrome
# After each build:
# 1. Open chrome://extensions
# 2. Click the refresh button on claude-nexus
# 3. Refresh the claude.ai page
Contributions are welcome! Feel free to open issues or submit pull requests.
git checkout -b feat/amazing-feature)git commit -m 'feat: add amazing feature')git push origin feat/amazing-feature)Inspired by gemini-voyager — an all-in-one enhancement suite for Google Gemini.
MIT License © 2026