← Back
Vercel
AssistLoop joins Vercel Agents Marketplace with native Next.js integration
Next.jsVercel · integrationfeatureplatform · vercel.com ↗

New Integration Available

AssistLoop is now available as a native integration in the Vercel Marketplace, enabling developers to add AI-powered customer support directly to their Next.js applications. The integration is designed to work seamlessly within Vercel's ecosystem with minimal setup required.

Key Capabilities

With AssistLoop, teams can:

  • Install with minimal setup using a single Agent ID
  • Add AI-powered support directly to Next.js apps
  • Train custom agents on internal documentation, FAQs, and knowledge bases
  • Match brand identity with customizable assistant styling
  • Monitor conversations and seamlessly hand off to human support when needed

Getting Started

The integration automatically injects the NEXT_PUBLIC_ASSISTLOOP_AGENT_ID environment variable into your Vercel project. Adding the widget to your site requires just a few lines of code using Next.js Script component:

import Script from 'next/script'

<Script
  src="https://assistloop.ai/assistloop-widget.js"
  strategy="afterInteractive"
  onLoad={() => {
    window.AssistLoopWidget?.init({
      agentId: process.env.NEXT_PUBLIC_ASSISTLOOP_AGENT_ID,
    });
  }}
/>

Developers can get started immediately by deploying the AssistLoop Next.js template from the Vercel Marketplace. The integration includes unified billing and automatic configuration, eliminating the need for separate dashboards or complex setup processes.