Chrome Extension Adds Live Preview to Claude Code Web

What This Is
A developer has created a Chrome extension that adds live preview functionality to Claude Code Web, enabling side-by-side viewing of deployments similar to what's available in Lovable and other platforms described as "vibecoding" sites.
Key Details
The extension is called Claude Code Preview and is available for Chrome. According to the source, it provides "a live preview of deployments side by side in CC Web." The developer shared two links: one to a website (https://100toolkit.com/claudepreview) and one to the Chrome Web Store listing (https://chromewebstore.google.com/detail/claude-code-preview/goklhjjdneoeikkoemcngfdnodkddgme).
This type of extension addresses a specific workflow gap for developers using Claude Code Web. Without this extension, users would need to manually deploy and check their code in separate browser tabs or windows. The side-by-side preview functionality allows for immediate visual feedback during development, which is particularly useful for web development where seeing changes in real time can accelerate iteration cycles.
The extension appears to be a third-party tool created by a community member (/u/Fit-Joke6094) rather than an official release from Anthropic. Developers should evaluate such extensions for security and compatibility before installation, as they interact directly with the Claude Code Web interface.
📖 Read the full source: r/ClaudeAI
👀 See Also

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.

Google PM Open-Sources Always On Memory Agent with SQLite Storage, No Vector DB
Google senior AI product manager Shubham Saboo has open-sourced an Always On Memory Agent that stores structured memories in SQLite instead of using vector databases, running on Gemini 3.1 Flash-Lite with scheduled memory consolidation every 30 minutes.

Antibody System: Out-of-Band Watchdog for OpenClaw Agents
The Antibody System is an open-source watchdog that runs on a separate machine and monitors OpenClaw agents over SSH, implementing tiered responses from detection to service recovery. It's designed to survive failures that take down the primary agent.

ClamBot: AI Agent Runs LLM-Generated Code in WASM Sandbox for Security
ClamBot is an AI agent framework that executes all LLM-generated code in a WebAssembly sandbox using QuickJS in Wasmtime, eliminating the need for exec() or subprocess calls. It includes an approval gate for tool calls, persistent script caching as 'clams', and supports multiple LLM providers.