Ghost AI Chatbot RAG

Status: MVP. This project ingests Ghost CMS content, indexes it with embeddings, and serves a reusable chatbot API + embeddable widget.

Available API endpoints

Widget snippet

<script>
  window.GhostAIChat = {
    siteId: "lemagvoyage",
    apiBase: "https://your-chatbot-domain.com",
    title: "Assistant Le Mag Voyage",
    primaryColor: "#111827"
  };
</script>
<script async src="https://your-chatbot-domain.com/widget.js"></script>