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

# Cookbook

> The build kit for Flynet. Drop-in components and working recipes.

# Cookbook

Two ways to cook: grab a finished dish, or learn to make it yourself.

The Cookbook is your build kit for Flynet, and it comes in two forms. **Components** are the prep work already done for you. **Recipes** are the method, start to finish. Most builders use both: drop in a component to move fast, open a recipe when you want to know exactly what it's doing.

<CardGroup cols={2}>
  <Card title="Components" icon="puzzle-piece" href="/components">
    Mise en place for your app. Auth, profile, discovery, and FLY payments come prepped as drop-in building blocks you can plate in minutes. Reach for these when you want to ship fast and skip the boilerplate.
  </Card>

  <Card title="Recipes" icon="book-open" href="/recipes/appetizers/restaurant-list">
    The technique behind the dish. Every recipe takes one product goal and walks it end to end: what you'll use, working code, and notes from the kitchen. Reach for these when you want full control, or to understand what a component does under the hood.
  </Card>
</CardGroup>

## On the recipe menu

| Course         | What's on it                            |
| -------------- | --------------------------------------- |
| **Appetizers** | Hello-world calls and the auth pattern  |
| **Mains**      | Realistic app slices you can ship today |
| **Specials**   | Coming-soon roadmap previews            |

New to the kitchen? Start with [Fetch a restaurant list](/recipes/appetizers/restaurant-list), the simplest dish on the menu.
