• Sale

Sandbox

Sandbox is a revolutionary extension for Adobe After Effects and Premiere Pro that bridges the gap between generative AI and professional motion graphics. By integrating industry-standard animation engines (html5, Three.js, GSAP, Pixi.js, p5.js) directly into your Adobe workflow, Sandbox allows you to generate complex, code-based animations using simple natural language prompts. Whether you need 3D models, physics simulations, kinetic typography, or data visualizations, Sandbox turns text into editable, high-quality, render-ready assets instantly.



Learn about license types
$29.00
  $19.00
Special price valid until August 5, 2026
  • Free Trial
Description

An AI-powered animation studio

that lives directly inside Adobe After Effects. It unifies the world's most powerful AI models (Gemini, OpenAI, Claude) with industry-standard control (GSAP, Three.js, p5.js) to generate, edit, and export complex animations in seconds.

All of these animations are created using AI inside After Effects & Premiere Pro

             

       

🖱️ Real-Time Interaction

Capture: Record your live movement and export it to After Effects as PNG sequence.
AE → Canvas: Select a layer in Ae, and Sandbox will use its position data to “simulate” the mouse movement.
Canvas → AE: Record your live mouse interactions from the canvas. Sandbox captures this path and exports it as a Null layer with keyframes.

                

      

🦴 SVG Rigging Mode

