| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
View Screenshotsgit clone https://github.com/ARYPROGRAMMER/Video-Generator-AI.git
cd Video-Generator-AInpm installCreate 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 devThe 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.
| Back | FazBrowse Home | New Git URL |