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

# Tutorials and examples overview

> Browse Blaxel tutorials and examples covering popular templates, sandbox apps like Next.js and code-server, agent frameworks, and full-repo GitHub templates.

Find the right guide for what you want to build on Blaxel. Start from a popular template, run an app in a sandbox, ship an agent with your preferred framework, or clone a full-repo example.

<CardGroup cols={2}>
  <Card title="Popular templates" icon="star" href="/Tutorials/Claude-Managed-Agents">
    Deploy Claude, Codex, and other ready-made templates on Blaxel.
  </Card>

  <Card title="Sandbox apps" icon="cube" href="/Tutorials/Sandboxes-Overview">
    Run web apps like Next.js, Astro, Expo, and code-server inside Blaxel sandboxes.
  </Card>

  <Card title="Agent frameworks" icon="robot" href="/Tutorials/Agents-Overview">
    Build and host agents with LangChain, CrewAI, OpenClaw, AI SDK, and more.
  </Card>

  <Card title="Full repo examples" icon="github" href="/Examples/Overview">
    Browse complete GitHub templates you can use as reference or deploy directly.
  </Card>
</CardGroup>
