borko-andy / nc-werbung-contao-ai-alt-text-bundle
NC-Werbung AI Alt-Text Generator for Contao CMS
Package info
github.com/BorkoAndy/nc-werbung-contao-ai-alt-text-bundle
Language:JavaScript
Type:contao-bundle
pkg:composer/borko-andy/nc-werbung-contao-ai-alt-text-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
This Contao 5 bundle integrates an AI-powered alternative text generator into the Contao backend. It supports automatically generating Alt-Text, Titles, and Captions for images in:
- File Manager (
tl_files) - Content Elements (
tl_content) - News Entries (
tl_news)
Installation
- Search for
borko-andy/contao-ai-alt-text-bundlein the Contao Manager and install it. - Or use composer:
composer require borko-andy/nc-werbung-contao-ai-alt-text-bundle
Configuration
Add your API credentials to your project's config/config.yaml:
nc_werbung_contao_ai_alt_text:: api_url: 'https://image-alt-tool.vercel.app/api/v1/analyze' api_key: 'YOUR_SECRET_APP_PASSWORD' model: 'groq' # or 'gemini'
How it works
The bundle injects a "✨ Generate" button next to metadata fields in the backend. When clicked, it sends the image preview via a secure server-side proxy to the NC-Werbung AI API. The AI analyzes the image and returns the metadata in the appropriate languages.
© 2026 NC Werbung