Your chatbot speaks your language—because it learns from your content. FAQs, pricing, terms, onboarding guides—whatever you provide.
Get your chatbot live in minutes—no coding required. Just copy and paste a few <script src="..."></script> tags into your site, and you're good to go.
Keep responses accurate and relevant by updating your training content anytime. Sign up, access your account, edit and save your content. No developer needed.
Capture Leads Effortlessly. Every conversation is automatically sent to your inbox—ideal for follow-ups, reviews, and insights you can act on.
€0.00
per month
€9.99
per month
€200
onwards
To launch your AI chatbot, simply sign up and provide your initial content—like FAQs, pricing, or policy details.
This content becomes the chatbot’s foundation. It learns how to interpret intent and respond naturally to your website visitors. Once set up, it delivers intelligent, context-aware answers tailored to the information you provide—every time someone interacts with it.
<script> tags into your website’s HTML.
This will display a circular chat icon in the bottom-right corner of your page—ready to engage visitors instantly.
<script src="https://psanilp.github.io/xfbot/bot.js" defer></script>
<script>
var xfbotConfig = {
apiEndpoint: 'https://xf.com.mt/repliii/bot/',
userId: 'botdemo' // IMPORTANT: SIGN UP and replace with YOUR USER ID,
//Other optional configuration
headerTitle: 'Support Bot',
headerBgColor: '#ffd042',
headerTextColor: '#ffffff',
toggleButtonBgColor: '#ffd800',
toggleButtonOpacity: 0.9,
chatBubbleUserColor: '#333333',
chatBubbleBotColor: '#ffffff',
chatTextColorUser: '#ffffff',
chatTextColorBot: '#333333',
inputPlaceholder: 'Type your message...',
// --- SVG Customization ---
// This will override the default logo with the one you define
svgLogo: '..custom logo in svg format..',
// Override other icons, if required..:
// svgSend: '..',
// svgLoader: '...',
};
</script>