Futuristic AI Brain Orb
Create a premium futuristic AI brain orb Lottie animation in a clean vector SVG style. The main subject should be a large glowing AI brain-shaped orb in the center of the canvas, not a generic circle. Build the brain orb from multiple smooth curved vector shapes, neural node dots, thin connector lines, inner circuit paths, and soft transparent glow layers. The orb should feel like a luxury SaaS technology brand animation, modern, cinematic, minimal, and polished. Scene composition: Place the main AI brain orb slightly above the center of the canvas. Behind it, add two elegant rotating orbit rings with thin neon strokes. Around the orb, add small floating particles, tiny glowing nodes, and subtle data dots. Under the orb, add a soft shadow/glow base so it feels premium and dimensional. Add a few thin curved connector lines around the brain to make it look intelligent and alive. Animation direction: The whole main brain orb should gently hover up and down in a smooth loop. The orbit rings should rotate slowly around the orb. The small neural nodes should softly pulse. The connector lines should subtly fade in and out, like intelligent signals flowing. Particles should drift slowly around the subject without moving too far away. The animation should loop smoothly without jumping. Visual style: Use a dark luxury background, violet and cyan neon highlights, clean vector shapes, soft glows, glassy futuristic details, elegant spacing, and a premium agency-level UI/UX feeling. Keep the design centered and clearly visible. Do not create a dashboard, CRM flow, smartwatch, gaming controller, rocket, private jet, or chatbot. Do not add long text. Do not use photorealistic elements. Make it a real Lottie-style vector animation with polished motion, clean geometry, and beautiful contrast. Important: The result must be visually rich but not overcrowded. The main subject must stay visible throughout the full loop. Use multiple SVG/vector parts instead of one simple circle. Use
Generation History
Motion Plan
{
"mode": "ai_svg_artwork",
"title": "Futuristic AI Brain Orb",
"subject": "AI brain-shaped orb with neural nodes, orbit rings, and floating particles",
"scene_intent": "Showcase a premium, cinematic, and modern AI brain orb with glowing neural network and orbiting rings, conveying intelligence and luxury technology",
"motion_style": "premium_float",
"prompt": "Create a premium futuristic AI brain orb Lottie animation in a clean vector SVG style.\r\n\r\nThe main subject should be a large glowing AI brain-shaped orb in the center of the canvas, not a generic circle. Build the brain orb from multiple smooth curved vector shapes, neural node dots, thin connector lines, inner circuit paths, and soft transparent glow layers. The orb should feel like a luxury SaaS technology brand animation, modern, cinematic, minimal, and polished.\r\n\r\nScene composition:\r\nPlace the main AI brain orb slightly above the center of the canvas. Behind it, add two elegant rotating orbit rings with thin neon strokes. Around the orb, add small floating particles, tiny glowing nodes, and subtle data dots. Under the orb, add a soft shadow/glow base so it feels premium and dimensional. Add a few thin curved connector lines around the brain to make it look intelligent and alive.\r\n\r\nAnimation direction:\r\nThe whole main brain orb should gently hover up and down in a smooth loop. The orbit rings should rotate slowly around the orb. The small neural nodes should softly pulse. The connector lines should subtly fade in and out, like intelligent signals flowing. Particles should drift slowly around the subject without moving too far away. The animation should loop smoothly without jumping.\r\n\r\nVisual style:\r\nUse a dark luxury background, violet and cyan neon highlights, clean vector shapes, soft glows, glassy futuristic details, elegant spacing, and a premium agency-level UI/UX feeling. Keep the design centered and clearly visible. Do not create a dashboard, CRM flow, smartwatch, gaming controller, rocket, private jet, or chatbot. Do not add long text. Do not use photorealistic elements. Make it a real Lottie-style vector animation with polished motion, clean geometry, and beautiful contrast.\r\n\r\nImportant:\r\nThe result must be visually rich but not overcrowded. The main subject must stay visible throughout the full loop. Use multiple SVG/vector parts instead of one simple circle. Use",
"canvas": {
"width": 1200,
"height": 800,
"fps": 30,
"duration_seconds": 6
},
"style": {
"background": "#050B0A",
"primary": "#7C3AED",
"secondary": "#111827",
"accent": "#22D3EE",
"text": "#FFFFFF"
},
"svg": "<svg width=\"1200\" height=\"800\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 800\" fill=\"none\">\n <rect width=\"1200\" height=\"800\" fill=\"transparent\"/>\n <defs>\n <radialGradient id=\"glowGradient\" cx=\"0.5\" cy=\"0.5\" r=\"0.5\">\n <stop offset=\"0%\" stop-color=\"#22D3EE\" stop-opacity=\"0.6\"/>\n <stop offset=\"100%\" stop-color=\"#22D3EE\" stop-opacity=\"0\"/>\n </radialGradient>\n <radialGradient id=\"glowGradientViolet\" cx=\"0.5\" cy=\"0.5\" r=\"0.5\">\n <stop offset=\"0%\" stop-color=\"#7C3AED\" stop-opacity=\"0.5\"/>\n <stop offset=\"100%\" stop-color=\"#7C3AED\" stop-opacity=\"0\"/>\n </radialGradient>\n <filter id=\"softGlow\" x=\"-50%\" y=\"-50%\" width=\"200%\" height=\"200%\" color-interpolation-filters=\"sRGB\">\n <feDropShadow dx=\"0\" dy=\"0\" stdDeviation=\"8\" flood-color=\"#22D3EE\" flood-opacity=\"0.4\"/>\n <feDropShadow dx=\"0\" dy=\"0\" stdDeviation=\"4\" flood-color=\"#7C3AED\" flood-opacity=\"0.3\"/>\n </filter>\n <filter id=\"shadowBase\" x=\"0\" y=\"0\" width=\"1200\" height=\"800\" color-interpolation-filters=\"sRGB\">\n <feDropShadow dx=\"0\" dy=\"8\" stdDeviation=\"12\" flood-color=\"#7C3AED\" flood-opacity=\"0.15\"/>\n </filter>\n <linearGradient id=\"connectorGradient\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n <stop offset=\"0%\" stop-color=\"#22D3EE\" stop-opacity=\"0.7\"/>\n <stop offset=\"100%\" stop-color=\"#7C3AED\" stop-opacity=\"0.3\"/>\n </linearGradient>\n <radialGradient id=\"nodeGlow\" cx=\"0.5\" cy=\"0.5\" r=\"0.5\">\n <stop offset=\"0%\" stop-color=\"#22D3EE\" stop-opacity=\"1\"/>\n <stop offset=\"100%\" stop-color=\"#22D3EE\" stop-opacity=\"0\"/>\n </radialGradient>\n <radialGradient id=\"nodeGlowViolet\" cx=\"0.5\" cy=\"0.5\" r=\"0.5\">\n <stop offset=\"0%\" stop-color=\"#7C3AED\" stop-opacity=\"1\"/>\n <stop offset=\"100%\" stop-color=\"#7C3AED\" stop-opacity=\"0\"/>\n </radialGradient>\n </defs>\n\n <!-- Soft shadow base under orb -->\n <ellipse cx=\"600\" cy=\"560\" rx=\"180\" ry=\"40\" fill=\"#7C3AED\" filter=\"url(#shadowBase)\" opacity=\"0.25\"/>\n\n <!-- Orbit rings behind orb -->\n <g transform=\"translate(600,350)\">\n <circle r=\"190\" stroke=\"#22D3EE\" stroke-width=\"2\" opacity=\"0.3\" fill=\"none\"/>\n <circle r=\"220\" stroke=\"#7C3AED\" stroke-width=\"1.5\" opacity=\"0.25\" fill=\"none\"/>\n </g>\n\n <!-- Orbit rings subtle glow -->\n <g transform=\"translate(600,350)\">\n <circle r=\"190\" stroke=\"url(#glowGradient)\" stroke-width=\"6\" opacity=\"0.12\" fill=\"none\"/>\n <circle r=\"220\" stroke=\"url(#glowGradientViolet)\" stroke-width=\"5\" opacity=\"0.1\" fill=\"none\"/>\n </g>\n\n <!-- Floating particles around orb -->\n <circle cx=\"520\" cy=\"280\" r=\"3\" fill=\"#22D3EE\" opacity=\"0.6\"/>\n <circle cx=\"680\" cy=\"310\" r=\"2\" fill=\"#7C3AED\" opacity=\"0.5\"/>\n <circle cx=\"570\" cy=\"400\" r=\"2.5\" fill=\"#22D3EE\" opacity=\"0.4\"/>\n <circle cx=\"630\" cy=\"260\" r=\"1.8\" fill=\"#7C3AED\" opacity=\"0.5\"/>\n <circle cx=\"650\" cy=\"370\" r=\"2.2\" fill=\"#22D3EE\" opacity=\"0.45\"/>\n <circle cx=\"550\" cy=\"320\" r=\"1.5\" fill=\"#7C3AED\" opacity=\"0.6\"/>\n <circle cx=\"600\" cy=\"230\" r=\"2\" fill=\"#22D3EE\" opacity=\"0.5\"/>\n\n <!-- Main AI brain orb group -->\n <g transform=\"translate(600,320)\" filter=\"url(#softGlow)\">\n <!-- Brain orb base shapes -->\n <path fill=\"#111827\" stroke=\"#7C3AED\" stroke-width=\"3\" opacity=\"0.9\"\n d=\"M-120,-80 C-100,-130 100,-130 120,-80 C140,-40 140,40 120,80 C100,130 -100,130 -120,80 C-140,40 -140,-40 -120,-80 Z\"/>\n\n <path fill=\"url(#glowGradientViolet)\" opacity=\"0.15\"\n d=\"M-110,-70 C-90,-120 90,-120 110,-70 C125,-35 125,35 110,70 C90,120 -90,120 -110,70 C-125,35 -125,-35 -110,-70 Z\"/>\n\n <!-- Inner circuit paths -->\n <path stroke=\"url(#connectorGradient)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.7\"\n d=\"M-80,-40 C-60,-70 60,-70 80,-40\"/>\n <path stroke=\"url(#connectorGradient)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.7\"\n d=\"M-70,20 C-40,50 40,50 70,20\"/>\n <path stroke=\"url(#connectorGradient)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.6\"\n d=\"M-50,-10 C-30,-30 30,-30 50,-10\"/>\n <path stroke=\"url(#connectorGradient)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.6\"\n d=\"M-40,40 C-20,70 20,70 40,40\"/>\n\n <!-- Neural nodes -->\n <circle cx=\"-80\" cy=\"-40\" r=\"6\" fill=\"#22D3EE\" filter=\"url(#softGlow)\"/>\n <circle cx=\"80\" cy=\"-40\" r=\"6\" fill=\"#7C3AED\" filter=\"url(#softGlow)\"/>\n <circle cx=\"-70\" cy=\"20\" r=\"5\" fill=\"#22D3EE\" filter=\"url(#softGlow)\"/>\n <circle cx=\"70\" cy=\"20\" r=\"5\" fill=\"#7C3AED\" filter=\"url(#softGlow)\"/>\n <circle cx=\"0\" cy=\"-60\" r=\"4\" fill=\"#22D3EE\" filter=\"url(#softGlow)\"/>\n <circle cx=\"0\" cy=\"60\" r=\"4\" fill=\"#7C3AED\" filter=\"url(#softGlow)\"/>\n <circle cx=\"-40\" cy=\"40\" r=\"4\" fill=\"#22D3EE\" filter=\"url(#softGlow)\"/>\n <circle cx=\"40\" cy=\"40\" r=\"4\" fill=\"#7C3AED\" filter=\"url(#softGlow)\"/>\n\n <!-- Thin connector lines around brain -->\n <path stroke=\"#22D3EE\" stroke-width=\"1\" stroke-opacity=\"0.5\" fill=\"none\"\n d=\"M-110,-70 L-130,-90\"/>\n <path stroke=\"#7C3AED\" stroke-width=\"1\" stroke-opacity=\"0.5\" fill=\"none\"\n d=\"M110,-70 L130,-90\"/>\n <path stroke=\"#22D3EE\" stroke-width=\"1\" stroke-opacity=\"0.5\" fill=\"none\"\n d=\"M-120,80 L-140,100\"/>\n <path stroke=\"#7C3AED\" stroke-width=\"1\" stroke-opacity=\"0.5\" fill=\"none\"\n d=\"M120,80 L140,100\"/>\n </g>\n\n <!-- Additional floating tiny glowing nodes around orb -->\n <circle cx=\"580\" cy=\"300\" r=\"3\" fill=\"#22D3EE\" opacity=\"0.7\"/>\n <circle cx=\"620\" cy=\"340\" r=\"2.5\" fill=\"#7C3AED\" opacity=\"0.6\"/>\n <circle cx=\"590\" cy=\"360\" r=\"2\" fill=\"#22D3EE\" opacity=\"0.5\"/>\n <circle cx=\"610\" cy=\"280\" r=\"2\" fill=\"#7C3AED\" opacity=\"0.5\"/>\n\n</svg>",
"safety_notes": "SVG contains no scripts or external resources; safe for embedding in Lottie animations.",
"_model_used": "gpt-4.1-mini",
"_raw_response_id": "resp_0e524e6e87a84116006a2668472a4081a0a0f20c7e0a9bbf50",
"_tokens_used": 3379,
"_prompt_tokens": 1062,
"_completion_tokens": 2317,
"transparent_background": false
}