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

PocketTeam: A Claude Code Pipeline with Hook-Based Safety and Learning Agents
PocketTeam is a Claude Code pipeline that implements 9 safety layers at the tool-call level to block dangerous operations like writes to .env or rm -rf commands. The system includes an Observer agent that analyzes completed tasks and writes structured learnings to improve future agent performance.

Arena AI Model ELO History Tracks LLM Performance Decay Over Time
A live dashboard visualizes ELO ratings of flagship models from major AI labs, revealing gradual performance degradation and sudden jumps at new releases. The tool dynamically plots one curve per lab, tracking the highest-rated model.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.

DeepClaude swaps Claude Code's Anthropic backend for DeepSeek V4 Pro at 17x lower cost
A script that rewrites Claude Code's environment variables to route all agent loop calls through DeepSeek V4 Pro, OpenRouter, or Fireworks AI — same UX, $0.87/M output tokens vs $15/M.