EveryDev.ai
Subscribe
Home
Tools

3,303+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Premation
    Premation icon

    Premation

    3D and Animation
    Featured

    An open-source, AI-native desktop motion graphics studio modelled on After Effects' Classic 3D workflow, built on a deterministic WebGPU/WebGL2 render engine.

    Visit Website

    At a Glance

    Pricing
    Open Source

    The complete open-source editor running on your own machine under the AGPL, with no account or network required.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    3D and AnimationVibe CodingContent Generation

    Alternatives

    Stability AISubjectiveZeroArticraft
    Developer
    PremationUzbekistanEst. 2026

    Listed Aug 2026

    About Premation

    Premation is an open-source desktop motion graphics application published under the GNU AGPL v3.0 and distributed via GitHub Releases. It is built with Electron, React, and TypeScript, and runs its entire render pipeline — viewport preview and final export — through a single GPU engine backed by WebGPU with a WebGL2 fallback. The project is pre-1.0 (current release: v0.1.2) and in active development.

    What It Is

    Premation is a professional motion-graphics editor that covers compositions, keyframe animation, 2.5D space with cameras and lights, per-glyph text animators, bone and puppet mesh rigging, particles, shape layers, effects, masks, and a deterministic export pipeline — all in one project file. The project describes itself as an open-source, AI-native alternative to Adobe After Effects, modelled on AE's Classic 3D workflow so that existing AE users find tools, panel layout, and keyboard shortcuts where they expect them.

    The Deterministic Render Architecture

    The core design principle is that the viewport and the exporter share one frame loop. Frame time is computed as index / fps rather than wall-clock time, so two exports of the same project produce identical frames and a re-render after a crash resumes identical work. Export streams frames to a temp directory one at a time — peak memory is one frame regardless of project length — and ffmpeg encodes in a child process, keeping the app usable during long exports.

    Supported output formats include:

    • MP4 (H.264 / AAC) — requires ffmpeg
    • WebM (VP9 / Opus, with alpha)
    • MOV (ProRes 4444, lossless, with alpha) — requires ffmpeg
    • GIF (GIF89a, palettised)
    • PNG sequence (zip, with alpha)
    • Lottie / bodymovin JSON (vector shapes and transform tracks)

    Feature Depth

    The README lists 38 effects, 39 animation/text/behaviour presets, and 62 AI tool calls. Animation capabilities include a graph editor with value and velocity curves, independent X/Y position tracks, keyframe assistants (easy ease, time-reverse, sequence layers, stagger), expressions, and motion blur. The 2.5D layer model supports one- and two-node cameras with depth of field, lights with cone angle and shadows, and extrusion and bevels for shapes and text. Rigging covers forward kinematics, linear blend skinning, and FABRIK IK with an ARAP puppet solver. The particle emitter is deterministic: the same seed always produces the same field.

    Project files are .motion directory bundles — a folder of JSON chunks (manifest, scene, animation, timeline, meta) plus content-addressed assets — so saves are incremental and local version history uses structural sharing.

    The AI Assistant

    The editor includes an optional AI assistant that operates through a tool registry of 62 callable tools (insert layers, set properties, create keyframes). Every AI-driven change lands as a single reversible step on the normal undo stack. The assistant supports bring-your-own-key for Anthropic, OpenAI, and Gemini; prompts go directly to the user's provider account with no added fees. In the self-hosted local edition the assistant is currently listed as "coming soon" in the README, as model calls currently route through the hosted gateway; wiring up bring-your-own-key for the local build is noted as the single most useful open contribution on the roadmap.

    Two-Edition Model and Current Status

    The same source tree builds two editions via a VITE_EDITION flag. The local edition runs entirely offline — no accounts, no network, projects on disk — and is the edition built from the public repository. The server edition adds cloud projects, autosave, version history, end-to-end encrypted sync, and hosted MP4 rendering, backed by a hosted backend that is not part of the open-source repository.

    The project is at v0.1.2 (released 2026-07-31), pre-1.0, with the project file format still subject to change. The test suite covers approximately 440 suites and 4,800 tests, plus a golden-image render-test harness with committed reference frames for pixel-stable output across refactors. Installers are unsigned during the beta. The cloud plan is free during the beta period.

    Setup Path

    The local edition requires Node.js 20+, a GPU supporting WebGPU or WebGL2 (no software renderer), and optionally ffmpeg for MP4/WebM/GIF/ProRes export. Running npm run electron:dev:local compiles the Electron main process, starts Vite, and opens the app with hot-reload for renderer code. Pre-built installers for Windows (x64 .exe), macOS (Apple Silicon + Intel .dmg), and Linux (AppImage x64) are published on GitHub Releases.

    Premation - 1

    Community Discussions

    Be the first to start a conversation about Premation

    Share your experience with Premation, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Self-hosted

    The complete open-source editor running on your own machine under the AGPL, with no account or network required.

    • Every tool — compositions, graph editor, 2.5D, rigging, particles
    • No account, no network — projects are .motion bundles on disk
    • Export to every format, offline, with no watermark
    • AI assistant with your own provider key
    • AGPL-3.0 source — read it, build it, fork it
    OPEN SOURCE

    Cloud (Beta)

    Everything in self-hosted plus cloud projects, autosave, version history, and hosted rendering — free during the beta.

    • Cloud projects, autosave and version history
    • End-to-end encrypted project sync across machines
    • Hosted mp4 rendering — your machine stays free
    • The plugin registry, and update checks
    • AI assistant with your own provider key

    Capabilities

    Key Features

    • WebGPU/WebGL2 GPU render engine
    • Deterministic export pipeline (viewport = export)
    • Nested compositions with time remapping
    • 2.5D layer model with cameras, lights, depth of field, and shadows
    • Per-glyph text animators with range and wiggly selectors
    • Bone rigging with FK, linear blend skinning, and FABRIK IK
    • Puppet mesh deformation with ARAP solver
    • Particle emitter (deterministic, rate/lifetime/velocity/gravity/turbulence)
    • Graph editor with value and velocity curves, independent X/Y tracks
    • 38 effects
    • 39 animation, text, and behaviour presets
    • Expressions
    • Keyframe assistants (easy ease, time-reverse, sequence layers, stagger)
    • Shape layers with pen, pencil, brush, boolean merges, trim paths, repeaters
    • Export to MP4, WebM, MOV ProRes 4444, GIF, PNG sequence, Lottie
    • SVG import (static and animated CSS/SMIL converted to keyframes)
    • Lottie/bodymovin import
    • Proxy workflow for 4K footage
    • AI assistant with 62 tool calls (bring-your-own-key: Anthropic, OpenAI, Gemini)
    • All AI changes land as reversible undo steps
    • Plugin system with Worker sandbox and signed packages
    • .motion directory bundle project format with incremental saves and local version history
    • 17 blend modes, track and alpha mattes, parenting, adjustment layers
    • Collapse Transformations and Continuous Rasterization
    • Expression controls: slider, angle, point, colour, checkbox, dropdown, layer
    • Interpret Footage: frame rate, pixel aspect, alpha, loop
    • ~4,800 automated tests across ~440 suites
    • Golden-image render-test harness with committed reference frames
    • Cloud projects, autosave, version history (server edition)
    • End-to-end encrypted project sync (server edition)
    • Hosted MP4 rendering (server edition)

    Integrations

    ffmpeg (MP4, WebM, GIF, ProRes export)
    Anthropic Claude (AI assistant, bring-your-own-key)
    OpenAI (AI assistant, bring-your-own-key)
    Google Gemini (AI assistant, bring-your-own-key)
    Lottie/bodymovin
    SVG (static and animated)
    Electron
    WebGPU
    WebGL2
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Premation and help others make informed decisions.

    Developer

    Premation Team

    Premation builds an open-source, AI-native desktop motion graphics studio as an alternative to Adobe After Effects. The editor runs on a deterministic WebGPU/WebGL2 render engine so the preview and final export are always identical. The project is published under the GNU AGPL v3.0 and distributed via GitHub Releases, with a hosted cloud backend for sync and rendering available separately. Development is active and pre-1.0, with a public beta open to everyone.

    Founded 2026
    Uzbekistan
    1 employees
    Read more about Premation Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Stability AI icon

    Stability AI

    Stability AI builds open-source generative AI models for image, video, audio, and 3D content creation, with enterprise deployment via API, self-hosted license, and Brand Studio.

    SubjectiveZero icon

    SubjectiveZero

    An open-source, native macOS agentic node editor for creative coding and realtime VFX, where AI coding agents turn prompt nodes into live, hot-reloading Metal code.

    Articraft icon

    Articraft

    An agentic system for scalable articulated 3D asset generation using LLM-powered code generation workflows.

    Browse all tools

    Related Topics

    3D and Animation

    AI-powered tools for creating, manipulating, and animating 3D models, characters, and environments with intelligent rigging, texturing, and motion synthesis.

    39 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    186 tools

    Content Generation

    Advanced LLM-based tools that create high-quality, engaging marketing content, articles, and copy tailored to specific audiences, tones, and campaign objectives with minimal human input.

    264 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions