| layout | default |
|---|---|
| title | Stagewise Tutorial |
| nav_order | 183 |
| has_children | true |
| format_version | v2 |
Learn how to use
stagewise-io/stagewiseto connect browser-selected UI context with coding agents, plugin extensions, and multi-agent bridge workflows.
Stagewise addresses a common pain in frontend AI coding: translating visual UI context into precise prompts and edits. Its browser toolbar, CLI proxy, bridge mode, and plugin system provide a strong architecture for production frontend workflows.
This track focuses on:
- running Stagewise quickly in active frontend projects
- understanding proxy + toolbar + agent bridge architecture
- extending behavior with plugins and custom agent integrations
- operating troubleshooting and contribution workflows in a monorepo environment
- repository:
stagewise-io/stagewise - stars: about 6.5k
- latest release:
stagewise-vscode-extension@0.11.4(published 2025-11-28)
flowchart LR
A[Frontend app in dev mode] --> B[Stagewise CLI proxy]
B --> C[Toolbar injected in browser]
C --> D[Selected DOM context plus prompt]
D --> E[Stagewise agent or bridge agent]
E --> F[Code changes in workspace]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started and CLI Bootstrap | How do I run Stagewise correctly in a real project? | Working baseline |
| 02 - Proxy and Toolbar Architecture | How does Stagewise wrap and augment a running frontend app? | Strong runtime model |
| 03 - Bridge Mode and Multi-Agent Integrations | How does Stagewise connect to Cursor, Copilot, and other agents? | Flexible agent strategy |
| 04 - Configuration and Plugin Loading | How does stagewise.json and plugin loading affect behavior? |
Reliable workspace config |
| 05 - Building Plugins with Plugin SDK | How do teams extend toolbar capabilities? | Extensibility baseline |
| 06 - Custom Agent Integrations with Agent Interface | How do we wire custom agents into Stagewise? | Integration capability |
| 07 - Troubleshooting, Security, and Operations | What are common failure modes and ops controls? | Better runbook readiness |
| 08 - Contribution Workflow and Ecosystem Evolution | How do teams contribute and scale Stagewise adoption? | Long-term ownership model |
- how to run Stagewise in root-correct workspace and proxy mode
- how to combine browser context selection with coding-agent workflows
- how to extend Stagewise via plugin and agent integration APIs
- how to operate and troubleshoot Stagewise in production-like frontend environments
- Stagewise Repository
- Root README
- Docs Home
- CLI Deep Dive
- Use Different Agents
- Install Plugins
- Build Plugins
- Build Custom Agent Integrations
- Troubleshooting
Start with Chapter 1: Getting Started and CLI Bootstrap.
- Start Here: Chapter 1: Getting Started and CLI Bootstrap
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started and CLI Bootstrap
- Chapter 2: Proxy and Toolbar Architecture
- Chapter 3: Bridge Mode and Multi-Agent Integrations
- Chapter 4: Configuration and Plugin Loading
- Chapter 5: Building Plugins with Plugin SDK
- Chapter 6: Custom Agent Integrations with Agent Interface
- Chapter 7: Troubleshooting, Security, and Operations
- Chapter 8: Contribution Workflow and Ecosystem Evolution
Generated by AI Codebase Knowledge Builder