Not connected

Connect to your bridge

This demo shows how to build a private app against your own Patchwork OS bridge running in OAuth mode (--issuer-url). It authenticates with PKCE, then calls the bridge API to list recipes, run one, and respond to approval prompts — all from a plain web page.

1
2

Start your bridge with OAuth mode enabled:

claude-ide-bridge --full --issuer-url https://bridge.example.com --cors-origin <this-page-origin>
3