← Back
🎭 AI Refactoring Demo
Paste your messy code below and watch our marionette transform it
// Paste your JavaScript/TypeScript code here... function getUserData(id) { const user = fetch('/api/users/' + id).then(r => r.json()); return user; }
✨ Refactor with AI Marionette