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

# Examples in Node

> Discover implemented use cases of the Metal Platform using Node.

<CardGroup>
  <Card title="Chat App with Memory" icon="memory" href="https://github.com/getmetal/motorhead-redis-example">
    Motorhead and Redis LLM Chat example in Node.
  </Card>

  <Card title="Command Line Chatbot" icon="messages" href="https://github.com/getmetal/Metal/tree/main/examples/02-motorhead-cli-chatgpt">
    Build a CLI chatbot with Metal Memory for LLMs in Node.
  </Card>

  <Card title="'UFO' Chatbot" icon="ufo-beam" href="https://github.com/getmetal/Metal/tree/main/examples/05-ufo-chatbot-nodejs">
    Chatbot with the unclassified 'UAP' reports in Node.
  </Card>

  <Card title="Hello World Search" icon="magnifying-glass" href="https://replit.com/@getmetal/Metal-Simple-Search-node">
    Semantic search example with Metal Retrieval in Node.
  </Card>
</CardGroup>
