borko-andy/nc-werbung-contao-ai-alt-text-bundle

NC-Werbung AI Alt-Text Generator for Contao CMS

Maintainers

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

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2.1 2026-04-21 10:03 UTC

This package is auto-updated.

Last update: 2026-04-21 10:04:30 UTC


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

  1. Search for borko-andy/contao-ai-alt-text-bundle in the Contao Manager and install it.
  2. 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