A Next.js application that automatically generates AI-powered videos by combining script generation, image creation, text-to-speech, and video editing capabilities.
- 🤖 AI-powered video script generation using Claude 3 (Anthropic)
- 🎨 Image generation for scenes using Fal.ai
- 🗣️ Text-to-speech audio generation with ElevenLabs
- 🎬 Video editing capabilities with CE.SDK
- ⚛️ Built with Next.js and TypeScript
- 💅 Styled with Tailwind CSS
- Node.js 18+ installed
- API keys for:
- Anthropic Claude
- Fal.ai
- ElevenLabs
- CE.SDK license
- Clone the repository:
- Install dependencies:
npm install
- Set up environment variables by creating a .env.local file:
NEXT_PUBLIC_ANTHROPIC_API_KEY=your_claude_api_key
NEXT_PUBLIC_FAL_API_KEY=your_fal_ai_key
NEXT_PUBLIC_ELEVEN_LABS_KEY=your_eleven_labs_key
- Start the development server:
npm run dev
Open http://localhost:3000 in your browser
This project is licensed under the MIT License.