AI-powered collaboration layer that catches design mismatches and API contract violations in real time.
Features
Real-time analysis — Bridge watches your code as you type and flags issues instantly
Design validation — Catches colour, typography, and spacing mismatches against your design system
Contract enforcement — Identifies API endpoint and payload mismatches between frontend and backend
Ask Bridge — Chat interface to ask questions about your entire codebase with full project context
Streaming responses — See Bridge reason step-by-step with tool usage indicators and source references
Inline suggestions — Suggested fixes appear directly in the sidebar with one-click apply
Status bar — Always know if Bridge is connected and watching
Getting Started
Install the Bridge extension from the VS Code Marketplace
Open the command palette (Cmd+Shift+P / Ctrl+Shift+P) and run Bridge: Connect Account
Enter the API key from your Bridge dashboard (Settings → API Keys)
Start coding — Bridge analyses files automatically as you type
Settings
Setting
Default
Description
bridge.backendUrl
http://localhost:8000
Bridge backend server URL
bridge.projectId
default
Project identifier for this workspace
bridge.analyseOnSave
true
Analyse files automatically
bridge.apiKey
Bridge API key from your dashboard
Commands
Bridge: Analyse Current File — Manually trigger analysis on the active file
Bridge: Set Backend URL — Configure the backend server URL
Bridge: Connect Account — Authenticate with your Bridge API key
Ask Bridge
Open the sidebar and switch to the Ask Bridge tab to chat with Bridge about your project. Bridge uses your current file, recent edits, analysis history, and project context to give informed answers.
Examples:
"What issues exist in my current file?"
"What files depend on this API endpoint?"
"Does my frontend match the backend contract for /v1/users?"
Requirements
A running Bridge backend instance (self-hosted or cloud)
A valid Bridge API key
Privacy
Bridge sends the contents of your open and recently edited files to your configured Bridge backend for analysis. No data is sent to third parties — all processing goes through your own Bridge instance.