Transform your cherished photos into living memories using AI-powered video generation. Upload a photo, describe what happened next, and watch your memory come alive!
- 📸 Photo Upload - Drag & drop or click to upload your cherished photos
- 📝 Story Prompts - Describe what happened next in your memory with helpful examples
- 🎥 AI Video Generation - Powered by fal.ai's LTXV model for high-quality 24fps videos
- ⚙️ Customization - Choose aspect ratio (16:9, 9:16, 1:1) and video duration (2-8 seconds)
- 🎨 Memory Gallery - Save and browse all your generated memory videos
- 💾 Auto-Save - Your memories are automatically saved locally
- 🌓 Dark Mode - Beautiful light and dark themes
- 📱 Responsive - Works perfectly on desktop, tablet, and mobile
- Frontend: Next.js 15, React 19, TypeScript
- Styling: Tailwind CSS with custom components
- AI Model: fal.ai LTXV 13B model
- Storage: Local browser storage for memory persistence
- Icons: Heroicons SVG icons
- Node.js 18+ installed on your machine
- A fal.ai API account and token
git clone <repository-url>
cd memory-maker
npm install
# or
yarn install
# or
pnpm install
- Copy the environment template:
cp .env.example .env.local
-
Get your fal.ai API token:
- Sign up at fal.ai
- Go to your dashboard
- Generate an API key
-
Add your API token to
.env.local
:
FAL_KEY=your_fal_api_key_here
NEXT_PUBLIC_APP_NAME=Memory Maker
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3001 in your browser to see Memory Maker!
-
Upload a Photo
- Drag & drop an image or click "Choose Photo"
- Supports JPG, PNG, and other common image formats
-
Tell Your Story
- Describe what happened next in that moment
- Use vivid, descriptive language for best results
- Click on example prompts for inspiration
-
Customize Settings
- Choose aspect ratio (landscape, portrait, or square)
- Adjust video duration (2-8 seconds)
-
Generate Your Memory
- Click "✨ Create Memory Video"
- Wait 30-60 seconds for AI processing
- Watch your memory come alive!
-
Save & Share
- Download your video
- View it in the memory gallery
- Create more memories!
- Browse Memories: View all your generated videos
- Hover Preview: Videos play on hover
- Full View: Click to see any memory in detail
- Auto-Save: All memories are saved automatically
- Use clear, well-lit photos
- Photos with people, objects, or scenes work best
- Higher resolution images produce better results
- Be descriptive and specific
- Describe movement, emotions, and actions
- Example: "My daughter took her first wobbly steps across the living room, arms outstretched, with the biggest smile on her face"
ai-video/
├── app/
│ ├── api/generate-video/ # fal API integration
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ └── page.tsx # Main application
├── public/ # Static assets
├── .env.local # Environment variables
├── .env.example # Environment template
└── package.json # Dependencies
Variable | Description | Required |
---|---|---|
FAL_KEY |
Your fal.ai API key | ✅ |
NEXT_PUBLIC_APP_NAME |
App name (default: "Memory Maker") | ❌ |
This project is open source and available under the MIT License.
- AI Model: LTXV 13B
- Platform: fal.ai
- Framework: Next.js
- Styling: Tailwind CSS
Made with ❤️ by unicodeveloper • Powered by LTXV