Generate production-ready Lottie animations and interactive state machines from your terminal. 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.
Great animation tools exist for different workflows. Here's where kin3o fits.
GitHub · MIT License · Built with Claude