ダッシュボードに戻る

ドキュメント

Asyntaiの使い方を学ぶ

機能
Ask AI バー AI 検索バー WordPress のための AI 検索 AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento ウェブサイトクロール 知識のギャップ 商品カード 動的商品カード ダイナミック画像 ユーザーコンテキスト カスタムツール リンクパラメータ ライブモニタリング オペレーター対応 エスカレーション AI通知 デイリーレポート リアルタイムデータフィード リアルタイムデータフィードMax チームメンバー シングルサインオン 二要素認証 画像を含める 画像認識 翻訳ウィジェット ローカライズ AIの透明性 リード スマートリード獲得 サポートチケット チャットのカテゴリ 予約 埋め込み ページの除外 ブロックされたIP データ保存ポリシー ゼロ保存モード 個人情報マスキング 出力クラシファイア Access Tags ウィジェットのバージョン固定 監査ログ よりスマートなモデル 思考モードを有効化 返信候補 フォローアップメッセージ 音声テキスト変換 トランスクリプトのダウンロード 埋め込みチャット iframe による埋め込み

Vercel Integration

Put your AI chatbot on the site you deploy with Vercel

Open the Marketplace

Overview

Vercel hosts your website. Asyntai answers the people who visit it. Install Asyntai from the Vercel Marketplace and the install window links the two in a few clicks.

Asyntai writes your widget id into the Vercel project as an environment variable. You add one script tag that reads it, redeploy, and the chat is live on every page.

How It Works

Your AI agent reads your website and answers questions about your products, your prices and your policies, day and night. It speaks the visitor's language, collects leads, and hands a chat to your team when a person is needed.

Because the widget id travels as an environment variable, each Vercel environment can carry the right value. Preview deployments and production both get the chat.

Requirements

  • A Vercel account with at least one project
  • An Asyntai account, on any plan including Free
  • Permission to install integrations on the Vercel team

Installation

Follow these steps to add Asyntai to a Vercel project:

1

Install From the Marketplace

Open the Vercel Marketplace, find Asyntai, and press Install. Choose the account or team that holds your project.

2

Sign In to Asyntai

A window opens on Asyntai. Sign in, or create an account with your email. A new account can give its website address, and the AI learns from that site straight away.

3

Choose the Website and the Project

Pick which Asyntai website the chatbot belongs to, then pick the Vercel project that should carry it. Press Connect Vercel.

4

Add the Script Tag

Asyntai has written NEXT_PUBLIC_ASYNTAI_WIDGET_ID into the project. Add the snippet below to your layout, then redeploy.

The Snippet

For a Next.js App Router project, put this in app/layout.tsx, inside the <body> tag:

import Script from 'next/script'

<Script
  src="https://widget.asyntai.com/static/js/chat-widget.js"
  data-asyntai-id={process.env.NEXT_PUBLIC_ASYNTAI_WIDGET_ID}
  strategy="afterInteractive"
/>

For a Pages Router project, put the same tag in pages/_app.tsx. For any other framework on Vercel, a plain tag works:

<script async
  src="https://widget.asyntai.com/static/js/chat-widget.js"
  data-asyntai-id="YOUR_WIDGET_ID"></script>

Tip: Vercel reads environment variables at build time. Redeploy the project after the install, or the variable is not in the bundle yet.

Changing the Website

Open the Asyntai integration in Vercel and press Configure. Choose a different Asyntai website or a different project, and Asyntai updates the same environment variable. Redeploy afterwards.

Removing It

In Vercel, open Settings → Integrations, find Asyntai, and press Remove. Asyntai deletes the environment variable from the project. Take the script tag out of your layout and redeploy.

Billing

Asyntai bills you directly, not through Vercel. Your Asyntai plan covers every channel, so the same agent also works on your other sites and apps. View pricing.

Privacy

The integration stores the Vercel project you chose and the widget id it wrote there. Privacy policy.

Need Help?

If you have any questions or run into issues, contact us at [email protected].