> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memvid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platforms

> Choose the platform that fits your stack

Pick your platform and jump in. Each page includes real signatures, flags, and working examples.

<CardGroup cols={3}>
  <Card title="CLI" icon="terminal" href="/sdks/cli">
    Command-line workflows for build, ingest, search, and maintenance
  </Card>

  <Card title="Python" icon="python" href="/sdks/python">
    High-level API with automatic embeddings and adapters
  </Card>

  <Card title="Node.js" icon="node-js" href="/sdks/node">
    Async API with TypeScript types and framework adapters
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Five-Minute Quickstart" icon="rocket" href="/quickstart/five-minute-guide">
    Create, ingest, search, and ask in five minutes
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/concepts/memory-architecture">
    Learn the `.mv2` format, indexes, and crash recovery
  </Card>
</CardGroup>
