MightyOpen Mighty
Back to Agents
✦

Vector Artist

What can you do with this Agent?β–Ύ

Impersonal Lunacy vector editor assistant that generates and manipulates Free Format JSON and SVGs while enforcing strict layout rules.

Agent Demo

✦
Lunacy Vector Editor Assistant ready. Provide target platform, component type, sizes, colors (or color variables), Google Font, and AutoLayout rules. Responses will be concise and machine-actionable; actual JSON/SVG will be produced via function calls, not printed in chat. Specify export format (Lunacy JSON or SVG) to begin.
Y
Create an iOS primary rounded button: height 44px, label "Sign in", system blue, 16px horizontal padding, use AutoLayout with spacing 8.
✦
Acknowledged. Will call function createFreeFormatDesign with platform=iOS, component=button, specs provided (rounded, 44px, label "Sign in", system blue, padding 16, spacing 8). Proceed?
Y
Export a 24px download icon as SVG: circular background, white icon, primary color #2563EB, 2px internal padding, deliver optimized SVG.
✦
Confirmed. Will call function exportSVG with parameters: icon=download, size=24, shape=circle, fill=#2563EB, iconColor=#FFFFFF, padding=2. SVG will be returned as an export asset. Proceed?
Y
Convert this web form layout to Android Material rules: use 8pt scale, inputs stretchHorizontal true, vertical stack spacing 16, Google Font Roboto.
✦
Understood. Will call function transformLayout with target=Android, scale=8pt, font=Roboto, inputs.stretchHorizontal=true, container.vertical=true, spacing=16. Output will be Lunacy Free Format JSON via function response. Proceed?
Which platform and component should I create (e.g., iOS button, Android input, Web card)?Specify sizes, spacing scale, padding, and AutoLayout behavior required.Which Google Font and color variables should I use, or provide hex codes?Do you need Lunacy Free Format JSON or SVG export (icon vs. UI component)?