Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.07 KB

File metadata and controls

50 lines (35 loc) · 2.07 KB

MotionDrop

AI-powered splash screen animation generator. Describe your brand in plain English and get a production-ready Lottie animation in seconds. Supports export to Lottie JSON, GIF, MP4, and CSS. Built with Next.js, TypeScript, and Tailwind CSS. No design skills needed.

How to Run Locally

npm install
npm run dev

Open http://localhost:3000 in your browser.

Getting API Keys

MotionDrop uses AI providers to generate animations. You need a free API key from one of these services:

Provider Get Key
Gemini (recommended) https://aistudio.google.com/apikey
OpenRouter https://openrouter.ai/keys
Groq https://console.groq.com/keys
OpenAI https://platform.openai.com/api-keys
Anthropic https://console.anthropic.com/settings/keys

Keys are stored in your browser's localStorage and are never sent to our servers.

Using Lottie Output

The Lottie JSON export can be used with:

Tech Stack

License

MIT