
import { LinkCard, CardGrid } from '@astrojs/starlight/components';

<CardGrid>
  <LinkCard title="Page Chat" href="/guides/first-page-chat/" description="Ask questions about any webpage. Content is extracted and answered in real time. Works with YouTube videos too." />
  <LinkCard title="Site Search" href="/guides/first-site-index/" description="Index entire websites via sitemap crawling. RAG-powered search with AI answers and source citations." />
  <LinkCard title="Document Vault" href="/guides/first-vault/" description="Import PDFs, DOCX, TXT, HTML, and more. Chat with your documents using local vector search. Build knowledge graphs." />
  <LinkCard title="5 AI Backends" href="/guides/connect-provider/" description="WebGPU (local), Ollama, Gemini Nano, Claude API, and Azure OpenAI. From fully offline to cloud-powered." />
  <LinkCard title="MCP Tool Calling" href="/how-to/mcp-server/" description="Connect Stripe, Notion, Vercel, Supabase, and more. Let the AI call tools on your behalf." />
  <LinkCard title="Privacy First" href="/concepts/privacy/" description="Default backend runs 100% in your browser. Your data stays on your machine unless you choose otherwise." />
</CardGrid>
