Chromeflow: Chrome Extension Automates Web UI Tasks for Claude

What Chromeflow Does
Chromeflow addresses a common pain point when using AI coding assistants like Claude. When Claude generates backend code for services like Stripe, Supabase, or SendGrid, it typically ends with manual instructions requiring you to navigate web dashboards, copy values back and forth, and manually configure settings—breaking your development flow.
This tool automates those manual web UI steps. It gives Claude actual browser control through a Chrome extension and MCP server combination.
Key Features and Functionality
- Highlights what to click in the browser
- Automatically fills in fields with known values
- Clicks Save buttons itself
- Writes API keys directly to your
.envfile - Only requires manual browser interaction for authentication tasks like login and password entry
Setup Process
Setup requires two steps:
- Run
npx chromeflow setupin your project - Install the extension from the Chrome Web Store
Technical Details
- Built using Claude Code
- Completely free and open source
- Available at: https://chromeflow.vercel.app/
The creator reports using it daily for development workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

Artificial-life: A 300-line Python reproduction of Computational Life research
A Python implementation reproducing the Computational Life paper, where 240x135 grid of Brainfuck-like programs interact and evolve self-replicating code through random pairing and instruction tape concatenation.

AIBrain adds persistent memory and self-improvement to Claude Code
AIBrain is a tool that gives Claude Code persistent memory between sessions with semantic search retrieval and self-improvement cycles. It includes 53 workflows, 44 skills, 9 MCP servers, and supports multi-agent mesh networking via Tailscale.

claude-real-video: Free Tool to Make Claude Watch Videos with Perception Layer
claude-real-video adds a local perception layer so Claude sees camera moves, pacing, gestures, and voice emotion. Demo watches NVIDIA GTC 2026 keynote and narrates screen action. Free version available.

Claude Code vs OpenCode: Key Technical Differences a Developer Found
A developer compares Claude Code and OpenCode on context, memory, tool use, subagents, permissions, safety, and model flexibility, concluding Claude Code still wins for production repos.