UI Caliber - Precision visual element selection and Cursor AI integration
npm install uicaliberThe free alternative to Stagewise - Transform your web development workflow with visual element selection and direct Cursor AI integration.
UI Caliber is a powerful visual coding assistant that lets you select any element on your web page and send it directly to Cursor AI for instant code generation, debugging, and modifications. No more manual copying, pasting, or describing elements - just click and code!
- 🎯 Visual Element Selection - Click any element to select it instantly
- 🤖 Direct Cursor AI Integration - Send elements and instructions directly to Cursor AI chat
- ⚡ Zero Manual Work - No copying, pasting, or manual descriptions needed
- 🆓 Completely Free - No subscriptions, limits, or hidden costs
- 🔧 Easy Setup - One command to install, one click to use
bash
npx uicaliber@latest
`$3
1. Open Cursor AI
2. Go to Extensions (Ctrl+Shift+X)
3. Search for "UI Caliber"
4. Click Install$3
1. Start your development server (e.g., npm start on port 3000)
2. UI Caliber will automatically proxy your app to localhost:3100
3. Click on any element to select it
4. Enter your instruction
5. Click "Send to Cursor AI"📦 What's Included
- Main Server (
src/server/) - Node.js proxy server
- Cursor Extension (src/cursor-extension/) - VS Code extension for Cursor AI
- Frontend Script (public/) - Browser-side element selection🛠️ Development
`bash
Install dependencies
npm installStart development server
npm run devBuild extension
cd src/cursor-extension
npm run compile
``- Node.js 16+
- Cursor AI
- A running development server
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit issues and pull requests.
---
Made with ❤️ as a free alternative to Stagewise