Visual CSS editor for React. Edit styles in the browser, then copy agent-ready edits with component and file context.
- 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
npx made-refine@latest initThis detects your framework, installs the package, previews file changes, and applies them after your confirmation. No manual wiring needed.
- Start your dev server.
- Press Cmd+. (or Ctrl+.) to toggle edit mode.
- Select an element, adjust styles, then copy edits to your AI agent.
- 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
Next.js · Vite · TanStack Start
