Upload an image, describe the motion, and generate a video using AI.
GitHub: Bdandc/Just-Add-Motion
- Vite + React + TypeScript + Tailwind
- FAL.ai for video generation (Wan 2.1, Kling 1.6, Veo 3 Fast)
- Supabase for auth and saving generations
Prerequisites: Node.js
-
Install dependencies:
npm install -
Copy
.env.exampleto.envand fill in your keys:VITE_FAL_KEY= # from fal.ai dashboard VITE_SUPABASE_URL= # your Supabase project URL VITE_SUPABASE_ANON_KEY= # your Supabase anon key -
Run the dev server:
npm run dev
@/alias maps to the repo root (notsrc/)- Shared libs live in
lib/, pages insrc/pages/ - Protected routes (
/create,/account) require auth