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

# What is ApexSpriteAI? Platform overview and features

> ApexSpriteAI orchestrates local and cloud LLMs with MCP tool use, letting you run private, GPU-accelerated AI coding assistants on your own hardware.

ApexSpriteAI is an AI agent orchestration platform that connects the Claude Code CLI to local large language models running on your own GPU hardware. It gives you a fast, private AI coding assistant with full support for the Model Context Protocol (MCP), so your agent can read files, run commands, and call external APIs — all without sending your code to the cloud.

## What you can do with ApexSpriteAI

<CardGroup cols={2}>
  <Card title="Run models locally" icon="server">
    Use LM Studio to serve open-source models like Qwen2.5-Coder-32B on your NVIDIA GPU. Your data never leaves your network.
  </Card>

  <Card title="AI-powered coding" icon="code">
    The Claude Code CLI provides an interactive AI coding assistant that understands your codebase and can make changes directly.
  </Card>

  <Card title="Extensible tool use" icon="plug">
    Add MCP tools to let your agent read files, run shell commands, search the web, and interact with external services.
  </Card>

  <Card title="Remote GPU support" icon="network-wired">
    Connect your laptop to a powerful remote GPU server over Tailscale VPN for low-latency inference without local hardware limits.
  </Card>
</CardGroup>

## How it works

ApexSpriteAI coordinates four components to deliver AI agent capabilities:

1. **Claude Code CLI** — the interface you interact with on your local machine
2. **Tailscale VPN** — securely connects your machine to a remote GPU server (optional)
3. **LM Studio** — runs the LLM on your GPU and exposes an Anthropic-compatible API
4. **MCP tools** — extend the agent's capabilities with local tool execution

When you send a message to Claude Code, it routes the request to your LM Studio backend, which runs the model and returns a response. If the model decides to use a tool (like reading a file), Claude Code executes the tool locally and feeds the result back to the model.

## Ready to get started?

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up ApexSpriteAI from scratch in under 15 minutes.
  </Card>

  <Card title="Architecture Overview" icon="diagram-project" href="/architecture-overview">
    Dive deeper into how the components connect.
  </Card>
</CardGroup>
