Cloud Bridge PRO

Cloud Bridge creates a live, encrypted connection between your desktop and the Claude App. Your code flows to Claude. Claude’s changes flow back. No copy-paste, no context switching.

Cloud Bridge requires a QuickSift Pro license. Your Pro license includes one year of Cloud Bridge access. See Licensing for details.

How It Works

Your Desktop
Cloud Bridge
Claude
Watch Demo

Cloud Bridge is a coordination service that connects QuickSift Desktop to the Claude App through encrypted cloud storage. Here’s the key architecture:

Setting Up Cloud Bridge

There are two sides to set up: QuickSift Desktop (sends your files) and Claude (receives and works on them). Both are quick.

Part 1: QuickSift Desktop

Open your project

Open (or create) a QuickSift project with the files you want Claude to access.

Enable Cloud Bridge

Click the Cloud Bridge button in the toolbar. If this is your first time, you’ll be prompted to enter your Pro license key.

Start a session

Click Connect. QuickSift establishes a session and encrypts + uploads your selected files to temporary cloud storage.

Enable Auto-Sync (recommended)

Toggle Auto-Sync on. When files change on disk, QuickSift automatically re-uploads the updated versions.

Cloud Bridge panel in QuickSift showing active session
Cloud Bridge connected with auto-sync enabled and files synced.

Part 2: Claude (One-Time Setup)

You need to set up a Claude Project so Claude knows how to connect to your QuickSift session. This only needs to be done once per codebase.

Download the skill file

In QuickSift Desktop, click Download Skill File in the Cloud Bridge panel. This generates a .md file with your license key embedded.

Add the skill file

In the Claude App, open Settings, select Capabilities in the left menu bar, scroll down to the Skills area, and upload the QuickSift Cloud Bridge file.

Skills area in Claude App Capabilities settings showing quicksift-cloud-bridge installed
The QuickSift Cloud Bridge skill installed in Claude’s Capabilities settings.

While in Capabilities, also check that the Domain allowlist is set to All domains. This gives Claude access to the bridge server so it can read and write your files.

Domain allowlist set to All domains
Domain allowlist must be set to “All domains” for Cloud Bridge to work.

Create a Claude Project

Create a new Project for your codebase (e.g., “My Backend API”).

Set the project instructions

Add this line to the project’s custom instructions:

This is a QuickSift project

This triggers Claude to automatically connect to Cloud Bridge at the start of every conversation in this project.

Claude Project settings with custom instructions set
Claude Project configured with the QuickSift skill file.

Tip: You only do this setup once per project. Every new conversation in the Claude Project automatically connects to your QuickSift session.

The Workflow

Once both sides are connected, here’s what a typical session looks like:

Start a conversation

Open a new chat in your Claude Project. Claude automatically connects to Cloud Bridge and reports which files are available.

Ask Claude to work on your code

Claude fetches files as needed, reads them, and makes targeted edits. You discuss the changes just like you would with a colleague.

Review and approve

When Claude is ready, it asks for confirmation before sending changes. You approve, and Claude uploads the modified files.

Changes arrive on your desktop

QuickSift’s Code Updates button turns orange. Click it to see exactly what changed with a side-by-side diff view.

Accept or restore

Review the diff and accept the changes. A backup is created automatically — one click to restore if anything goes wrong.

Code Updates panel showing diff view with Accept/Restore buttons
Reviewing Claude’s changes with the built-in diff viewer.

File Requests

Sometimes Claude needs a file that wasn’t in your original selection. Cloud Bridge handles this automatically:

File requests work best with Auto-Sync enabled. If auto-sync is off, you’ll see a notification in QuickSift to manually approve the request.

Conversation Handoffs

When a conversation gets long, Claude can save a “handoff summary” describing what was accomplished and what’s pending. Start a new conversation in the same project, and Claude picks up where you left off.

Security & Privacy

FeatureDetail
EncryptionFernet (AES-128-CBC with HMAC), per-session unique keys
TransferDirect to/from encrypted cloud storage via presigned URLs
Bridge coordinatorManages sessions and keys only — never sees file contents
StorageSession-scoped, temporary. Auto-deleted when session ends.
BackupsCreated locally before any file is overwritten

For full details, see our Privacy Policy.

Troubleshooting

Claude says “Could not connect to QuickSift”

Files aren’t appearing in Claude

Changes aren’t arriving on my desktop