TonioWeb AI Content Generator lets you use your own OpenAI, Anthropic (Claude) or Google Gemini API key to automatically generate content in bulk across your WordPress site — alt text for images, SEO meta descriptions, translations, and post excerpts. The plugin itself is free. You only pay your AI provider directly for what you use.
That’s it. No separate account, no credit card for this plugin, no data sent to our servers — everything goes directly between your site and the AI provider you chose.
🖼️ Bulk AI Alt Text Generator
Scan your entire Media Library and generate accessible alt text for every image using AI vision. WCAG-friendly, multilingual, SEO-optimized. Skip images that already have alt text, or force-regenerate. Preview before saving. Undo per-image or in bulk.
📝 AI SEO Meta Description Generator
Generate compelling 155-character SEO meta descriptions for posts, pages, products, and custom post types. Works alongside Yoast, Rank Math, All in One SEO, SEOPress, and any other SEO plugin. Bulk-process by category, tag, date range, or author.
🌍 AI Auto-Translate
Translate posts, pages, products, taxonomies, and custom fields into 100+ languages. Multi-pass quality: AI translates, then refines tone for natural reading. Compatible with Polylang, WPML, TranslatePress workflows.
✂️ AI Excerpt Generator
Replace empty or auto-truncated excerpts with engaging 1–3 sentence summaries. Detect content type and adapt tone (news, e-commerce, blog, tutorial, etc.). Bulk-fill missing excerpts site-wide.
🔌 WordPress 7.0 Connector Native
Zero configuration. If you’ve added an OpenAI, Claude, or Gemini key in Settings Connectors, TonioWeb AI Content Generator finds it instantly. Per-feature provider routing (e.g., use Gemini for alt text, Claude for translations).
TonioWeb AI Content Generator reads provider credentials from the WordPress 7.0 Connectors registry. Currently supported via native Connectors:
Additional providers will be added as WordPress 7.x ships new Connector packages.
TonioWeb AI Content Generator is a thin orchestration layer. It sends your content directly from your WordPress site to the AI provider you selected, using YOUR API key. We never see, store, or proxy your data. No telemetry. No analytics. No phone-home.
The plugin PHP source code is located in the src/ directory. The React admin UI source (JSX/JS) is located in the admin/src/ directory. The compiled admin bundle (admin/build/) is generated from those source files using @wordpress/scripts (webpack). To rebuild: npm install && npm run build.