Modern developer-first AI support widget. Drop a single script tag into your Next.js layout or React root with zero hydration mismatch.
Built with client-safe lazy mounting so Next.js App Router renders flawlessly with zero console hydration warnings.
Use API keys to query the chatbot headlessly from your React components or custom frontend interfaces.
Tailwind CSS classes and custom global CSS rules in your app will never leak into or distort the widget.
Quick Setup
Import next/script and insert the widget snippet into your app/layout.tsx:
import Script from 'next/script';
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">
<body>
{children}
<Script
src="https://sitemind.tech/widget.js"
data-widget-key="YOUR_WIDGET_KEY"
strategy="lazyOnload"
/>
</body>
</html>
);
}Deploy your updated layout. SiteMind will mount lazily after the main page bundle executes.
Add a luxury, branded AI chatbot to your Webflow site in 60 seconds.
Productivity & CRMConnect SiteMind to 5,000+ apps including HubSpot, Salesforce, Notion, and Airtable.
Productivity & CRMReceive real-time lead alerts and customer conversation transcripts in Slack.
Start delivering instant, 24/7 AI answers to your visitors. No credit card required.