Skip to content

Drop-in visual editor for React that talks to AI agents

License

Notifications You must be signed in to change notification settings

rezailmi/made-refine

Repository files navigation

handmade

npm version npm downloads

Visual CSS editor for React. Edit styles in the browser, then copy agent-ready edits with component and file context.

handmade visual editor

  • Edit spacing, colors, typography, borders, shadows, and layout visually
  • Copies include component name, file path, and the exact changes — ready for Cursor or Claude Code
  • One-command setup for Next.js, Vite, and TanStack Start

Quick start

npx made-refine@latest init

This detects your framework, installs the package, previews file changes, and applies them after your confirmation. No manual wiring needed.

Usage

  1. Start your dev server.
  2. Press Cmd+. (or Ctrl+.) to toggle edit mode.
  3. Select an element, adjust styles, then copy edits to your AI agent.

How it works

  • Renders inside Shadow DOM for full CSS isolation from your app
  • Babel/Vite plugin adds source location metadata to every JSX element
  • Hooks into React DevTools fiber tree for component name resolution
  • Built-in MCP server enables hands-free agent workflows

Supported frameworks

Next.js · Vite · TanStack Start

License

MIT

About

Drop-in visual editor for React that talks to AI agents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages