Add AI Chatbot
To Your Website in Minutes

🤖 Trained on Your Content

Your chatbot speaks your language—because it learns from your content. FAQs, pricing, terms, onboarding guides—whatever you provide.

⚡ Easy Setup, No Code Needed

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.

🔄 Always Up-to-Date

Keep responses accurate and relevant by updating your training content anytime. Sign up, access your account, edit and save your content. No developer needed.

đź“© Chat Transcripts, Delivered

Capture Leads Effortlessly. Every conversation is automatically sent to your inbox—ideal for follow-ups, reviews, and insights you can act on.

Whether you're streamlining support or boosting engagement, this AI chatbot delivers clarity, consistency, and convenience—without the overhead.
  • Simple and intuitive — no technical expertise required
  • Reliable and scalable — built on industry-leading technology
  • Rapid deployment — go live in minutes!
  • Affordable — Low risk, simple, pay-as-you-go pricing
With just two script tags added to your website HTML, you will be able to activate and AI chatbot that answers questions in real time based on YOUR data.
A customisable chat button will be placed in the bottom-right corner—ready to engage visitors and answer questions in real time

Sign Up, and Start Your Subscription Today!

Free

€0.00

per month

  • • No Credit Card
  • • Sign Up and Start Using
  • • 5 Responses/day
Popular

Basic

€9.99

per month

  • • 50 Responses/day
  • • 100k characters training content
  • • Transcript sent by email

Enterprise

€200

onwards

  • • Unlimited Responses
  • • Document based training
  • • Retrieval Augmented Generation

🚀 Getting Started

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.

Embedding the AI Chatbot

Deploying your chatbot is simple. Just insert two <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 Tag #1 : The ChatBot


        <script src="https://psanilp.github.io/xfbot/bot.js" defer></script>

Script Tag #2 : Customisation


        <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>