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

# DAO Café Documentation

> The official indexer and SDK for the CreateDAO protocol

# Welcome to DAO Café

DAO Café provides developer tools for the **CreateDAO** protocol — a governance framework built on OpenZeppelin Governor and ERC20Votes.

<CardGroup cols={2}>
  <Card title="DAO Café Indexer" icon="database" href="/indexer/overview">
    High-performance GraphQL API for querying DAOs, proposals, votes, and delegations in real-time.
  </Card>

  <Card title="daocafe-sdk" icon="cube" href="/sdk/overview">
    TypeScript SDK with React hooks and TanStack Query integration for building governance apps.
  </Card>
</CardGroup>

## What is DAO Café?

DAO Café indexes all governance activity from DAOs created via the CreateDAO factory contracts. It provides:

* **Real-time GraphQL API** at `https://dao.cafe/graphql`
* **TypeScript SDK** with React hooks for seamless integration
* **Multi-chain support** for Ethereum Mainnet and Sepolia Testnet
* **Complete governance data**: DAOs, proposals, votes, delegations, and token holders

## Quick Links

<CardGroup cols={4}>
  <Card title="GraphQL Playground" icon="circle-play" href="https://dao.cafe/graphql">
    Try queries interactively
  </Card>

  <Card title="Indexer API" icon="book" href="/indexer/overview">
    Data model & endpoints
  </Card>

  <Card title="SDK" icon="code" href="/sdk/overview">
    React hooks & queries
  </Card>

  <Card title="Live Demo" icon="rocket" href="https://demo.dao.cafe">
    See it in action
  </Card>
</CardGroup>

## Demo Application

Want to see DAO Café in action? Check out the [demo application](https://demo.dao.cafe) — a full-featured governance interface built with the SDK. Features include:

* Browse DAOs across Ethereum and Sepolia networks
* View and vote on proposals
* Create new proposals with IPFS metadata
* Transaction simulation via Tenderly

<Card title="View Demo Source" icon="github" href="https://github.com/dikobay/daocafe-demo">
  Explore the demo app source code on GitHub for implementation examples.
</Card>

## Supported Networks

| Network         | Chain ID | Status |
| --------------- | -------- | ------ |
| Ethereum        | 1        | ✅ Live |
| Sepolia Testnet | 11155111 | ✅ Live |
