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.
GitHub · LottieFiles · MIT License · Built with Claude