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

# Install

> Add instantdb-react-ui to your project

#### Dependencies

These dependencies are required for the package to work. Install them in the next step.

```json theme={"system"}
"peerDependencies": {
	"@instantdb/react": ">=0.19.0",
	"@tanstack/react-form": ">=1.9.0",
	"react": ">=18.0.0",
	"zod": ">=3.0.0"
}
```

#### Install with your favorite package manager

<CodeGroup>
  ```bash bun theme={"system"}
  bun add instantdb-react-ui @instantdb/react @tanstack/react-form zod
  ```

  ```bash pnpm theme={"system"}
  pnpm add instantdb-react-ui @instantdb/react @tanstack/react-form zod
  ```

  ```bash npm theme={"system"}
  npm install instantdb-react-ui @instantdb/react @tanstack/react-form zod
  ```

  ```bash yarn theme={"system"}
  yarn add instantdb-react-ui @instantdb/react @tanstack/react-form zod
  ```
</CodeGroup>
