A Vue app that enables Claude to create SVG drawings with visual feedback, allowing it to see and improve its artwork iteratively.
Deployed at https://nilock.github.com/eyes-open
- Use your Anthropic API key with various Claude models
- Customize system prompts
- View both text reasoning and SVG output
- Toggle between rendered and raw SVG code
- Export sessions as HTML or Markdown
- Clone repository and install dependencies
- Run
npm run dev
oryarn dev
- Enter your Anthropic API key to begin
You describe a scene, and Claude draws it using SVG. After each step, Claude sees its rendered output and makes improvements based on visual feedback until satisfied.
- Anthropic API key with access to vision-capable Claude models
- Modern web browser
- Node.js and npm/yarn