> ## 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.

# About Blackbird

> The membership network for restaurant lovers, and the API to build on it.

# About Blackbird

Blackbird is the membership network for restaurant lovers. Members tap in at the table, earn 3X Dining Points on every check, and build a dining history worth keeping. Restaurants get something they've rarely had: a direct line to their regulars.

Under all of it runs a real network: verified members, real check-ins, live \$FLY rewards, payments that settle. **Flynet** is the door into that network for builders.

## For developers

The **Flynet API** gives you read access to Blackbird's dining network and the rails that move \$FLY. Build discovery, profile surfaces, activity feeds, FLY payments: anything that belongs where good software meets the table.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Install the SDK or make three raw authenticated calls.
  </Card>

  <Card title="Components" icon="puzzle-piece" href="/components">
    `@flynetdev/react`: 10 drop-in components for live network data.
  </Card>

  <Card title="TypeScript client" icon="code" href="/concepts/typescript-client">
    `@flynetdev/core`: typed clients, OAuth, errors, money helpers.
  </Card>

  <Card title="Build with AI" icon="robot" href="/build-with-ai/overview">
    The Flynet MCP server and agent skill for AI-assisted builds.
  </Card>

  <Card title="About Flynet" icon="network-wired" href="/what-is-flynet">
    What Flynet is, and what you can build on it today.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Interactive reference for every launch endpoint.
  </Card>

  <Card title="Cookbook" icon="utensils" href="/recipes">
    Drop-in components and working recipes for common product slices.
  </Card>

  <Card title="Accept FLY payments" icon="credit-card" href="/recipes/mains/first-payment">
    Build payment flows with Flynet Payment Intents, modeled on Stripe Payment Intents.
  </Card>
</CardGroup>

## Explore the network

<CardGroup cols={2}>
  <Card title="Block Explorer" icon="receipt" href="https://explorer.flynet.org/">
    View live network activity.
  </Card>

  <Card title="Build" icon="hammer" href="https://flynet.org/build">
    Information for builders.
  </Card>
</CardGroup>
