Transform any web page with AI-powered modifications
Add this single line to your HTML:
<script src="https://maker.zaruskiego.pl/maker.js"></script>
Download maker.js
maker.js in your web page
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
<!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>