---
title: "Guides"
description: "Longer-form walkthroughs for specific stacks and adoption topics."
canonical: "https://orchestkit.yonyon.ai/docs/guides"
---

# Guides

Longer-form walkthroughs for specific stacks and adoption topics.

import { Card, Cards } from 'fumadocs-ui/components/card';

Task-shaped guides that go deeper than a reference page.

<Cards>
  <Card
    title="OrchestKit with Next.js"
    description="Wiring the plugin into a Next.js App Router project."
    href="/docs/guides/orchestkit-with-nextjs"
  />
  <Card
    title="OrchestKit with Python and FastAPI"
    description="Async services, migrations, and test patterns."
    href="/docs/guides/orchestkit-with-python-fastapi"
  />
  <Card
    title="Claude Code adoption"
    description="Tracking upstream Claude Code releases and adopting new capabilities."
    href="/docs/guides/cc-adoption"
  />
  <Card
    title="Claude Fable 5"
    description="Where the Fable model fits, and what it costs."
    href="/docs/guides/claude-fable-5"
  />
  <Card
    title="Ask fallback"
    description="The NLWeb /ask endpoint and its fallback behaviour."
    href="/docs/guides/ask-fallback"
  />
</Cards>