A professional rigging tool built-in.

  • Smart Labeling: Click on SVG parts to assign semantic labels (HEAD, LEFT_ARM, BODY).
    • AI Context: These labels are passed to the AI, ensuring it knows exactly which part is which for character animation (e.g., "Raise the left arm").

                         

             

      📊 Data Visualization

      Upload JSON, CSV, or TXT files directly. The AI automatically parses your data, allowing you to create dynamic charts, graphs, and data-driven animations effortlessly.

                         

      

      A game-changer for workflow. Connects the Sandbox to an outside server to makes you control after effects using your voice in real-time

      Quick Start & Tutorial

      Discussions

      Want to talk about it?

      Head over to r/aescripts to chat with fellow users about this product.

      Need Support?

      Please open a support ticket to be connected directly with the author of this product

      Version History

      2.0.4 -

      Jul 12, 2026

      New flagship models of Claude and GPT
      ? Fixes
      Strip AI prose after last } → no more runtime crashes from appended notes
      Auto-close unclosed IIFEs (() => { → })();
      Guard composer.dispose() on main execution path
      Guard composer.dispose() on re-record path (separate path, separate fix)
      Fix params conflict for simple {...} declarations
      Fix params conflict for ternary multiline form (was the real crash today)
      Fix fullscreen freeze on close via WEBGL_lose_context GPU release
      ✨ Improvement
      Three.js system prompt now enforces correct lighting on every generation

      2.0.3 -

      Jul 5, 2026

      Liver Server Director now became much smarter

      2.0.2 -

      Jun 16, 2026

      Now Gemini models supports video vision as a reference

      2.0.1 -

      Jun 15, 2026

      Added Prompt Tips (?) examples, shortcuts, uploads, tracking points, AE integration, and copy-paste prompts
      Fixed GSAP history thumbnails showing blank
      Fixed library engine badges (Web, GSAP, 3D, etc.) saving and displaying correctly
      Fixed Save button hidden for Free Web and animations without sliders
      Fixed composer.dispose is not a function crash in Three.js generations
      Removed auto-record on generate, capture only when you click Capture / Live Record
      Free Web capture improvements, preserveDrawingBuffer injected for WebGL in iframe mode
      AI prompt rules updated for more reliable capture (canvas-only, capture-safe CSS)

      2.0.0 -

      Jun 12, 2026

      Sandbox Panel Updates:

      - New SVG Smart Mode analyzes uploaded SVGs into a clean manifest instead of sending huge raw SVG code.
      - Made SVG Smart Mode the default.
      - Kept legacy raw SVG mode as optional.
      - Improved SVG parsing: bounds, colors, IDs, labels, and spatial grouping.
      - Added Illustrator SVG group/layer-name auto-label support.
      - Improved SVG rig labeling and multi-select grouping.
      - Improved complex SVG handling for logos, characters, cars, wheels, and stacked parts.
      - Started compact `+` Add Source UI for upload buttons.

      **Live Server Updates**

      - Added default `SKILL.md` loading into model settings.
      - Added Live AE Context Snapshot for project/comp/layer awareness.
      - Added context-needed classifier so simple creation skips slow snapshot gathering.
      - Improved Director behavior for casual chat, small talk, status phrases, and tool intent.
      - Added automatic Python bridge connection after Gemini connects.
      - Improved bridge status visibility.
      - Added safer error awareness so Director does not claim success when script/API/bridge fails.
      - Improved Coder handoff logic so context is only gathered when needed.
      - Improved IK rig generation rules and local rig script behavior.
      - Added torso/hips control direction, foot-level options, source layer locking, and IK/FK-ready controls.
      - Added better head/face rig support rules.
      - Added stronger AE ExtendScript rules, official-docs guidance, and stacking-order rules.
      - Added option to keep original anchor points when requested.

      1.6.0 -

      Jun 11, 2026

      v1.6.0 - Smart SVG Rigging & Next-Gen AI Models
      New Features & Improvements:

      New "Smart Mode" for SVGs: Re-architected how SVGs are handled with the new Smart Manifest mode. Instead of feeding raw path coordinate data to the AI (which wastes tokens and confuses generation), Sandbox now extracts a lightweight, intelligent structure map. This results in massive token savings (~95% cheaper per call), faster generations, and far more accurate animations.
      Smart SVG Auto-Labeling: Sandbox now automatically detects and imports group and layer names directly from Illustrator/Inkscape (e.g., LEFT_HAND, HEAD). Prepare your groups in your vector editor, and they will map instantly into the Sandbox rigging modal!
      Upgraded AI Models: Added full support for the latest Claude Fable and Claude Opus (v4.8) models.
      Smarter Prompt Enhancer: Completely rewritten enhancer prompt system. It now intelligently analyzes your intent, animation duration, and mood before writing the prompt, resulting in vastly more creative and context-aware results.
      Bug Fixes:

      Fixed TTS (Text-to-Speech) payload format issues resulting in 400 errors.
      Re-wired Gemini's Text-to-Speech API to seamlessly support both standard (2.5-flash) and premium (3.1-flash) models via a new UI selector.
      Fixed an issue where Gemini 2.5's "thinking mode" was causing enhanced prompts to unexpectedly cut off mid-sentence.
      Removed redundant 1.5.1 legacy version tags to ensure the licensing modal accurately reflects v1.6.0.

      1.5.1 -

      Jun 4, 2026

      Some bugs fixed

      1.5.0 -

      Jun 4, 2026

      ## Sandbox v1.5.0 — Changelog

      **? New: Real-Time Stream Capture**
      - Added `captureStream()` + `MediaRecorder` pipeline animation clock no longer drifts during recording
      - Fixes the root cause of recordings playing faster than the preview and choppy slow-motion in AE
      - Available as **Stream Capture (Beta)** toggle in Settings, off by default, original behavior preserved

      **? Full Coverage Across All Capture Methods**
      - Stream path applied to all 3 engines: `Record`, `Live Record`, and `Fullscreen Live Record`
      - Canvas engines (HTML5, Three.js, p5, Pixi, Matter, PlayCanvas) use the stream path
      - GSAP and Free Web (iframe) automatically fall back to the legacy path — unchanged behavior

      **?️ Mouse Capture & Tracking Points in Stream Mode**
      - Mouse positions now sampled at frame-rate frequency during stream recording
      - sandboxTracked elements also sampled correctly in stream mode

      1.0.5 -

      May 20, 2026

      Now supports Gemini 3.5 Flash

      1.0.4 -

      Apr 20, 2026

      New Models — Claude Opus 4.7, Gemma 4 31B, Qwen3 Coder, GLM-4.5 Air, Qwen3.6 Plus

      AI Motion Tracking — Add "with tracking points" to your prompt and Sandbox will automatically export tracked elements as Null layers in AE, perfectly synced with your animation.

      Live Streaming — Watch AI generate your code in real time directly in the panel.

      1.0.3 -

      Apr 2, 2026

      Now supports code-generation streaming live in the preview panel

      1.0.2 -

      Mar 7, 2026

      - New AI models added
      - Fixed bugs and issues with free web engine
      - Live server enhanced

      1.0.1 -

      Mar 1, 2026

      Free Web Engine + Capture & Recording Fixes

      New Feature
      Added Free Web engine — generate any full HTML/CSS/JS page with complete creative freedom: 3D scenes (Three.js, Babylon.js), particle systems, games, dashboards, data visualizations, music visualizers, physics simulations, landing pages, and more. Load any CDN library. Full interactive support with mouse, keyboard, and touch.

      Bug Fixes
      Live server not working correctly for mac users -Fixed

      AI Prompt Improvements
      Added capture rule: AI must always render everything onto a — DOM-only pages cause panel freeze/crash during frame capture
      Added capture rule: AI must not mix with DOM overlays — canvas-only or DOM-only, never both

      1.0.0 -

      Feb 23, 2026

      Initial release.

      Compatibility

      After Effects

      2026, 2025, 2024, 2023

      Premiere Pro

      2026, 2025, 2024, 2023

      EULA

      END USER LICENSE AGREEMENT

      This software ("the Software Product") and accompanying documentation is licensed and not sold. This Software Product is protected by copyright laws and treaties, as well as laws and treaties related to other forms of intellectual property. The author owns intellectual property rights in the Software Product. The Licensee's ("you" or "your") license to download, use, copy, or change the Software Product is subject to these rights and to all the terms and conditions of this End User License Agreement ("Agreement").

      Acceptance
      YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS AGREEMENT BY SELECTING THE "ACCEPT" OPTION AND DOWNLOADING THE SOFTWARE PRODUCT OR BY INSTALLING, USING, OR COPYING THE SOFTWARE PRODUCT. YOU MUST AGREE TO ALL OF THE TERMS OF THIS AGREEMENT BEFORE YOU WILL BE ALLOWED TO DOWNLOAD THE SOFTWARE PRODUCT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, YOU MUST SELECT "DECLINE" AND YOU MUST NOT INSTALL, USE, OR COPY THE SOFTWARE PRODUCT.

      License Grant
      This Agreement entitles you to install and use one copy of the Software Product. In addition, you may make one archival copy of the Software Product. The archival copy must be on a storage medium other than a hard drive, and may only be used for the reinstallation of the Software Product. This Agreement does not permit the installation or use of multiple copies of the Software Product, or the installation of the Software Product on more than one computer at any given time, on a system that allows shared used of applications, on a multi-user network, or on any configuration or system of computers that allows multiple users. Multiple copy use or installation is only allowed if you obtain an appropriate licensing agreement for each user and each copy of the Software Product.

      Restrictions on Transfer
      Without first obtaining the express written consent of the author, you may not assign your rights and obligations under this Agreement, or redistribute, encumber, sell, rent, lease, sublicense, or otherwise transfer your rights to the Software Product.

      Restrictions on Use
      You may not use, copy, or install the Software Product on any system with more than one computer, or permit the use, copying, or installation of the Software Product by more than one user or on more than one computer. If you hold multiple, validly licensed copies, you may not use, copy, or install the Software Product on any system with more than the number of computers permitted by license, or permit the use, copying, or installation by more users, or on more computers than the number permitted by license.

      You may not decompile, "reverse-engineer", disassemble, or otherwise attempt to derive the source code for the Software Product.

      Restrictions on Alteration
      You may not modify the Software Product or create any derivative work of the Software Product or its accompanying documentation. Derivative works include but are not limited to translations. You may not alter any files or libraries in any portion of the Software Product.

      Restrictions on Copying
      You may not copy any part of the Software Product except to the extent that licensed use inherently demands the creation of a temporary copy stored in computer memory and not permanently affixed on storage medium. You may make one archival copy which must be stored on a medium other than a computer hard drive.

      Disclaimer of Warranties and Limitation of Liability
      UNLESS OTHERWISE EXPLICITLY AGREED TO IN WRITING BY THE AUTHOR, THE AUTHOR MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, IN FACT OR IN LAW, INCLUDING, BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OTHER THAN AS SET FORTH IN THIS AGREEMENT OR IN THE LIMITED WARRANTY DOCUMENTS PROVIDED WITH THE SOFTWARE PRODUCT.

      The author makes no warranty that the Software Product will meet your requirements or operate under your specific conditions of use. The author makes no warranty that operation of the Software Product will be secure, error free, or free from interruption. YOU MUST DETERMINE WHETHER THE SOFTWARE PRODUCT SUFFICIENTLY MEETS YOUR REQUIREMENTS FOR SECURITY AND UNINTERRUPTABILITY. YOU BEAR SOLE RESPONSIBILITY AND ALL LIABILITY FOR ANY LOSS INCURRED DUE TO FAILURE OF THE SOFTWARE PRODUCT TO MEET YOUR REQUIREMENTS. THE AUTHOR WILL NOT, UNDER ANY CIRCUMSTANCES, BE RESPONSIBLE OR LIABLE FOR THE LOSS OF DATA ON ANY COMPUTER OR INFORMATION STORAGE DEVICE.

      UNDER NO CIRCUMSTANCES SHALL THE AUTHOR, ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS BE LIABLE TO YOU OR ANY OTHER PARTY FOR INDIRECT, CONSEQUENTIAL, SPECIAL, INCIDENTAL, PUNITIVE, OR EXEMPLARY DAMAGES OF ANY KIND INCLUDING LOST REVENUES OR PROFITS OR LOSS OF BUSINESS) RESULTING FROM THIS AGREEMENT, OR FROM THE FURNISHING, PERFORMANCE, INSTALLATION, OR USE OF THE SOFTWARE PRODUCT, WHETHER DUE TO A BREACH OF CONTRACT, BREACH OF WARRANTY, OR THE NEGLIGENCE OF THE AUTHOR OR ANY OTHER PARTY, EVEN IF THE AUTHOR IS ADVISED BEFOREHAND OF THE POSSIBILITY OF SUCH DAMAGES. TO THE EXTENT THAT THE APPLICABLE JURISDICTION LIMITS THE AUTHOR'S ABILITY TO DISCLAIM ANY IMPLIED WARRANTIES, THIS DISCLAIMER SHALL BE EFFECTIVE TO THE MAXIMUM EXTENT PERMITTED.

      Limitation of Remedies and Damages
      Any claim must be made within the applicable warranty period. All warranties cover only defects arising under normal use and do not include malfunctions or failure resulting from misuse, abuse, neglect, alteration, problems with electrical power, acts of nature, unusual temperatures or humidity, improper installation, or damage determined by the author to have been caused by you. All limited warranties on the Software Product are granted only to you and are non-transferable. You agree to indemnify and hold the author harmless from all claims, judgments, liabilities, expenses, or costs arising from your breach of this Agreement and/or acts or omissions.

      Governing Law, Jurisdiction and Costs
      This Agreement is governed by the laws of New York, without regard to New York's conflict or choice of law provisions.

      Severability
      If any provision of this Agreement shall be held to be invalid or unenforceable, the remainder of this Agreement shall remain in full force and effect. To the extent any express or implied restrictions are not permitted by applicable laws, these express or implied restrictions shall remain in force and effect to the maximum extent permitted by such applicable laws.

      Updated: Oct 21, 2025 1:35 AM

      Floating License Server Required

      The Floating Server License for Sandbox requires a Floating License Server (FLS) to activate and use.

      You don't currently own one and don't have one in your cart. You can purchase one for $99.99, or learn more about license types.

      You Already Own This Product

      It looks like you already own Sandbox. If you're purchasing an additional license (for second machine or a different license type), go ahead. If this was an accident, you can check your existing licenses to confirm what you have.

      View My Licenses