Travelopia WordPress AI
by Travelopia Team · github.com/travelopia/wordpress-ai · website
★ 3stars
134composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/travelopia/wordpress-ai/archive/refs/heads/main.zipAlso on Packagist as travelopia/wordpress-ai:
composer require travelopia/wordpress-aiFrom the readme
Travelopia WordPress AI
An extensible WordPress plugin that brings AI capabilities to your content workflows. Configure your preferred AI provider once, and unlock a growing set of features — starting with automatic image alt text generation.
Built by the super talented team at Travelopia.
Installation
AI Providers
The plugin supports multiple providers out of the box:
- AWS Bedrock (default)
- OpenAI
Provider Configuration
AWS Bedrock (Claude 3.5 Sonnet) — set via wp-config.php or environment variable:
OpenAI (GPT-4o Mini) — set via wp-config.php or environment variable:
Features
Alt Text Generation
Automatically generates descriptive alt text for images — improving accessibility and SEO with zero manual effort.
- Auto-generate on upload — alt text is filled in the moment an image hits the Media Library
- Generate for existing images — click "Generate Alt Text" from the attachment edit screen
- Batch processing via WP-CLI — backfill alt text for your entire media library
- Respects manual alt text — never overwrites unless you explicitly regenerate
- Customizable prompt — tailor the generation instructions from the settings page
WP-CLI ex
Read the full README on GitHub →