Transform text into engaging videos with cutting-edge AI technology ✨
Demo Videos Generated · Demo Run · Development Insights · Report Bug · Request Feature
A modern Next.js 15 application that transforms text queries into high-quality videos using cutting-edge AI technologies. Perfect for marketers, educators, and content creators looking to streamline their video content production.
Common Exceptions while Running
- AI Video Generation - Transform text to engaging videos
- Secure Authentication - Powered by Clerk Auth
- Text-to-Speech - High-quality voice synthesis with Eleven Labs
- Caption Generation - Advanced audio processing with Assembly AI
- Modern UI - Beautiful interface with shadcn/ui
- Database - Robust data handling with Drizzle ORM
- AI Integration - GPT-4 and Gemini 15 Flash
git clone https://github.com/ARYPROGRAMMER/Video-Generator-AI.git
cd Video-Generator-AI
npm install
Create a .env.local
file in the root directory and add the following variables. Please note: You must provide your own API keys as placeholder values have been removed for security.
NEXT_PUBLIC_DRIZZLE_DATABASE_URL=postgresql://<your-database-url>
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=<your-clerk-publishable-key>
CLERK_SECRET_KEY=<your-clerk-secret-key>
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_ELEVEN_LABS_API_KEY=<your-eleven-labs-api-key>
NEXT_PUBLIC_FIREBASE_API_KEY=<your-firebase-api-key>
NEXT_PUBLIC_CAPTION_API=<your-caption-api-key>
HUGGINGFACE_API_KEY=<your-huggingface-api-key>
NEXT_PUBLIC_OPENAI_API_KEY=<your-openai-api-key>
⚠️ Warning: The app may not function correctly if the my API keys are expired or invalid. Please ensure your own valid API keys are added to avoid disruptions.
npm run dev
The app will be running at localhost:3000
We welcome contributions! Please fork the repository, make your changes, and submit a pull request.
Distributed under the GNU GPL License. See LICENSE for more information.