Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hindsight-docs/docs-integrations/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ We built `@vectorize-io/hindsight-chat` to give [Vercel Chat SDK](https://github

[View Changelog →](/changelog/integrations/chat)

## Setup

:::tip Hindsight Cloud (recommended)
[Sign up free](https://ui.hindsight.vectorize.io/signup) — get an API key instantly, no infrastructure to run. Self-hosting? See the [installation guide](/developer/installation).
:::

## Installation

```bash
Expand Down
6 changes: 6 additions & 0 deletions hindsight-integrations/chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Give your [Vercel Chat SDK](https://github.com/vercel/chat) bots persistent, per-user memory with a single handler wrapper. Works with Slack, Discord, Teams, Google Chat, GitHub, and Linear.

## Setup

> ✨ **Recommended:** [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup) — sign up free, get an API key, and you're ready. No infrastructure to run.
>
> Self-hosting alternative: [installation guide](https://hindsight.vectorize.io/developer/installation).

## Quick Start

```bash
Expand Down