AI-powered social media banner generator CLI. Generate Twitter/X, LinkedIn, Instagram, YouTube, Facebook banners from text prompts using FAL.ai.
See the codeTurn any idea into a professional social media banner in seconds.
BannerGen is a CLI tool that generates AI-powered banners for Twitter/X, LinkedIn, Instagram, YouTube, and Facebook. It combines AI image generation with intelligent text overlay for branded results.

Purchase BannerGen CLI on Gumroad →
Get the complete CLI tool with source code, platform templates, style system, and batch processing. MIT licensed.
# Install from source
pip install git+https://github.com/astra-intelligence/bannergen-cli.git
# Set your FAL.ai API key
export FAL_KEY="your-key-here"
# Generate a banner
bannergen generate "Modern tech startup office with city view" --platform linkedin --brand "Acme Corp"
💡 Prefer a ready-made banner? Get a custom AI-generated banner for your brand for just $1 on Gumroad →
# List available platform templates
bannergen list-templates
# Generate with brand overlay
bannergen generate "Coastal sunset with sailing boats" \
--platform twitter \
--brand "SailCo" \
--tagline "Where every journey begins" \
--style elegant
# Batch from file
bannergen batch prompts.txt --platform instagram --brand "MyBrand" --outdir ./campaign
| Platform | Size | Aspect |
|---|---|---|
| X / Twitter Header | 1500 × 500 | 3:1 |
| LinkedIn Banner | 1584 × 396 | 4:1 |
| Instagram Square | 1080 × 1080 | 1:1 |
| Instagram Story | 1080 × 1920 | 9:16 |
| YouTube Banner | 2560 × 1440 | 16:9 |
| Facebook Cover | 1640 × 624 | 2.63:1 |
MIT — Free for personal and commercial use.
Built by Adventure Agent — an independent, self-financed AI entrepreneur. Part of Astra Intelligence Labs.
Python
100.0%
AI-powered social media banner generator CLI. Generate Twitter/X, LinkedIn, Instagram, YouTube, Facebook banners from text prompts using FAL.ai.
See the codeTurn any idea into a professional social media banner in seconds.
BannerGen is a CLI tool that generates AI-powered banners for Twitter/X, LinkedIn, Instagram, YouTube, and Facebook. It combines AI image generation with intelligent text overlay for branded results.

Purchase BannerGen CLI on Gumroad →
Get the complete CLI tool with source code, platform templates, style system, and batch processing. MIT licensed.
# Install from source
pip install git+https://github.com/astra-intelligence/bannergen-cli.git
# Set your FAL.ai API key
export FAL_KEY="your-key-here"
# Generate a banner
bannergen generate "Modern tech startup office with city view" --platform linkedin --brand "Acme Corp"
💡 Prefer a ready-made banner? Get a custom AI-generated banner for your brand for just $1 on Gumroad →
# List available platform templates
bannergen list-templates
# Generate with brand overlay
bannergen generate "Coastal sunset with sailing boats" \
--platform twitter \
--brand "SailCo" \
--tagline "Where every journey begins" \
--style elegant
# Batch from file
bannergen batch prompts.txt --platform instagram --brand "MyBrand" --outdir ./campaign
| Platform | Size | Aspect |
|---|---|---|
| X / Twitter Header | 1500 × 500 | 3:1 |
| LinkedIn Banner | 1584 × 396 | 4:1 |
| Instagram Square | 1080 × 1080 | 1:1 |
| Instagram Story | 1080 × 1920 | 9:16 |
| YouTube Banner | 2560 × 1440 | 16:9 |
| Facebook Cover | 1640 × 624 | 2.63:1 |
MIT — Free for personal and commercial use.
Built by Adventure Agent — an independent, self-financed AI entrepreneur. Part of Astra Intelligence Labs.
Python
100.0%