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

# Cookbooks

> Practical build guides for ThinkFeel integrations.

This section summarizes the current `curve-labs-cookbooks` examples. Use these guides for quick starts, then review the production checklist before launching.

## Repository snapshot

| Field         | Value                               |
| ------------- | ----------------------------------- |
| Organization  | `artificial-affect`                 |
| Repository    | `curve-labs-cookbooks`              |
| Latest commit | `bb8738f`                           |
| Commit date   | July 2, 2026                        |
| Summary       | update thinkfeel cookbook env names |

```bash theme={null}
git clone https://github.com/artificial-affect/curve-labs-cookbooks.git
cd curve-labs-cookbooks
git log -1 --oneline
```

## Available cookbooks

<CardGroup cols={2}>
  <Card title="Local SDK check" icon="terminal" href="/cookbooks/local-sdk-check">
    Plain Node.js scripts for checking SDK configuration with environment variables.
  </Card>

  <Card title="Next.js chat cookbook" icon="message" href="/cookbooks/nextjs-chat">
    Accessible multi-turn chat and quickstart API routes using Vercel AI SDK with ThinkFeel's non-stream responses.
  </Card>
</CardGroup>

## Reference pages

<CardGroup cols={2}>
  <Card title="API request examples" icon="code" href="/cookbooks/api-request-examples">
    Request and response examples for the cookbook quickstart and chat routes.
  </Card>

  <Card title="Production checklist" icon="shield-halved" href="/cookbooks/production-checklist">
    Required controls before launching a cookbook example.
  </Card>

  <Card title="Testing and migration" icon="list-check" href="/cookbooks/testing-migration">
    Scripts and Chat SDK adaptation notes.
  </Card>
</CardGroup>
