Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Alternatives
  • Claude Code
  • Jira
  • Notion
  • Slack
  • Linear
  • Wispr Flow
  • All alternatives
Copyright © 2026 All Rights Reserved.
Home/Categories/Design & Creative/Handle
icon of Handle

Handle

Open source alternative to Webflow and Plasmic

Edit browser UI and send precise change requests to your coding agent through a Chrome extension and MCP server.

41 starsTypeScriptMITActive this month
Visit websiteGitHub repo
image of Handle
Contents
  1. 01Who Handle is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Quick start
  6. 06Tech stack
  7. 07FAQ
  8. 08Similar open-source tools
TL;DR

Handle lets frontend teams refine UI directly in the browser and send structured feedback to AI coding agents. It replaces vague prompt loops with point-and-edit feedback through a Chrome extension and MCP server.MIT · TypeScript · 41 stars · Active this month

who it's for

Who Handle is for#

Frontend developers polishing generated UI

Handle fits developers who use agents to create interfaces and need faster ways to correct visual details after the first pass.

Skip if:

Your frontend work is mostly backend-driven templates with little visual iteration.

Design engineers reviewing live screens

Handle gives design engineers a direct way to mark UI changes in the running browser and pass actionable context back to the coding agent.

Skip if:

Your team already completes all design changes in Figma before code starts.

the problem

The problem it solves#

AI coding agents can build a first version of a UI, but small visual corrections are painful to describe in text. Developers end up writing long prompts about element position, spacing, copy, and hierarchy, then reviewing another generated patch that may miss the point.

The gap is visual intent. Designers, design engineers, and frontend developers need to point at the exact element, make or describe the change in context, and give the agent feedback it can map back to code.

how Handle solves it

How it solves it#

Browser-based UI refinement

Handle lets users inspect and refine elements directly inside Chrome instead of describing the target element and desired change in a prompt.

MCP server setup

The README documents an MCP setup command that configures supported agents with npx handle-ext@latest init.

Multi-agent support

Handle lists support for Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Gemini CLI, Rovo Dev, and Antigravity.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • Better feedback than prompt descriptionsPointing at the UI reduces ambiguity when changing spacing, position, hierarchy, or visual polish in generated frontend code.
  • Works with existing agent toolsThe MCP approach lets Handle sit beside coding agents developers already use instead of requiring a separate design handoff system.

Trade-offs

  • -Requires Chrome extension workflowHandle depends on installing a browser extension and MCP server, so teams with locked-down browsers or no MCP adoption may need process changes first.
install · quick start

Quick start#

bash
Setup requires Node and an MCP-ready coding agent before installing the Handle browser extension.

```bash
npx handle-ext@latest init
```
tech stack · detected from GitHub

What it's built on#

Languages
JavaScriptTypeScript
Frameworks
React
frequently asked

FAQ#

What does Handle do?

Handle lets users refine UI in the browser and send structured feedback to AI coding agents through a Chrome extension and MCP server.

Which coding agents does Handle support?

The README lists Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Gemini CLI, Rovo Dev, and Antigravity as supported agents.

How do you set up Handle?

The official setup starts with installing the MCP server using npx handle-ext@latest init, then installing the Handle Chrome extension.

also worth a look

Similar open-source tools#

Onlook

Onlook

Visual React editor where every design change writes real code

26.7KTypeScriptApache-2.0
WordPress

WordPress

21.4KPHPGPL-2.0
Silex

Silex

3KTypeScriptAGPL-3.0
Revyme

Revyme

Build stunning website, export your code anytime

121TypeScriptAGPL-3.0
Grav

Grav

Flat-file CMS for fast, self-hosted websites.

15.7KPHPMIT
GrapesJS

GrapesJS

Build drag-and-drop page editors inside your own stack.

26.2KTypeScriptBSD-2-Clause

Repository

Stars
41
Forks
4
License
MIT
Latest
ext-1.0.1
Last commit
21 days ago
Last verified
Sep 14, 2026
Repo
tonkotsu-ai/handle ↗

Additional details

Language
TypeScript
Open issues
8
Contributors
2
First release
2026

Categories

Design & CreativeAI & Machine LearningDeveloper Tools

Tags

UI/UX DesignBrowser ExtensionAI Coding AssistantAI AgentsDeveloper ToolsCoding