Generate YouTube thumbnails instantly using AI. Upload a photo, add context, and get AI-crafted results in both 16:9 and 9:16 aspect ratios.
npm installCopy .env file:
cp env.example .envSet required variables in .env:
GEMINI_API_KEY=''
# Required: Demo Credentials (for reviewer access only)
DEMO_USERNAME=''
DEMO_PASSWORD=''
npm run devnpm run build