Constellation
Install pre-built modules and apps to add functionality to your project in minutes.
AI Knowledge Assistant
Retrieval-grounded (RAG)
A retrieval-grounded assistant that answers from your own content and cites its sources — every claim referenced, no hallucinations. Runs on your own AI keys and data.
Semantic Search
Public project
Semantic search and cited Q&A over your own documents, powered by the Laravel AI SDK. Ingest text, embed it once, then search by meaning with cosine similarity — no vector database required. The ask endpoint answers questions with numbered citations back to your sources, using your own provider key.
AI Chat
Public project
Multi-turn AI chat with persistent history, powered by the Laravel AI SDK. Conversations and messages live in your own database, and replies come from your own provider key - Anthropic, OpenAI, Gemini and more. Four JSON endpoints: send a message, list conversations, fetch history, delete.