From 6bdb1a08f56e6f166a1fa96dcb05258a17da19c3 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 21 May 2026 13:48:17 -0400 Subject: [PATCH] docs(chat): add Hindsight Cloud setup callout to README and docs --- hindsight-docs/docs-integrations/chat.md | 6 ++++++ hindsight-integrations/chat/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hindsight-docs/docs-integrations/chat.md b/hindsight-docs/docs-integrations/chat.md index 71bea2ba3..50eea6a3a 100644 --- a/hindsight-docs/docs-integrations/chat.md +++ b/hindsight-docs/docs-integrations/chat.md @@ -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 diff --git a/hindsight-integrations/chat/README.md b/hindsight-integrations/chat/README.md index dd4165f58..0081ae2c5 100644 --- a/hindsight-integrations/chat/README.md +++ b/hindsight-integrations/chat/README.md @@ -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