🤖 AI Maker

Transform any web page with AI-powered modifications

Ready to use AI Maker?

Add this single line to your HTML:

<script src="https://maker.zaruskiego.pl/maker.js"></script>
Download maker.js

Features

🎤 Voice Commands - Speak your modifications
🎯 Visual Selection - Click to select elements
📸 Screenshot Context - AI sees what you see
📜 Version Control - Git-based history with rollback
🐛 Error Tracking - Automatic JavaScript error logging

How It Works

  1. Include maker.js in your web page
  2. Click the AI button (🤖) that appears
  3. Describe what you want to change
  4. AI modifies your code automatically
  5. Changes are saved with git commits

API Endpoints

POST /api/modify      - Submit modification request
POST /api/rollback    - Rollback to previous version  
POST /api/log-error   - Log JavaScript errors
GET  /api/history     - Get modification history
GET  /api/projects    - List all projects
        

Integration Example

<!DOCTYPE html>
<html>
<head>
    <title>My Website</title>
</head>
<body>
    <!-- Your content here -->
    
    <!-- Add AI Maker -->
    <script src="https://maker.zaruskiego.pl/maker.js"></script>
</body>
</html>