AI-powered visual code editing for any frontend framework
npm install insybash
Global installation
npm install -g insy
Or use npx (no install required)
npx insy
`
Usage
$3
`bash
Start with defaults
insy
Or with options
insy start --port 8888 --host 0.0.0.0 --project /path/to/project
`
Commands
$3
Start the Insy server.
Options:
- -p, --port - Port to listen on (default: 7777)
- -h, --host - Host to bind to (default: localhost)
- --project - Project root directory (default: current directory)
Quick Start
1. Start the server:
`bash
npx insy
`
2. Add the script tag to your HTML:
`html
`
Or use the CDN:
`html
`
3. Use Insy in your browser:
- Press Alt+Q` to activate element selection