Generate production-ready Lottie animations from your terminal, or search and remix from 122K+ community animations on the LottieFiles marketplace. Uses your existing Claude or Codex subscription. No credits, no editors.
Every animation on this page was generated by kin3o. No After Effects. No designers.
Describe the animation. kin3o generates validated JSON and opens a live preview. Drop the file into any frontend.
import Lottie from 'lottie-react' import bell from './bell.json' export function Bell() { return ( <Lottie animationData={bell} loop autoplay /> ) }
<div id="bell"></div> <script> lottie.loadAnimation({ container: document.getElementById('bell'), path: './bell.json', loop: true, autoplay: true }) </script>
import Lottie let bell = LottieAnimationView( name: "bell" ) bell.loopMode = .loop bell.play() view.addSubview(bell)
Generate interactive animations with hover, click, and tap states — all from a single prompt.
Browse 122K+ community animations on the LottieFiles marketplace. Download, remix with AI, and publish back — all from your terminal.
Great animation tools exist for different workflows. Here's where kin3o fits.
Common questions about kin3o.
--provider.kin3o refine output/file.json "make it faster" to send the current animation back to AI with your instructions — it outputs a versioned file (e.g. anim-v2.json). Or edit the JSON directly — it's a standard, documented format that works in After Effects, LottieFiles editor, or any text editor.GitHub · LottieFiles · MIT License · Built with Claude