StackBlitz Core Workflow A: Browser IDE Overview Build a complete browser-based IDE using WebContainers: file explorer, code editor (Monaco/CodeMirror), integrated terminal (xterm.js + jsh), and live preview iframe. This is the architecture behind bolt.new. Instructions Step 1: HTML Layout Step 2: Boot and Mount Project Step 3: File Tree with Live Updates Step 4: Save Editor Changes to WebContainer Step 5: Terminal + Preview Error Handling | Error | Cause | Solution | |-------|-------|----------| | Preview blank | Server not ready yet | Wait for event | | HMR not working | Vite not running |…