Works with real production apps:
Flomo runs on top of your local preview. Select real components, generate animations with AI, and refine them visually. No code required.
npm install flomodevnpx flomodev initimport { FlomoProvider } from 'flomo-react'
export default function Layout({ children }) {
return (
<FlomoProvider>
{children}
</FlomoProvider>
)
}
Flomo uses API keys to manage access and AI credits. Everything runs locally, only AI generation uses the cloud.
Flomo AI understands layout and hierarchy, then generates coordinated UI animations you can tweak visually.
Just select an element and instruct with terms like fade in, scale out, blur, word by word, letter stagger, etc.
Example Prompt“Fade-in this heading from the bottom and apply unblur and word by word stagger”