Visual editor for local web projects with AI integration.
npm install -g wia
Or run without installing:
npx wia ./my-project
wia /path/to/project [--port 3000]
Open the printed URL in your browser to start editing.
- Live visual editing of HTML, CSS, and assets in the browser
- File watching with instant preview updates via WebSocket
- AI-powered code modifications through the Claude Code SDK (optional)
- Git integration for diffing and version control
- PostCSS processing for stylesheets
- Works with any static or server-rendered web project
| Flag | Description |
|---|---|
--port <n> |
Port to listen on (default: 3000, or PORT env) |
--version, -v |
Print version |
--help, -h |
Show usage help |
MIT