What problem does it solve?
Turning a plain-language request like "make a CRM" or "build a data dashboard" into a working interactive web app requires coordinating frontend UI, data persistence, and backend AI workflows. This Skill automates that entire process inside the Super Magic platform, producing a complete micro-app folder instead of disconnected code snippets.
Core Features & Use Cases
- Three-Layer Architecture Generation: Produces an HTML frontend, file-based JSON data layer, and optional companion workspace skills acting as the backend, all wired together via window.Magic APIs.
- Complexity-Based Decision Tree: Classifies requests as Simple (pure HTML), Medium (HTML plus companion skill), or Complex (multi-agent orchestration) and generates the matching structure with app.json, magic.project.js, and index.html.
- Agent and Skill Dispatch: Triggers backend workflows through createTopicAndSend with @file or @skill mentions, including agent and model selector UI patterns.
- Use Case: Ask for a customer management system with AI follow-up suggestions, and receive a CRUD app with per-record JSON files, a suggestion_writer companion skill, and progress tracking via watched status files.
Quick Start
Ask the agent to build an interactive tool such as a todo list, dashboard, or CRM, and confirm the proposed design review to receive the complete micro-app.