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

# Tinybird Setup

> Configure Tinybird for event storage

## Tinybird Setup

EmitKit uses Tinybird (ClickHouse) for event storage:

```bash theme={null}
cd tinybird
tb auth
tb push --force
```

See [Deployment](/self-hosting/deployment) for production setup.
