A powerful tool for creating YouTube thumbnails using AI-powered image generation.
- Generate professional YouTube thumbnails using Stability AI
- Customize thumbnails with different styles and color schemes
- Preview and edit generated thumbnails
- Export in YouTube-compatible format (1280x720)
- Clone the repository
- Install dependencies:
npm install- Create a
.envfile in the root directory and add your Stability AI API key:
VITE_STABILITY_API_KEY=your-api-key-hereTo get a Stability AI API key:
- Go to platform.stability.ai
- Sign up for a free account
- Go to your dashboard to find your API key
- The free tier includes 25 image generations per month
Start the development server:
npm run dev- Enter your video title
- Select a style and color scheme
- Click "Generate Images" to create thumbnails
- Select and customize your preferred thumbnail
- Export the final thumbnail
VITE_STABILITY_API_KEY: Your Stability AI API key (required for image generation)
The Stability AI free tier includes:
- 25 image generations per month
- 1024x1024 maximum resolution
- Standard processing speed
- Limited to 1 image per request
- If you see an "API Key Required" error, make sure you've added your Stability AI API key to the
.envfile - If you exceed the free tier limits, you'll need to wait for the next month or upgrade to a paid plan