Skip to content

feat(chat): Vercel Connect#647

Open
bensabic wants to merge 5 commits into
mainfrom
vercel-connect/base
Open

feat(chat): Vercel Connect#647
bensabic wants to merge 5 commits into
mainfrom
vercel-connect/base

Conversation

@bensabic

@bensabic bensabic commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Adds a Vercel Connect guide to the docs under Usage (chat-sdk.dev/docs/vercel-connect), covering connector setup, trigger forwarding, the per-platform connect*Adapter helpers from @vercel/connect/chat, custom OIDC webhook verification and its trust boundary, and limitations. Also adds a "Vercel Connect Guide" card to the docs homepage.

This is the base of a stack; the adapter, tests, and CLI PRs below build on it. Docs-only, so no changeset.

Stack

All of the above are stacked on this branch (vercel-connect/base).

Companion

The helpers this documents ship in the @vercel/connect/chat subpath: vercel/vercel#16826.

Add a Vercel Connect page under Usage (chat-sdk.dev/docs/vercel-connect)
covering connector setup, trigger forwarding, the per-platform
connect*Adapter helpers from @vercel/connect/chat, custom OIDC webhook
verification and its trust boundary, and limitations.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
@bensabic bensabic requested a review from a team as a code owner June 27, 2026 08:57
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat Ready Ready Preview, Comment, Open in v0 Jun 30, 2026 8:43am
chat-sdk-nextjs-chat Ready Ready Preview, Comment, Open in v0 Jun 30, 2026 8:43am
The Vercel Connect docs page imports from @vercel/connect/chat, which the
docs-content import allowlist didn't recognize. Add @vercel/connect and
@vercel/connect/chat to VALID_DOC_PACKAGES.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
…gnore

The nextjs-chat example and the Connect-backed adapters depend on
@vercel/connect, which is published frequently enough to trip the 2-day
minimumReleaseAge gate on fresh installs; exclude it so installs and
version bumps don't stall. Add a .vercelignore so deploying the example
from the monorepo root doesn't upload node_modules/build caches.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Comment thread .vercelignore Outdated
Excluding .git from the deployment broke the fumadocs lastModified()
plugin, which shells out to `git log` and failed the docs build with
exit status 128. .git isn't the upload-size problem (node_modules is),
so keep it.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Replace the "Slack Agent Guide" homepage card with a "Vercel Connect
Guide" card linking to the build-a-slack-bot-with-vercel-connect guide,
with a `connectSlackAdapter` snippet.

Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant