🎉 Das neue Waldheim Customer Portal ist live – Zentrale Verwaltung für alle unsere Produkte!
Wir stellen vor: Das Customer Portal – Ihre zentrale Plattform zur Verwaltung von Lizenzen, Abonnements und Support für Ecodrive, Socialverse und Silvacore. Mit vollständiger Stripe-Integration, Multi-User-System und 2FA-Sicherheit.
Astro AI llms.txt Generator
✨ KI-optimierte llms.txt für bessere AI-Crawler-Indexierung. Automatisch bei jedem Build. 🦾📈
🌟 Features
Magisch einfach, KI-optimiert und perfekt für SEO
🤖 AI-Powered Summarization
Unterstützt Ollama, OpenAI und Gemini. Konfigurierbare Models, Keys und Endpoints.
🗄️ Smart Caching
SHA256-basiertes Caching von AI-Responses. Spart API-Kosten und Build-Zeit.
🏷️ Content Extraction
Extrahiert Title, Description, H1-H3 und alle Paragraphen aus HTML.
🗂️ Section Grouping
Gruppiert Einträge nach Web-Sections (z.B. /blog/, /services/) für bessere Struktur.
🛡️ Robust & Safe
OS-unabhängige Pfad-Normalisierung, Error-Detection und Build-Abort bei Fehlern.
🪲 Debug Logging
Detailliertes Logging für Entwicklung und Troubleshooting. Tests & Coverage inklusive.
⚡ Installation
In wenigen Sekunden einsatzbereit
Package installieren:
# npm
npm install @waldheimdev/astro-ai-llms-txt
# pnpm
pnpm add @waldheimdev/astro-ai-llms-txt
# yarn
yarn add @waldheimdev/astro-ai-llms-txt
# bun
bun add @waldheimdev/astro-ai-llms-txtIn astro.config.mjs konfigurieren:
import llmsTxt from '@waldheimdev/astro-ai-llms-txt';
export default {
integrations: [
llmsTxt({
projectName: '🚀 My Project',
description: 'KI-optimized overview for LLMs. 🧠',
aiProvider: 'ollama', // 'openai' | 'gemini' | 'ollama'
aiApiKey: '', // API key for OpenAI/Gemini
aiModel: 'llama3', // Model name
site: 'https://my-domain.com',
maxInputLength: 8000,
}),
],
};📦 Output
Nach jedem Build automatisch generiert
Beispiel llms.txt:
# 🚀 My Project
> KI-optimized overview for LLMs. 🧠
## Blog
- [/blog/post-1]: Post title summary...
- [/blog/post-2]: Post title summary...
## Services
- [/services/web]: Web service summary...Hinweis: llms.txt ergänzt bestehende Standards wie robots.txt und sitemap.xml. Mehr Infos auf llmstxt.org
Bereit für bessere AI-Indexierung?
Installiere das Plugin jetzt und optimiere deine Astro-Seite für AI-Crawler.
Made with ❤️ for Astro & AI enthusiasts!