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 React 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 React app
Install the code in your React application using one of these methods:
Open your main App.js or index.js file in your React project
Add the script tag inside a useEffect hook to load it when the component mounts
Alternatively, add the script directly to your public/index.html file before the closing </body> tag
Save your changes and restart your development server to see the chatbot
You're all set!
Refresh your React app and your chatbot should now be live. Start engaging with your visitors!
