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

# Installation

> Install and configure the Databite SDK packages

## Prerequisites

Before installing Databite SDK, ensure you have:

* **Node.js** >= 16.0.0
* **TypeScript** >= 4.5.0 (recommended)
* **npm**, **yarn**, **pnpm**, or **bun** package manager

## Core Installation

Install the main Databite packages:

```bash theme={null}
npm install @databite/server @databite/connect
```

### Pre-built Connectors

For ready-to-use connectors:

```bash theme={null}
npm install @databite/connectors
```

### Build Custom Connectors

Powerful builder API for any service. Handles authentication, rate limiting, retries, and data transformation:

```bash theme={null}
npm install @databite/build
```
