- Design and product teams generating lightweight motion assets
- Developers using Codex, Claude Code, or other skill-aware coding agents
- Teams experimenting with agent-generated Lottie animations and live preview workflows
Text-To-Lottie
Open-source agent skill and preview harness for generating production-ready Lottie animations with Codex or Claude Code.
What is Text-To-Lottie?
Text-To-Lottie is an open-source skill and harness from Diffusion Studio for generating Lottie animations with AI coding agents. The project includes a Skia CanvasKit / Skottie player, React + TypeScript controls, and a workflow where the agent writes `public/lottie.json` while the dev server hot-reloads the animation.
Agent-ready skill install
The project can be added with `npx skills add diffusionstudio/lottie` and used through the `text-to-lottie` skill.
A skill install path makes it easier for Codex, Claude Code, and similar agents to reuse the workflow without manual prompt setup.Live Lottie preview loop
The harness watches `public/lottie.json` and hot-reloads the generated animation in a local player.
Motion assets need visual feedback. A live loop lets the agent and human reviewer iterate quickly.Skottie-based rendering
The preview player uses Skia CanvasKit / Skottie to render Lottie animations in the browser.
Using a real Lottie renderer helps catch animation JSON issues before assets move into product.What Text-To-Lottie is built for
Product motion assets
Generate lightweight onboarding, empty-state, loading, or feature-highlight animations for web and app interfaces.
Agent creative production
Give a coding agent a repeatable workflow for creating structured Lottie JSON rather than static prompts.
Animation prototyping
Use the local preview harness to rapidly test and refine Lottie concepts before handing them to design or engineering.
Get started in seconds
npx skills add diffusionstudio/lottie npm install && npm run dev How it stacks up
Choose Text-To-Lottie for agent-authored motion
vs Manual Lottie editingManual editors are better for precise timeline work. Text-To-Lottie is better when a coding agent should generate and revise animation JSON inside a local preview loop.
Frequently asked questions
Is Text-To-Lottie open source?
Yes. The GitHub repository is listed under the MIT license.
What does the skill generate?
The workflow is designed around generating Lottie JSON, especially `public/lottie.json`, and previewing it live in the included local harness.
Who should evaluate Text-To-Lottie?
Teams using Codex, Claude Code, or similar coding agents to produce product motion assets should evaluate it.
Should you use Text-To-Lottie?
- Users looking for a traditional timeline animation editor
- Teams that need After Effects plugin workflows rather than agent-authored JSON
- Projects that cannot run a local development preview harness
- Verified 2026-06-09
- License: MIT
- Repo: diffusionstudio/lottie
- Open-source signal
Check source
shell/files
No extra signals recorded
Structured decision data for Text-To-Lottie
This packet is the compact machine-readable view agents should use before following source links or taking action.
agent skill, workflow, automation
open source
Check source
shell/files
Coding agent workflow, Connector or protocol layer, Reusable skill workflow
What Text-To-Lottie does
What it is
It packages a `text-to-lottie` skill with a React + TypeScript preview app that renders the generated `public/lottie.json` through Skia CanvasKit / Skottie.
Why it matters
Agent skills are becoming a practical way to turn expert creative workflows into repeatable files. Text-To-Lottie applies that pattern to motion design, where live visual feedback is essential.
How to evaluate it
Install the skill, ask a compatible agent to generate a Lottie animation with `text-to-lottie`, and use the local harness to preview and iterate on the resulting JSON.
Known metadata and operating surface
These fields are separated from editorial interpretation so agents can reason over facts and missing checks.
Where Text-To-Lottie fits in an agent stack
Coding agent workflow
Text-To-Lottie has multiple signals for coding agent workflow, including matching tags, capabilities, category, or positioning.
- Run a small repository change and inspect the diff, tests, and rollback path.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Connector or protocol layer
Text-To-Lottie has multiple signals for connector or protocol layer, including matching tags, capabilities, category, or positioning.
- Connect one low-risk service, then inspect schemas, auth scope, errors, and logs.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Reusable skill workflow
Text-To-Lottie has multiple signals for reusable skill workflow, including matching tags, capabilities, category, or positioning.
- Run one skill end to end and check whether it produces evidence or structured output.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Browser automation
Text-To-Lottie has at least one signal for browser automation, but should be checked against a real task before adoption.
- Run one non-sensitive website task and inspect clicks, waits, retries, and changed URLs.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Local or private AI stack
Text-To-Lottie has at least one signal for local or private ai stack, but should be checked against a real task before adoption.
- Verify hardware requirements, data path, storage, and whether all calls stay in your environment.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Evaluation and observability
Text-To-Lottie is not primarily positioned for evaluation and observability in the current metadata.
- Add one repeatable test case and confirm results can run again in review or CI.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
What an agent should inspect
Likely inputs
- Repositories, files, issues, terminal output, and test results
- Official setup instructions and a small real workflow
Likely outputs
- Diffs, commits, explanations, test results, or review notes
- A decision on whether this resource fits the target workflow
Sources, claims, and missing checks
Claims are marked separately from source links so future crawlers and reviewers can update them without rewriting the page.
Repository source for code, license, issues, releases, and implementation details.
Source homepageOfficial or project-controlled source for this resource profile.
Text-To-Lottie is listed as open source.
License metadata: MITText-To-Lottie has a recorded GitHub repository: diffusionstudio/lottie.
Resource facts and GitHub source link.Text-To-Lottie is tagged with agent skill, workflow, automation capabilities.
OpenAgent capability taxonomy.- Dedicated docs link is missing.
- Repository freshness has not been recorded.
How to start evaluating Text-To-Lottie
Inspect repository
Check license, recent activity, issues, examples, and security-sensitive code paths.
Open sourceOpen Source
Start from the official source before adopting third-party instructions.
Open sourceInstall the skill
Add the Text-To-Lottie skill to a compatible agent environment.
npx skills add diffusionstudio/lottie Run the local harness manually
Install dependencies and start the local Lottie preview app.
npm install && npm run dev Alternatives and nearby resources
Use related resources to compare category fit, license, deployment model, and first-workflow behavior.
Common questions about Text-To-Lottie
Is Text-To-Lottie open source?
Yes. The GitHub repository is listed under the MIT license.
What does the skill generate?
The workflow is designed around generating Lottie JSON, especially `public/lottie.json`, and previewing it live in the included local harness.
Who should evaluate Text-To-Lottie?
Teams using Codex, Claude Code, or similar coding agents to produce product motion assets should evaluate it.