Create your Conferbot account
Sign up for a free Conferbot account if you haven't already.Create account
Build your chatbot
Choose from 100+ templates or build from scratch using our drag-and-drop builder.
Customize your bot
Modify the conversation flow to match your business needs. Add your brand colors and personalize messages.
Configure widget settings
Go to Deploy > Widget and customize how your chatbot appears on your Next.js app.
Generate the embed code
Click 'Generate Code' to get your unique embed snippet.
Replace YOUR_BOT_ID with your actual bot ID from the dashboard
Add to your Next.js app
Install the code in your Next.js application using one of these methods:
Open your _app.js or _document.js file in your Next.js project's pages directory
For _app.js: Use the next/script component with strategy='afterInteractive' for optimal loading
For _document.js: Add the script inside the <body> tag using next/script or dangerouslySetInnerHTML
Save your changes and restart your development server to see the chatbot
You're all set!
Refresh your Next.js app and your chatbot should now be live. Start engaging with your visitors!
